From: M T. <m....@gm...> - 2006-06-28 15:13:43
|
Sorry, no problems should have clarified the request... Oups Has anyone got any advice on configuring tomcat with regard to performance? M. On 28/06/06, Alexis O'Connor <ale...@ou...> wrote: > M Thomas wrote: > > Hi bodders, > > > > I've installed bodington on a server that's running Tomcat 5.5.17. > > Does anyone have any advice / tip & trick regarding tomcat config? > > > > Thanks > > > > Well the key pitfall to manouver (and I quote from > /bodington/docs/install/quickstart/Readme.txt here!) is: > > - - - - - - - > > - Tomcat 5.5 - > > Much work has gone into Tomcat 5.5 to enable it to run with just a JRE. > Bodington currently requires the tools.jar (containing the javac java > compiler), from the JDK, as this is used to compile the templates. If > Tomcat > is running, stop it and then perform these steps according to your > platform. > > * Windows: From the 'Start' menu choose Programs -> Apache Tomcat 5.5 -> > Configure Tomcat. In the dialog that appears, select the 'Java' tab. > Append > ;<path to jdk>\lib\tools.jar to the entry in the 'Java Classpath' box > (so if > you installed the JDK in C:\Program Files\Java\jdk1.5.0 you would > append the > string ;C:\Program Files\Java\jdk1.5.0\tools.jar). Click on OK and you can > restart Tomcat from another tab on the same dialog. > > * Linux: Open $CATALINA_HOME/bin/setclasspath.sh in a text editor and add > $JAVA_HOME/lib/tools.jar to the CLASSPATH, e.g.: > > CLASSPATH=$JAVA_HOME/lib/tools.jar > > - - - - - - - > > Other than that, there's nothing special to be aware of as far as I know (?) > > -- > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > | Alexis O'Connor, VLE Developer (http://bodington.org) | > | OUCS, 13 Banbury Road, Oxford, OX2 6NN, UK. | > | Tel. +44 (0)1865 283661 | > + - - - - - - - - - - - - - - - - - - - - - - - - - - - + > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > -- m.cha3l |