AW: Apache+Tomcat+Windows, how?

2003-11-11 Thread Nitschke Michael
Did you tried it? I think and i read it on this list, that this is a bug/mistake in the description and it should mean 2.0.43 and above. But read the archive before you try it. Mike -Ursprüngliche Nachricht- Von: Yeray Santana Borges [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11.

AW: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal Server Error

2003-03-18 Thread Janz, Alexander
hi, look for tools.jar. This file must be in the classpath. greetings alexander -Ursprüngliche Nachricht- Von: lunasahu [SMTP:[EMAIL PROTECTED] Gesendet am: Dienstag, 18. März 2003 09:44 An: [EMAIL PROTECTED] Betreff: Apache Tomcat/4.0.1 - HTTP Status 500 - Internal

AW: apache/tomcat multiple hosts

2002-10-30 Thread Dieter Kaltenbach
Hi, i guess you need a second tomcat host within the same engine container according to your apache virtual host. Something like: Host name=www.foo.com ... Context docBase=/home/foo ... / /Host Host name=demo.foo.com ... Context docBase=/home/foodemo ... / /Host Hope it helps.

AW: apache-tomcat

2002-08-26 Thread carsten . pieper
Hi Tal, never done it myself but here is a best practices Making Tomcat Work with Apache: http://dcb.sun.com/practices/howtos/tomcat_apache.jsp Hope that helps, Carsten -Ursprüngliche Nachricht- Von: Adar Wesley [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 26. August 2002 15:14 An:

Re: AW: apache-tomcat

2002-08-26 Thread Glenn Nielsen
That article is for using mod_webapp as the connector between Tomcat 4 and Apache. I wouldn't necessarily consider that a best practice. I have found mod_jk 1.2 a better solution for my needs. With mod_jk 1.2 I use the Apache mod_jk config directive JkAutoAlias. This automatically maps Apache

Re: AW: Apache+Tomcat+mod_jk

2002-08-14 Thread Christoph Fischer
Thanks for the reply, I did define the jvmRoute, but that didn't solve the problem. Engine jvmRoute=tomcat1 name=Standalone defaultHost=localhost debug=0 My form is looking like that: FORM action=/servlet/myservlet method=POST ... I don't use cookies, anyhow can cookies solve the routing

WG: AW: Apache+Tomcat+mod_jk

2002-08-14 Thread Ralph Einfeldt
PROTECTED]] Gesendet: Mittwoch, 14. August 2002 09:00 An: Tomcat Users List; Ralph Einfeldt Betreff: Re: AW: Apache+Tomcat+mod_jk Thanks for the reply, I did define the jvmRoute, but that didn't solve the problem. Engine jvmRoute=tomcat1 name=Standalone defaultHost=localhost debug=0 My

Re: WG: AW: Apache+Tomcat+mod_jk

2002-08-14 Thread Christoph Fischer
to the surfer if he enables or disables cookies. -Ursprüngliche Nachricht- Von: Christoph Fischer [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. August 2002 09:00 An: Tomcat Users List; Ralph Einfeldt Betreff: Re: AW: Apache+Tomcat+mod_jk Thanks for the reply, I did define the jvmRoute

AW: WG: AW: Apache+Tomcat+mod_jk

2002-08-14 Thread Ralph Einfeldt
his session. -Ursprüngliche Nachricht- Von: Christoph Fischer [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. August 2002 10:40 An: Tomcat Users List; Ralph Einfeldt Betreff: Re: WG: AW: Apache+Tomcat+mod_jk I'm using only servlets, but I also did try the session tracking via

AW: Apache+Tomcat+mod_jk

2002-08-13 Thread Ralph Einfeldt
Did you define a unique jvmroute for each in server.xml ? Engine jvmRoute=tomcat1 ... Engine jvmRoute=tomcat2 ... Have you encoded the action for the form(s) ? Otherwise you will have problems if cookies are diabled. -Ursprüngliche Nachricht- Von: Christoph Fischer [mailto:[EMAIL

AW: Apache/Tomcat Connectors List

2002-08-02 Thread Ralph Einfeldt
You missunderstood something: - There are two main kinds of ports: - One that is used to talk HTTP. That is the port that is seen be the outer world as the webserver. The default port for a client application (like a browser) for a web server is 80. That means that

AW: Apache/Tomcat Connectors List

2002-08-02 Thread Ralph Einfeldt
I guess you have to ask the person who configured this. This doesn't look like a standard configuration of tomcat. If you want to run tomcat behind apache you should remove all HttpConnectors. (Unless the person that has configured this doesn't have a special reason.) The AJP connector is

AW: Apache-tomcat integration

2002-08-01 Thread Ralph Einfeldt
Yes it's possible to use mod_jk from 3.3. Zhis informatin is better than your previous post, but I'm missing an description of the error(s). - Is apache running at all. (ps aux | grep bin/apache) - Is tomcat running at all. (ps aux | grep tomcat) - Is apache listening on the ports you expect

AW: Apache-tomcat integration

2002-08-01 Thread Ralph Einfeldt
The fir error message comes because you didn't disable the warp connector. If 8080 doesn't responds it because it uses port 8180. (See the log message for the HttpConnector) If all is running you should diable the HttpConnector. Ralph Einfeldt Uptime Internet Solution Center GmbH Hamburg,

AW: Apache-tomcat integration

2002-08-01 Thread Ralph Einfeldt
Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 10:48 AM To: Tomcat Users List Subject: AW: Apache-tomcat integration The fir error message comes because you didn't disable the warp connector. If 8080 doesn't responds it because it uses port

Re: AW: Apache-tomcat integration

2002-08-01 Thread rsequeira
] cc: 08/01/02 10:21 AM Subject: AW: Apache-tomcat integration Please respond

AW: Apache, Tomcat and Struts

2002-07-25 Thread Ralph Einfeldt
shouldn't VirtualHost localhost be better VirtualHost foo.com ? -Ursprüngliche Nachricht- Von: Chris Ruegger [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 25. Juli 2002 15:42 An: Tomcat Users List Betreff: Apache, Tomcat and Struts -- To unsubscribe, e-mail: mailto:[EMAIL

AW: Apache/Tomcat/Mod_jk = setKeepAlive() in Ajp13Connector.run = NoSuchMethodError

2002-07-19 Thread Ralph Einfeldt
The first thing that puzzles me is that you have org.apache.catalina.connector.warp.WarpConnector in server.xml although you are talking about mod_jk. I don't have an idea how this might cause your error message. -Ursprüngliche Nachricht- Von: Gunter D'Hondt [mailto:[EMAIL

AW: Apache/Tomcat/Mod_jk = setKeepAlive() in Ajp13Connector.run = NoSuchMethodError

2002-07-19 Thread Ralph Einfeldt
As i'm not a user of mod_jk, I won't burn my mouth. Maybe this link helps to answer your question: http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt -Ursprüngliche Nachricht- Von: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 19. Juli 2002 09:30 An:

AW: Apache Tomcat Filter

2002-06-21 Thread Ralph Einfeldt
If apache serves the static resources you can't protect them by a Filter-Servlet. The requests never reach your servlet. AFAIK in a future version of mod_webapp it will be possible to define security contraints on the tomcat side which will be honored by the connector. (Currently it's not

AW: Apache-Tomcat an VirtualHosts, here they are

2002-06-02 Thread Ralph Einfeldt
Your mail just contains a style sheet and a signiture. The main document is missing. -Ursprüngliche Nachricht- Von: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Juni 2002 07:09 An: Tomcat Users List Betreff: Apache-Tomcat an VirtualHosts, here they are OK

AW: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error

2001-12-10 Thread Ralph Einfeldt
Depens on the owner of the directory, the class file and the owner of the tomcat process. They have to be at least in the same group with this settings. Have also a look at the parent directories of the class folder. The user that runs tomcat must have the right to traverse all parents.

Re: AW: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error

2001-12-10 Thread jdu
Thanks. But why after refresh the page, it wil work OK? Thanks Junying Du -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

AW: AW: Apache Tomcat/4.01 - HTTP Status 500 - Internal Server Error

2001-12-10 Thread Ralph Einfeldt
Because there is an older version of the class ? Remove all classes and see what happens. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 10. Dezember 2001 17:22 An: Tomcat Users List Betreff: Re: AW: Apache Tomcat/4.01 - HTTP Status 500

AW: apache --- tomcat

2001-10-31 Thread Lars Gentz
hi franco, in future we want to deliver our software for Linux - user too. so we have to use the apache with tomcat. actually we use tomcat as standalone.. but we try to make our project more performat... so we want to try to integrate the apache webserver with tomcat, to test the performance...

AW: Apache/Tomcat 3.2.1 session error - help!

2000-12-18 Thread Hanusch, Hartwig
Hi Henri, indeed am i (trying to) use ajp13 with jk_mod but the error is reproducible with jserv to. Here are the code snipples - public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { HttpSession currentSession =

AW: Apache, tomcat and mod_jk

2000-12-05 Thread Christoph Leser
are you sure the mod_jk.so is build with apache 1.3.14 on your system? perhaps try to remove it and rebuild it with apache apsx command Christoph Leser SP Computersysteme GmbH E-Mail:[EMAIL PROTECTED] Tel. +49 711 7264112 Fax: +49 711 7289860 -Ursprüngliche Nachricht- Von:Olivier

Re: AW: Apache, tomcat and mod_jk

2000-12-05 Thread Gomez Henri
are you sure the mod_jk.so is build with apache 1.3.14 on your system? perhaps try to remove it and rebuild it with apache apsx command A known issue. The mod_jk was compiled under an EAPI apache (mod_ssl) and you use that on a standard apache distrib Regards. Ps: Linux users could take