----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hey folks...

Thanks again for the help so far guys... this has definitely been a learning
experience.

Next step: I'm trying to get the ApJServMount tag in jserv.conf 
to apply to an https server. All of the examples state that an example
like:

ApJServMount /servlet /servlets

will map the user request of:

http://hostname.com/servlet/TestServlet 

to:

class 'TestServlet' in zone 'servlets'.

I can grok that, and my earlier attempts with the 'Hello' class worked just
fine. However, what if the client request is:

https://hostname.com/servlet/TestServlet 
....^----note the 's'...

How will it treat the secure connection? Does it matter? 
Do I have to define anything special in the various config files
or even the VirtualHost to make this behave?

All I'm getting right now is the 'not found' errors on the requested class.

Any insight would be appreciated...

Regards,
- Mark

PS - pardon the crosspost, but I figured this would apply to both lists since 
it is in regards to SSL as well.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to