RE: Problem with mod_jk Connector

2005-12-11 Thread Michael Andreas Omerou
Hi Martin, Below is my entire workers.properties file: workers.tomcat_home=/usr/local/jakarta/jakarta-tomcat workers.java_home=/usr/local/j2sdk ps=/ worker.list=ajp13 worker.ajp13.type=ajp13 worker.ajp13.host=localhost worker.ajp13.port=8009 worker.ajp13.lbfactor=50 worker.ajp13.cachesize=10

Re: Problem with mod_jk Connector

2005-12-11 Thread Martin Gainty
Straight from the doc available at http://tomcat.apache.org/connectors-doc/config/apache.html forwardAll=true in your httpd.conf forwards ALL requests to tomcat JkUnMount takes precedence over JkMount directives, meaning that the JK will first look for unmount and then for mount directives.

RE: JSP/Servlet runs even when webapp undeployed

2005-12-11 Thread Caldarale, Charles R
From: Darren Holloway [mailto:[EMAIL PROTECTED] Subject: JSP/Servlet runs even when webapp undeployed However, if I undeploy the web-app, it continues to run. If I deploy another version of the web-app, it still uses the original one. A few things to try: 1) Take httpd out of the

How to start web service application before the web client applic ation

2005-12-11 Thread Vasudha Kini
I have both web service and web client application deployed to local host. How can I make tomcat load web service application before web client application? Thanks in advance.

I got other problem

2005-12-11 Thread Claudio Veas
I make the jsp file work but this time i have other exception I hope you can help me Communication link failure: java.io.IOException, underlying cause: Unexpected end of input stream ** BEGIN NESTED EXCEPTION ** java.io IOException MESSAGE: Unexpected end of input stream STACKTRACE: java.io

Re: I got other problem

2005-12-11 Thread Martin Gainty
Claudio- what happens when you start MySQL as a service? Saludos Cordiales de EEUU Martin- - Original Message - From: Claudio Veas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, December 11, 2005 8:56 PM Subject: I got other problem I make the jsp file

I made it

2005-12-11 Thread Claudio Veas
Sorry to bother with my problem, but i could figure it out by self, thanks for your question Martin I apreciate it your concern, oh and the problem was that I had an old java-connector so I downloadaded the last and the aplication worked so Im really happy. By the way why does the mailing list

RE: How to load a class when tomcat starts

2005-12-11 Thread Sethuraman, Prabhu \(Cognizant\)
Hi Vineesh, Thats simple. Just check the link below for information on ServletContextListener. This is just according to the Servlet spec with tomcat its just as easy: http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContextListener.html Sample code:

Re: How to start web service application before the web client applic ation

2005-12-11 Thread QM
On Sun, Dec 11, 2005 at 07:00:25PM -0500, Vasudha Kini wrote: : I have both web service and web client application deployed to local host. : : How can I make tomcat load web service application before web client : application? 1/ run apps in separate Tomcat containers -- start the service app

RE: Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap - tomcat + Linux

2005-12-11 Thread Caldarale, Charles R
From: rafiti [mailto:[EMAIL PROTECTED] Subject: Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap - tomcat + Linux Using CATALINA_BASE: /home2/rafi/jakarta-tomcat-4.1.31-src/ Using CATALINA_HOME:

Re: Problems with my first JSP file

2005-12-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread.

Session cookies on Linux

2005-12-11 Thread Jan Behrens
Hi list, I have a problem with session cookies on a Linux server. Both Tomcat instances running on the machine don't seem to be able to store session data in cookies. They otherwise work just fine, just no cookies. I have obviously checked all browser settings as well as made sure that all