Maybee this is a bit off Topic but I try it anyway?
Im developing a project where i'm accessing
servlets over https. The code
has been tested and works ok deployed to
Tomcat Standalone, but:
I have resently migrated my project to JBuilder and have set up JBuilder
to use
tomcat 4.0. Then i made a connector entry for SSL in the server.xml of the
copy of Tomcat shipped with Jbuilder. This entry has just been kopied from
another copy of Tomcat which already serve https on the same machine.
Unfortunately, when running my WebApp from JBuilder for
testing I get the
following error message as a response:
call :
response:
This is the SSL connector from the server.xml of Tomcat shipped with
JBuilder
This works with a standalone tomcat but not through JBuilder. Why??
Do I have to set some paths to the keystore or something??
Are there any JBuilder specific settings which i need to take care of?
Any hints appreciated, as I will be doing all my testing/development
through JBuilder from now on.