Server.xml classpath problem - 0.9.1c

2000-02-04 Thread Evan Vaala
I posted this earlier in the week. It still doesn't seem to work in 0.9.1c. "Bail . Jeff" wrote: I just upgraded to 0.9.1 and I'm having problems with my library path entry in server.xml. I noticed that the format of this tag has changed slightly, so I simply copied my list of jars

issue with JSP and package naming

2000-02-04 Thread Alain Rogister
Hi, I have found out that, in a JSP page, it is impossible to import a package named be.whatever because it will cause this error: Syntax error in source __jspPage7.java:6: Ambiguous name: be is both a class and a package. import be.ubiquity.common.*; ^ The cause is that there is a

Why can't Orion get into my jar files?

2000-02-04 Thread Greg Burgess
I'm trying to get Orion going for the first time and am having trouble finding files inside my .jar files. I have 5 .jar files in my ../lib directory and whenever my servlet needs to use a class from one of them I get an Exception telling me the class can't be found. If I unzip the files to the

Re: Installing SSL

2000-02-04 Thread Karl Avedal
Hello, This usually happens (at least for me) if there is a path problem that makes keytool be run from an old jdk and not the currently installed one. Try specifying keytool with the full path (for example c:\java\jdk1.3b1\bin\keytool) and see if that helps. Also, what JDK do you use?

Re: Installing SSL

2000-02-04 Thread Bernard Sauterel
Don't care of error message, follow the rest of how-to and try it ... sems to work ok 8) I got more information on sun's web site: You needs a third party RSA generator - I tried "Forge Security Provider" http://www.forge.com.au/products/crypto/index.html/ You needs to add a line in