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
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
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
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
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
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(
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,
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
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
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
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
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.
=
12 matches
Mail list logo