OrionHttpJspPage doesnt implement Servlet.init method correctly (throws is missing)

2001-07-17 Thread Tomi Panula-Ontto
OrionHttpJspPage doesn't implement javax.servlet.Servlet interface correctly. In Orion implementation the Init method doesnt throw ServletException like it should do according to J2EESDK 1.2.1 and 1.3beta2 d:\orion> set classpath=d:\orion\orion.jar d:\orion> javap com.orionserver.http.Or

Re: RE: servlet tag in jsp/shtml file, works .. with a problem

2000-08-26 Thread tomi . panula-ontto
On 25 Aug 2000, at 15:14, Etienne Bernard wrote: > On Fri, Aug 25, 2000, Tomi Panula-Ontto wrote: > > > > Any ideas? > > > Did you try value=" " ? Yup. Crash. Also   crashes since it has the ampersand. Anyway, I got it working (see below

RE: RE: servlet tag in jsp/shtml file, works .. with a problem

2000-08-25 Thread Tomi Panula-Ontto
[this mail propably starts a new thread as I can't reply directly to the previous email. sorry folks!] Oh well, go ahead and try it [escaping the ampersand]. My results: --escaped-test.jsp test --e

servlet tag in jsp/shtml file, works .. with a problem

2000-08-24 Thread Tomi Panula-Ontto
Hello, we would like to replace Apache+Jrun with OrionServer and right now I'm testing OrionServer v1.2.0 by trying to move our existing sites to OrionServer. However, we have used SERVLET tag rather extensively. That did not work in OrionServer at first. Then I changed all shtml fil