Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-26 Thread Tommy Peterson
 inside a [ http://tomcat.apache.org/tomcat-5.5-doc/config/host.html ]Host element in the main conf/server.xml http://tomcat.apache.org/tomcat-5.5-doc/config/context.html Tomcat Users List users@tomcat.apache.org on Tuesday, March 25, 2008 at 5:02 PM -0500 wrote: From: Tommy Peterson [mailto

Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-26 Thread Tommy Peterson
, March 25, 2008 at 5:02 PM -0500 wrote: From: Tommy Peterson [mailto:[EMAIL PROTECTED] Subject: Re: another apache/tomcat/mod_jk/virtual hosting question/issue I don't understand why this has to be this difficult. Because you seem to be trying to solve multiple problems simultaneously, rather

Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-26 Thread Tommy Peterson
/test.jsp. When that works, fix your mod_jk setup. --David Tommy Peterson wrote: When the unable to compile class for JSP error showed up (it isn't anymore) it would mention the jsp file that I was calling. I intentionally called several different jsp files to see if it was the coding, althougth

another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-25 Thread Tommy Peterson
I had a Xampp Apache setup working fine with Virtual Hosting. Then I needed to installed the Xampp Tomcat addon to move two Java apps to the same server. But I cannot get the Java apps to work. The other apps on the server are still working fine. First Apache would not forward the

Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-25 Thread Tommy Peterson
. Thanks. Tomcat Users List users@tomcat.apache.org on Tuesday, March 25, 2008 at 11:51 AM -0500 wrote: From: Tommy Peterson [mailto:[EMAIL PROTECTED] Subject: another apache/tomcat/mod_jk/virtual hosting question/issue But I cannot get the Java apps to work. Don't suppose you'd care to give anyone

Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-25 Thread Tommy Peterson
: From: Tommy Peterson [mailto:[EMAIL PROTECTED] Subject: another apache/tomcat/mod_jk/virtual hosting question/issue But I cannot get the Java apps to work. Don't suppose you'd care to give anyone a hint about what versions of Tomcat, httpd, mod_jk, etc., you happen to be using? Can you

Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-25 Thread Tommy Peterson
this. I have gone over and over the settings. Tomcat Users List users@tomcat.apache.org on Tuesday, March 25, 2008 at 1:40 PM -0500 wrote: From: Tommy Peterson [mailto:[EMAIL PROTECTED] Subject: Re: another apache/tomcat/mod_jk/virtual hosting question/issue If I am on the server and enter

Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-25 Thread Tommy Peterson
. Look further up your logs to the first error that occurs after you request this page. Fix that and this one should go away. --David Tommy Peterson wrote: this is the problem with every jsp page I try to hit. does this mean java can't compile the java beans? I don't get this. I did a search

Re: another apache/tomcat/mod_jk/virtual hosting question/issue

2008-03-25 Thread Tommy Peterson
if that clears the issue? --David Tommy Peterson wrote: I went all the way to the top of the error log for the first error; there were two, one after the other: [error] jk_ajp_common.c (1004): (ajp13) can't receive the response message from tomcat, tomcat (127.0.0.1:8009) has forced a connection

RE: mod_jk/apache+tomcat/400 bad request

2008-02-21 Thread Tommy Peterson
I read the documentation that you pointed out. I was confused as the bulleted list below this statement said you could put the context element inside a hostname tag in the server.xml. So I commented it out and restarted tomcat/apahce and I got a 404. I uncommented it out and restarted and go

RE: mod_jk/apache+tomcat/400 bad request

2008-02-21 Thread Tommy Peterson
-Original Message- From: Tommy Peterson [mailto:[EMAIL PROTECTED] Sent: 20 February 2008 18:48 To: users@tomcat.apache.org Subject: mod_jk/apache+tomcat/400 bad request I just set up Tomcat to talk to Apache for a Java app. I am using virtual hosting with mod_jk. In my Apache config

apache forwards all requests to tomcat

2008-02-16 Thread Tommy Peterson
I have apache 2.2,8 and tomcat 6 and they are installed on a Windows 2003 server. Originally, I had 2 html/php websites that were served up by apache alone using virtual hosting with no issues. Then I decided to move a Java app to this server and install tomcat, still using virtual hosting.