Question : automatically install tomcat 5.5

Dear Friends,
     I attempt to created an installation CD which needs to install tomcat 5.5. Do you have any idea of installing tomcat 5.5 automatically?
    thanks and look forward to your message!

Answer : automatically install tomcat 5.5

try this:


Install the service named 'Tomcat5'  from http://tomcat.apache.org/tomcat-5.5-doc/windows-service-howto.html

1:
2:
3:
4:
5:
C:\> tomcat5 //IS//Tomcat5 --DisplayName="Apache Tomcat 5" \
C:\> --Install="C:\Program Files\Tomcat\bin\tomcat5.exe" --Jvm=auto \
C:\> --StartMode=jvm --StopMode=jvm \
C:\> --StartClass=org.apache.catalina.startup.Bootstrap --StartParams=start \
C:\> --StopClass=org.apache.catalina.startup.Bootstrap --StopParams=stop
Random Solutions  
 
programming4us programming4us