SSL Problems

2000-03-07 Thread Andre Vanha
Hello, I've tried to follow the ssl-howto but I can't get orion to start my secure site. I'm hoping someone who has gotten ssl to work can give some insights. I've tried this on both orion 0.9.4 and 0.9.4j but the results are the same. Here are the steps I took to work through the howto: Just l

Dynamic class loading in servlet

2000-03-07 Thread Kit Cragin
Does anyone know how to load a class at runtime from a servlet within the Orion environment? I was able to do it using JRun 2.3.3 by getting the servlet's class loader and instantiating a class based on its name. This does not seem to work under Orion: I get a ClassNotFoundException. Thanks, Kit

Re: bug/feature? deploying servlet (name conflict)

2000-03-07 Thread Kit Cragin
actually it turns out I went off on a wild goose chase, but you got me to look at the code closer. I did the really brain-dead thing of not specifying my servlet class as "public"! I'm going to claim lack of sleep as my excuse... - Kit - Original Message - From: Noah Nordrum <[EMAIL PROT

Possible to see javac output for JSP compile?

2000-03-07 Thread Josh Sanderson
Hello, So far my impression of Orion is that it is great. Except for one thing. I hate writing JSP pages, because I can't see the compiler output. It is very hard (seems almost impossible) to write complex JSP pages without seeing why they will not compile. Is there any way to see why a JSP is

bug/feature? deploying servlet (name conflict)

2000-03-07 Thread Kit Cragin
I have a servlet defined in a package and I tried deploy it by adding the following entry to orion/default-web-app/WEB-INF/web.xml: runtest test.mytest.TestServlet and then copying the package structure to orion/servlets, creating for example this directory hierarchy: orion/servlets ori

RE: Broken code generated when deploying...

2000-03-07 Thread Robert Hargreaves
I also get similar error messages when converting from 0.9.1 to 0.9.4, although they're nothing to do with table creation. Found 4 syntax errors in "D:/orion0.94/EntityBeanWrapper50.java": 189. this.dirty = this.dirty || (); ^

Broken code generated when deploying...

2000-03-07 Thread Anders Bengtsson
Hello, I keep getting these strange error messages from Orion when deploying a CMP bean. It is caused by another table named "course" with different columns. What should really happen when a collision like this occurs? Auto-creating table: create table Course (id integer not null primary key, na