On Tue, May 29, 2001 at 08:10:51PM -0600, Farrell, Sarah wrote:
> I'm having a serious problem that will keep us from shipping our application
> on Orion if I can't figure it out.
>
> I need to be able to set the system property "java.protocol.handler.pkgs" in
> an EJB to "com.sun.net.ssl.internal.www.protocol". The EJB is
> C:\orion\applications\SystemAccess\SystemEJB.java
You shouldn't be setting the property that way. Remove your property
modifying code from your EJB, and try this instead:
Create a file named "orion.properties" in your Orion directory, and put
the following inside it:
java.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol
Then launch Orion using "java -jar orion.jar -p orion.properties".
Markus
--
Markus Holmberg | Give me Unix or give me a typewriter.
[EMAIL PROTECTED] | http://www.freebsd.org/