Start page without redirect

2006-06-18 Thread Brad
Hi All, I have a user who's webpage is all in java. His start page is named Main.do. This is successfully passed on to tomcat via mod_jk using the following directives: JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount /servlets/* ajp13 JkMount /*.do ajp13 JkMount /*.mc ajp13 JkMount

Re: How one can use different versions of classes on differenet webapps

2006-06-18 Thread Mark Thomas
Dmitry S. Kravchenko wrote: > But this is the question: I don't want to recompile servlets with new > version of the library! I want old servlets continue work with the old > library, wich I put in their lib directories! And you don't have to. My point was that it appears that you put a different

RE: How one can use different versions of classes on differenet webapps

2006-06-18 Thread Dmitry S. Kravchenko
Mark Thomas wrote: >> It seems to me, that we meet some interferention here. We got an exception >> about some signature: > Looks like you need to re-compile you servlets with the new version of > the library. But this is the question: I don't want to recompile servlets with new version of the l

RE: can't save a context.

2006-06-18 Thread Dilan Kelanibandara
Hi The other thing is please remove your TOMCAT_HOME/webapps/yourApp.war file from webapps directory to some other place. Other wise you may loose your settings again if you restart tomcat. Ask me for any help, Regards, Dilan Kelanibandara -Original Message- From: Dilan Kelanibandara [ma

RE: can't save a context.

2006-06-18 Thread Dilan Kelanibandara
Hi, Hi, Rather saving your context.xml file in the place you specify, you can save it in TOMCAT_HOME/webapps/yourApp/META-INF/ And you can specify 'Context' in TOMCAT_HOME/webapps/yourApp/WEB-INF/web.xml The context should be at the end of web.xml , any way it depends on your other resource defini

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Dilan Kelanibandara
Hi Peter, Thank you very much for your kind attention on my query. I will go ahead with the default setting. Best Regards, Dilan. -Original Message- From: Peter Rossbach [mailto:[EMAIL PROTECTED] Sent: Sunday, June 18, 2006 9:47 PM To: Tomcat Users List Subject: Re: tomcat5.5.17 cluster(

Re: can't save a context.

2006-06-18 Thread Martin Gainty
Also you will need write/create permissions to the %TOMCAT_HOME%/work folder.. Martin- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error,

Re: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Filip Hanik - Dev Lists
the only risk would be if you are running two environments, maybe QA and production, you don't want the cluster membership to cross over another option is to just change address and port in server.xml from the default Filip Peter Rossbach wrote: HI, I see no risk with the default membership c

Re: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Peter Rossbach
HI, I see no risk with the default membership config. Peter Am 18.06.2006 um 19:29 schrieb Dilan Kelanibandara: Hi Peter, No. No service is up and running on 4564. I did only commenting the member and restarted both the servers. So far it is working fine. I have a doubt in future weat

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Dilan Kelanibandara
Hi Peter, No. No service is up and running on 4564. I did only commenting the member and restarted both the servers. So far it is working fine. I have a doubt in future weather there is any effect on my server? Can you please explain me the risk. Or is it ok to run the server with this configurat

Re: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Peter Rossbach
OK! As you comment the Membership service out, following default is used: McastService mService= new McastService(); mService.setMcastAddr("228.0.0.4"); mService.setMcastPort(8012); mService.setMcastFrequency(1000); mService.setMcastDropTime(3); tran

RE: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-18 Thread Dilan Kelanibandara
Hi Peter, I was having the memory problem when cluster manager trying to multicast the request when tomcat startup. As a trial I commented multicast element of cluster configuration in server.xml and restarted both tomcats This is the multicast element which I commented. =