Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Only that version passed operation test. Other version is not allowed to be deployed. 2011/10/24 Caldarale, Charles R > > From: Josh Ho [mailto:josh...@ecareme.com] > > Subject: Re: deploy tomcat quietly and automatically > > > Because of compatible issue, I must ins

RE: deploy tomcat quietly and automatically

2011-10-24 Thread Caldarale, Charles R
> From: Josh Ho [mailto:josh...@ecareme.com] > Subject: Re: deploy tomcat quietly and automatically > Because of compatible issue, I must install 6.0.29. What compatibility issue would that be? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERI

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
I am new to Tomcat. I am afraid there are differences between zip version and setup version? I know setup version could be installed as a service. Maybe someone could tell me other differences, then I could use zip version instead. 2011/10/24 Pid > On 24/10/2011 10:46, Josh Ho wrote: > > Dears >

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Because of compatible issue, I must install 6.0.29. I've tried /S /D option but only /S worked on 6.0.29. 2011/10/24 Konstantin Kolinko > 2011/10/24 Josh Ho : > > Dears > > I wanna deploy tomcat on many windows servers. > > A binary source has been chosen (apache-tomcat-6.0.29.exe). > > Which i

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Konstantin Kolinko
2011/10/24 Josh Ho : > Dears > I wanna deploy tomcat on many windows servers. > A binary source has been chosen (apache-tomcat-6.0.29.exe). Which is outdated and has several known security issues. > Is there a way to deploy it quietly and automatically like JDK(such as : > jdk-6u24-windows-x64.ex

Re: deploy tomcat quietly and automatically

2011-10-24 Thread Pid
On 24/10/2011 10:46, Josh Ho wrote: > Dears > I wanna deploy tomcat on many windows servers. > A binary source has been chosen (apache-tomcat-6.0.29.exe). > Is there a way to deploy it quietly and automatically like JDK(such as : > jdk-6u24-windows-x64.exe /quiet) Why not pick the zip version & ju

deploy tomcat quietly and automatically

2011-10-24 Thread Josh Ho
Dears I wanna deploy tomcat on many windows servers. A binary source has been chosen (apache-tomcat-6.0.29.exe). Is there a way to deploy it quietly and automatically like JDK(such as : jdk-6u24-windows-x64.exe /quiet) Thanks