RE: help...servlet claspath

2000-11-19 Thread Alex S
nt: Friday, November 17, 2000 14:29 > > To: Orion-Interest > > Subject: Re: help...servlet claspath > > > > > > > > > > Edmund Cheung wrote: > > > > > > Hi, > > > > > > In weblogic, I defined the ser

RE: help...servlet claspath

2000-11-17 Thread J.T. Wenting
;t go wrong will anyway > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Sven van 't > Veer > Sent: Friday, November 17, 2000 14:29 > To: Orion-Interest > Subject: Re: help...servlet claspath > > > > > Edmund Ch

Re: help...servlet claspath

2000-11-17 Thread Lars Hoss
hi! have you specified a servlet-mapping? without this thing won't work ;-) yours, lars EC> Hi, EC> In weblogic, I defined the servlet classpath in the weblogic properties file EC> as follow; EC> weblogic.httpd.servlet.classpath=D:/weblogic/myserver/servletclasses EC> weblogic.httpd.register.

Re: help...servlet claspath

2000-11-17 Thread Sven van 't Veer
Edmund Cheung wrote: > > Hi, > > In weblogic, I defined the servlet classpath in the weblogic properties file > as follow; > > weblogic.httpd.servlet.classpath=D:/weblogic/myserver/servletclasses > weblogic.httpd.register.UserManagerController=servlet.UserManagerController > > In my jsp, I c

help...servlet claspath

2000-11-17 Thread Edmund Cheung
Hi, In weblogic, I defined the servlet classpath in the weblogic properties file as follow; weblogic.httpd.servlet.classpath=D:/weblogic/myserver/servletclasses weblogic.httpd.register.UserManagerController=servlet.UserManagerController In my jsp, I call thsi servlet name In Orion, I defined