its quite east to restart one of them. As u should set autoreload to true and thren when ever u want to restart the one of the application then simply reload a servlet/jsp that has already being executesd. and that classloader is it self restart and it is as good as restarting the server which u can see in the log file as all the Base servlerts are re initialized. tarun ----- Original Message ----- From: "Donie Kelly" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 6:19 PM Subject: RE: Running More than one instance of tomcat
> That's fine but I need to be able to restart the development one without > upsetting the test one... > > Thanks > Donie > > > -----Original Message----- > From: tarunjava [mailto:[EMAIL PROTECTED]] > Sent: 11 February 2002 12:45 > To: Tomcat Users List > Subject: Re: Running More than one instance of tomcat > > u dont need to run 2 seperate instance but create 2 seperate applications > and both will have seperater class loader and thus will work as completly > seperate sites. > tarun > ----- Original Message ----- > From: "Donie Kelly" <[EMAIL PROTECTED]> > To: "'Tomcat Users List'" <[EMAIL PROTECTED]> > Sent: Monday, February 11, 2002 6:11 PM > Subject: Running More than one instance of tomcat > > > > Hi all > > > > How can I run two version of tomcat using different server.xml files? I > need > > one for testing and one for development on the same machine... > > > > Thanks > > Donie > > > > > > -----Original Message----- > > From: Brian Adams [mailto:[EMAIL PROTECTED]] > > Sent: 11 February 2002 12:34 > > To: 'Tomcat Users List' > > Subject: RE: JDBC > > > > what problems are you having? can you post an error or code or both? > > B > > > > -----Original Message----- > > From: vinny patel [mailto:[EMAIL PROTECTED]] > > Sent: Monday, February 11, 2002 3:48 AM > > To: [EMAIL PROTECTED] > > Subject: JDBC > > > > > > I am having problems with my servlets that connect to a postgres > > database. I am using the Tomcat 4, if anyone has any suggestions, i would > be > > > > gratefull! > > > > thanks > > > > _________________________________________________________________ > > Join the world's largest e-mail service with MSN Hotmail. > > http://www.hotmail.com > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
