Luis A wrote:

> Sorry for such basics, I am beginning with servlets. When I installed
> jsdk2.1 and copied servlet.jar to my jdk1.3.1_01\jre\lib\ext directory,
> my EJB ears did not deploy anymore with the j2ee deploytool. I had to
> take the jar file out to begin EJB ear deployment again. Of course,
> there must be a way to keep both functionalities. Can someone help?


there are probably some classpath/-loading conflicts.

it should work, if you put servlet.jar somewhere else and add it to your
classpath when compiling your servlets / starting the servletrunner.

just a tip: have a look at tomcat, which now is the reference-implementation of
the current servlet specification (2.1 is kind of outdated) and runs pretty
much out of the box.

hth,
markus

___________________________________________________________________________
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