On Fri, Aug 20, 2004 at 10:36:22PM -0400, Rob Scala wrote:
: When running a stand-alone program, it works fine, but within tomcat I
: get an exception: "Protocol handler not found: https".
: 
: I note that Security.getProviders() returns different provider lists. 
: With the stand-alone program, it gets the expected list: SUN, SunJSSE,
: SunRsaSign, SunJCE, and SunJGSS.  The same code in tomcat lists only one
: provider: GNU.

Any chance you're not using the JDK you think you are?

Have a JSP print out the value of the system property "java.version" and
see whether that matches the expected 1.4.1.  

Then:
- search your system for other versions of the "java" binary
- check what's the runtime $PATH of the Tomcat scripts
- check for the $JAVA_HOME environment variable

etc.


-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to