I am looking to pass all the necessary parameters to the Windows install so that no UI's pop up to the user. For the Tomcat install, here are the things that I need to pass: 1) Install directory 2) Which options (i.e. NT service or not) to "check" 3) The params for the http port (not necessary for me, I can skip this step) on the last UI screen.
So yes, there are very few things to set, but I would like to set those and hide from the user rather than have the user enter anything through a UI. Tony -----Original Message----- From: Turner, John [mailto:JTurner@;AAS.com] Sent: Tuesday, November 05, 2002 12:59 PM To: 'Tomcat Users List' Subject: RE: [Installation] silent install A binary install of Tomcat is self-contained. The only intervention needed, assuming there is a working J2SE present, is to set CATALINA_HOME to the install location. That's the only thing required to get Tomcat to startup. I'm not sure how it could be more silent than that. A shell script for UNIX/Linux would be 3 or 4 lines. John > -----Original Message----- > From: Anthony Shawver [mailto:ashawver@;actaview.com] > Sent: Tuesday, November 05, 2002 12:49 PM > To: Tomcat Users List > Subject: RE: [Installation] silent install > > > I didn't author this original email, but I asked an earlier question > regarding silent installs. I am looking for functionality > similar to the > Java silent install listed here: > http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide > /silent.html > > Tony > > -----Original Message----- > From: Turner, John [mailto:JTurner@;AAS.com] > Sent: Tuesday, November 05, 2002 12:23 PM > To: 'Tomcat Users List' > Subject: RE: [Installation] silent install > > > > What do you mean by "silent"? > > John > > > > -----Original Message----- > > From: Fran�ois Vallet [mailto:fvallet@;infovista.com] > > Sent: Tuesday, November 05, 2002 12:05 PM > > To: 'Tomcat Users List' > > Subject: [Installation] silent install > > > > > > Who have been succeed to create a silent install of tomcat on > > both windows > > and Unix ! > > > > Thanks in advance > > > > -- > > To unsubscribe, e-mail: > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: > <mailto:tomcat-user-help@;jakarta.apache.org> > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
