View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821926#3821926

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821926

in my apps, i defined the web-xml as the followings:

<!-- weblogic

  

    <servlet-name>ServletServlet</servlet-name>

    <servlet-class>weblogic.servlet.ServletServlet</servlet-class>

  



  <servlet-mapping>

    <servlet-name>ServletServlet</servlet-name>

    <url-pattern>/servlet/*</url-pattern>

  </servlet-mapping>

-->

only this can make my apps run correctly.

and as i modified this to my servlet class named MainServlet :

<servlet-class>xxx.xxx.MainServlet</servlet-class>

i got dead cycle when i login to my apps in weblogic or jboss server!!!



so can any body tell me how to replace the 
<servlet-class>weblogic.servlet.ServletServlet</servlet-class>

in jboss or other app server,

with many thanks :-)


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to