I've updated my JWS 1.1.3 to JWS 2.0 and the following
is ocurring:

I've loaded a servlet (deployed as Servlet1.jar). This
servlet contains a class named Class1
that simple write this text "Class1 from Servlet1".

Later I've loaded another servlet (deployed as
Servlet2.jar). This servlet also contais a class
named Class1 that write the text "Class1 from
Servlet2".

When the Servlet2 is loaded the result is the text
"Class1 from Servlet1" !!!

Anyone knows Why the load of servlet Servlet2 produces
the text from Servlet1?


Obs: 1 - The servlet were deployed in directory
MyRootJWS/servlets.
        2 - The URL's invoked are
http://MyServer/servlets/Servlet1 and
http://MyServer/servlets/Servlet2

Thanks in advance

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to