Hi > > Tomcat and cocoon need a JVM > what happend if the client machine does not have JVM already installed? > > i have make some tries puting a JVM in the CD with tomcat and cocoon. > the startup string set path and java_home just before start the container > jetty in my case. But in this approach i have to know the letter assigned > to CDROM drive (win) > > have u make this work using a diff way? > >
I followed the instructions on http://www.torsten-horn.de/techdocs/jsp-tomcat-cd.html Unfortunately (for you), they're all german. The essential part for you should be in the "StartTomcat.bat": rem -------- Start Tomcat -------- set CLASSPATH= set JAVA_HOME=%__ActToolRootPath__%\..\Java set CATALINA_HOME=%__ActToolRootPath__%\..\Tomcat call %CATALINA_HOME%\bin\startup.ba If you have any further questions relating this document, I can translate the relevant parts from german into "german english" for you ;-) HTH, Michael -- NEU : GMX Internet.FreeDSL Ab sofort DSL-Tarif ohne Grundgeb�hr: http://www.gmx.net/dsl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
