Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Frank2

    Efficient use of grep to set a variable

    Thank you all for your great help! And Mike, no it was not a typo... it's really a 10,000 lines script!! /Frank
  2. Frank2

    Efficient use of grep to set a variable

    First, thanks for the help Mike. Here is an example of the config file (which we will refer to as config.txt) I have to "parse": 0,1,15,360,string1,string2,...,string n PARAM1=VALUE1 PARAM2=VALUE2 As you can see the configuration file format mixes CSV with PARAM=VALUE format. Why...
  3. Frank2

    Efficient use of grep to set a variable

    Hi, I (newbie shell scripter) have to write a script that will read parameter/value pairs used as configuration parameters for an application. The configuration file as the following form: parameter1Name=parameter1Value parameter2Name=parameter2Value ... I'm looking for a more efficient way...
  4. Frank2

    Changing http error pages on tomcat 4

    Try this: <error-page> <error-code>404</error-code> <location>/<a path>/error.jsp</location> </error-page> Note: it wouldn't work without the '/' preceding error.jsp and the parser is real picky about where in the file you place the definitions. This is after the <servlet-mapping> element.

Part and Inventory Search

Back
Top