Can I pass values to application configuration file on command line

2008-07-23 Thread Jim Cant
Is there a way I can use replaceable parameters in an application's xml configuration file and pass a value in on the Tomcat command line. In particular, I would like to set the value of docBase so that I can launch tomcat and have it find my app in different locations without having to edit the x

RE: How to create EXE in java

2006-01-11 Thread Jim Cant
ptions and select the File Types tab or run the FTYPE and ASSOC commands from the command prompt. Hope this Helps. Jim Cant N.B. the jar extension may be associated with "javaw.exe" rather than "java.exe". If this is the case, your standard output (System.out.println() and