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

2008-03-26 Thread Tommy Peterson
up to let's say port >8080 and then hitting http://ww3.nisonline.org:8080/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

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

2008-03-26 Thread Tommy Peterson
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

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

2008-03-26 Thread Tommy Peterson
he application files  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" on Tuesday, March 25, 2008 at 5:02 PM -0500 wrote: >> From

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

2008-03-25 Thread Tommy Peterson
an you try to restart >tomcat and see 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 r

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

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

2008-03-25 Thread Tommy Peterson
#x27;t get this. I have gone over and over the settings. "Tomcat Users List" 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 >>

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

2008-03-25 Thread Tommy Peterson
get a module version number listing? > >If I am on the server and enter localhost:8080/nisl4 or >localhost:8080/nisl3 I get a 500 error saying that something can't be >compiled. So i guess technicall I can reach the apps. > >Thanks. >"Tomcat Users List" on Tue

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

2008-03-25 Thread Tommy Peterson
apps. Thanks. "Tomcat Users List" 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. > >D

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 req

RE: mod_jk/apache+tomcat/400 bad request

2008-02-21 Thread Tommy Peterson
> > Hi, > > You might want to put a element into your server.xml inside the > relevant : > > > >resourceName="UserDatabase"/> > > > > autoDeploy="true"> > > > autoDeploy="true&quo

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 th

mod_jk/apache+tomcat/400 bad request

2008-02-20 Thread Tommy Peterson
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 files I have the following: JkMount /thedirectory/*.jsp ajp13 JkMount /*/images/* ajp13 However, I am getting a 400 error. The page is just blank. The directory on Tomcat is mainl

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. The