-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Hi all,

I am trying to configure Jserv1.0 on solaris2.6 with ssl on port 443 and
apache 1.3.6 on port 80. I have make the GNUJSP working correctly without ssl.

When we installed ssl, I tried to configure the ssl by adding one line to
httpsd.conf file "Include /usr/jserv1.0/ssljserv.conf", and then when I
start the ssl server I found the Hello example for servlet worked, but JSP
still didn't work. https did not recoginzed jsp at all.

I tried to add other two lines into httpsd.conf 

"AddHandler jsp-handler .jsp
Action jsp-handler /servlets/gnujsp"

Then when I tried a jsp example date.jsp in the ssl server documentRoot

https://myhost/date.jsp

it gave the following errors:

The requested URL /servlets/gnujsp was not found on this server.

in ssljserv.conf I have:

ApJServMount /servlets ajpv11://localhost:8008/servlet

in sslservlet.properties I have:
epositories=/usr/jserv1.0/servlets,/usr/gnujsp/lib/gnujsp.jar

Does anybody I have any clue why the ssl server can not find the jsp engine?
Any solution? Thanks a lot!!

- Jeff



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