Tomcat 4 load balancing

2003-03-19 Thread Rastislav Vasil
Hi all, I'm trying to configure 2 Tomcat (4.1.12) instances on different hosts to serve under single IIS 5 web server. I defined 2 workers uriworkermap.properties: ### default.worker=lb /examples=$(default.worker) /examples/*=$(default.worker) workers.properties:

RE: Tomcat 4 load balancing

2003-03-19 Thread Rastislav Vasil
- From: Rastislav Vasil Sent: Wednesday, March 19, 2003 3:58 PM To: '[EMAIL PROTECTED]' Subject: Tomcat 4 load balancing Hi all, I'm trying to configure 2 Tomcat (4.1.12) instances on different hosts to serve under single IIS 5 web server. I defined 2 workers uriworkermap.properties

catalina's default locale (Windows)

2002-01-17 Thread Rastislav Vasil
Hi, I have a JSP application on Windows using Tomcat 4. Application also uses Resource.properties files in 2 languages (in a jar file) for some parts of application that can be internationalized. My NT user profile locale is SK. When I start tomcat when I'm logged on to the server, application

RE: reloadable

2002-01-17 Thread Rastislav Vasil
You must either modify and save a.jsp, or delete .java and .class files for a.jsp in Tomcat's work folder. Reloadable = true is for reloading class files in WEB-INF/classes folder. Rasto -Original Message- From: Krzysztof Janiszewski [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

RE: reloadable

2002-01-17 Thread Rastislav Vasil
I think there's nothing else to do - you have to modify the parent (including) jsp and save it - this way you change its timestamp and Tomcat recompiles it. -Original Message- From: Krzysztof Janiszewski [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 2:12 PM To: Tomcat Users

Disabling TomcatStandalone under IIS

2001-12-12 Thread Rastislav Vasil
Hi, I have a jsp application using Tomcat under IIS. I installed Tomcat and its service from ...exe file. I would like to disable connecting direct access to tomcat at :8080 and force users just to use IIS. Can somebody let me know how to do it? Thanks, Rasto -- To unsubscribe: mailto:[EMAIL