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.UserManagerController=servlet.UserManagerController

EC> In my jsp, I call thsi servlet name
EC> <form method="post" action="/UserManagerController">

EC> In Orion,  I defined the following in web.xml but where should I define the
EC> classpath for servlet ?

EC> <servlet>
EC>       <servlet-name>UserManagerController</servlet-name>
EC>       <description>User manager controller</description>
EC>       <servlet-class>servlet.UserManagerController</servlet-class>
EC>        ......
EC> </servlet>

EC> Thanks & reagrds,

EC> Edmund



Reply via email to