September 2014
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

September 2014
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

TOMCAT SERVER

Reasons for Using a Web Server Apache You may be wondering why a separate Web server is needed when Tomcat already has an HTTP Connector. Following are some reasons: ? Performance—Tomcat is inherently slower than a Web server. Therefore, it is better for the Web server to serve up static content, while Tomcat handles the […]

Bash Reference Sheet

Bash Reference Sheet

Contents Bash Reference Sheet Syntax Basic Structures Compound Commands Command Lists Expressions Loops Builtins Dummies Declarative Input Output Execution Jobs/Processes Conditionals And Loops Script Arguments Streams File Descriptors Redirection Piping Expansions Common Combinations Tests Exit Codes Testing The Exit Code Patterns Glob Syntax Testing Parameters Special Parameters Parameter Operations Arrays Creating Arrays […]