Re: mod_jk problem & SSL question...

2002-07-10 Thread Mark Hutchinson
I followed the how from the link in this and finaly got tomcat and apache working. One question now though, after compiling apache and such, how do I now enable ssl and https on this server. Can I add it after? Or do I have to recompile? Thanks all. Mark >From: Eddie Bush <[EMAIL PROTECT

Error received in mod_jk.log / Getting Blank JSP pages

2002-07-08 Thread Mark Hutchinson
When ever I try to access a JSP page, I get a returned blank page (here is the source of the received page: ) and I get this in the mod_jk.log [Mon Jul 08 13:43:30 2002] [jk_worker.c (123)]: Into wc_get_worker_for_name ajp13 [Mon Jul 08 13:43:30 2002] [jk_worker.c (127)]: wc_get_worker_fo

RE: Apache for jsp...

2002-07-04 Thread Mark Hutchinson
mod_jk is readily accessibile and is also easy to build. Give that a try. Mark >From: Mario Henley Becerril Geldis <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: Tomcat Users List <[EMAIL PROTECTED]> >Subject: RE: Apache for jsp... >Date: Thu, 4 Jul 2002 14:55:24 -

RE: Apache for jsp...

2002-07-04 Thread Mark Hutchinson
<[EMAIL PROTECTED]> >Subject: RE: Apache for jsp... >Date: Thu, 4 Jul 2002 21:45:37 +0200 > >haem... no > >the instance would be opened on another user, such as nobody ... > >-Message d'origine- >De : Mark Hutchinson [mailto:[EMAIL PROTECTED]] >Env

RE: Apache for jsp...

2002-07-04 Thread Mark Hutchinson
Would this not require tomcat to be run as root because only root can access ports lower than 1024? Mark >From: "Ten-Hung Chu" <[EMAIL PROTECTED]> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> >To: "'Tomcat Users List'" <[EMAIL PROTECTED]> >Subject: RE: Apache for jsp... >Date: Thu, 4 Jul

Re: AW: AW: server.xml

2002-07-04 Thread Mark Hutchinson
Show the relevant part of the connetor settings in httpd.conf >- What do you mean with 'virtual host page' ? >- What do you mean with 'cant add another virtual host' > Is this an additonal error beside 'NotFound'. >- What have you done to add another virtual ho

Re: AW: server.xml

2002-07-04 Thread Mark Hutchinson
Perhaps I do not need any entry in the server.xml. All I have in my httpd.conf is my virtualhost that has a different IP and document root than the default page. I can bring up the virtual host page, but I just get the tomcat-apache 404 error page. I am pretty much out of ideas on this. It i

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
t question for all >Date: Wed, 3 Jul 2002 16:11:50 -0400 > > >You can post your (sanitized) server.xml to the list. Log files would also >be helpful. > >John Turner > > >-Original Message- >From: Mark Hutchinson [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, J

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
ist' <[EMAIL PROTECTED]> >Subject: RE: Virtual host question for all >Date: Wed, 3 Jul 2002 16:02:38 -0400 > > >Maybe a dumb question, but what do you expect to be displayed? What URL >are >you using? > >John Turner >jturner@ NOSPAM.aas.com >http://www.aas

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
quot; <[EMAIL PROTECTED]> >Subject: RE: Virtual host question for all >Date: Wed, 3 Jul 2002 16:00:08 -0400 > >If you're using Netscape 4.x try IE 5.5. There's a known issue with Apache >2.0.36 and Netscape 4.x (don't know if it's fixed in 2.0.39). > >--

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
uot;Connection Refused" when starting tomcat usually means that tomcat didn't >actually stop when you stopped it. > >John Turner >[EMAIL PROTECTED] >http://www.aas.com > > >-Original Message- >From: Mark Hutchinson [mailto:[EMAIL PROTECTED]] >Sent: Wednesday

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
I put this: Host name="www.site.com" debug="0" appBase="webapps" unpackWARs="true"> Which is right below another host entry... and get this on tomcat restart now: Stopping tomcat4: Using CATALINA_BASE: /var/tomcat4 Using CATALINA_HOME: /var/tomcat4 Using CATALINA_TMPDIR: /var/tomc

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
directory="logs" prefix="localhost_www_site_com_log." > suffix=".txt" timestamp="true"/> > debug="0" reloadable="true" crossContext="false"/> > > >All of the above is here: &g

RE: Virtual host question for all

2002-07-03 Thread Mark Hutchinson
OK. Here is my virtual host: NameVirtualHost 111.111.111.111:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /web/mydomainconent.mydomain.com/web ServerName gohere.mydomain.com ErrorLog logs/mydomain-error_log CustomLog logs/mydomain-access_log common Is this correct for us

Virtual host question for all

2002-07-03 Thread Mark Hutchinson
I have RedHat 7.3 with Apache 1.3.23-11 and tomcat 4.0.3 installed with RPM's. I have everything working and can access the ip:8180 and get the examples and also go to the ip/examples/ and all is good. I have the mod_jk.conf included in the httpd.conf so that I have access to the tomcat examp