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

2008-03-26 Thread mgainty
TP/1.1 from %TOMCAT_HOME%/conf/server.xml is 8080 as illustrated in this example Cc: "Tomcat Users List" Sent: Wednesday, March 26, 2008 8:45 AM Subject: Re: another apache/tomcat/mod_jk/virtual hosting question/issue > Thanks for your advice David. I will abandon this foru

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

2008-03-26 Thread David Smith
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 than isolati

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

2008-03-26 Thread Tommy Peterson
Thanks for your advice David. I will abandon this forum and try to figure it out myself. "Tomcat Users List" on Wednesday, March 26, 2008 at 7:46 AM -0500 wrote: >Bad Gateway wouldn't be generated by tomcat unless your tomcat code was >somehow getting content from another site. Given your most

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
: 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, &

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

2008-03-26 Thread David Smith
Bad Gateway wouldn't be generated by tomcat unless your tomcat code was somehow getting content from another site. Given your most recent log snippets have apparently been from an httpd error log file instead of tomcat's logs (like catalina.out), I'm going to guess your mod_jk setup in httpd i

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

2008-03-25 Thread Caldarale, Charles R
> 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 than isola

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

2008-03-25 Thread Caldarale, Charles R
> From: Tommy Peterson [mailto:[EMAIL PROTECTED] > Subject: Re: another apache/tomcat/mod_jk/virtual hosting > question/issue > > 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):

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

2008-03-25 Thread Tommy Peterson
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 this application works now, and has for years, on a different server just fine (I n

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

2008-03-25 Thread David Smith
In that case, there should have been some text after 'org.apache.jasper.JasperException: Unable to compile class for JSP: ' citing the line number and problem with the jsp. Is it really just blank where compile error message should be? Can you try to restart tomcat and see if that clears the

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

2008-03-25 Thread Tommy Peterson
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 close for socket 4540 [Tue Mar 25 15:02:44.320 2008] [5796

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

2008-03-25 Thread David Smith
From experience, this error is usually the result of an earlier error. 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 me

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 Caldarale, Charles R
> 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 localhost:8080/nisl4 or > localhost:8080/nisl3 I get a 500 error saying that something > can't be compile

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

2008-03-25 Thread Tommy Peterson
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 and lot of a ppl seem to have issue but no solutions. type Exception report message description The server encountered an internal error () that prevented it

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

2008-03-25 Thread Tommy Peterson
Sorry about that. Tomcat 6.0.1.4 Apache 2.2.9 What is the command to 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

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

2008-03-25 Thread Caldarale, Charles R
> 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