Re: URI for x.jsp outside of webapps???

2003-02-04 Thread Trevor Hurst
Woops, stupid.. I overlooked that when I changed everything around. Thanks for the extra pair of eyes Filip! Cheers, -- Trev Filip Hanik wrote: > > > > Change the path="/examples" to path="/secure" > > Filip > > -----Original Message- &

URI for x.jsp outside of webapps???

2003-02-04 Thread Trevor Hurst
Okay, I'm almost there. I've got the connectors to work properly and all of the JSP examples work that are inside of ${tomcat}/webapps from Apache2 server. The only problem I am having is how do I configure the server to load x.jsp pages from the doc_root that apache uses? For example: If I go

Cannot store SSL session to DBM file

2003-02-03 Thread Trevor Hurst
I'm getting these errors on my Apache2/SSL server. [Mon Feb 03 09:26:28 2003] [error] (20014)Error string not specified yet: Cannot store SSL session to DBM file `/usr/local/apache2/logs/ssl_scache' [Mon Feb 03 09:26:28 2003] [error] (20014)Error string not specified yet: Cannot store SSL sessio

mod_jk2 connector module not working (?)

2003-01-31 Thread Trevor Hurst
Okay, now that I successfully built the connectors and have installed them. The JSP and servlets are not working so, I'm almost there but not quite yet.. Are these errors in the error_log file of any significance? [Fri Jan 31 14:47:04 2003] [warn] RSA server certificate is a CA certificate (Ba

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
Robert Dana wrote: > > Trevor, > > I just went through this myself. I found an excellent how-to at: > > http://www.pubbitch.org/jboss/mod_jk2.html > > Hope that helps. > > Cheers, > Robert > Thanks Robert, I did see that document when searching earlier but still had problems. I was finall

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
ot to > mention that previously. > > John > > > -Original Message- > > From: Trevor Hurst [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 31, 2003 2:47 PM > > To: Tomcat Users List > > Subject: Re: Apache2+SSL w/ Tomcat 4.1.18 - problem buildin

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
t; ./configure --with-apxs=/usr/local/apache2/bin/apxs > make > make install > > John > > > -Original Message- > > From: Trevor Hurst [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 31, 2003 2:28 PM > > To: [EMAIL PROTECTED] > >

Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
home}/include apr-util.include=${apr.home}/include apr.lib=${apr.home}/lib apr-util.lib=${apr.home}/lib apache2.lib=${apache2.home}/lib # Compile-time options for native code so.debug=true so.optimize=false so.profile=false ---oOo--- Thanks for any help!! Cheers, -- Trev -- Trevor Hur