Tony Anecito wrote:
> Hi All,
>
> I upgraded from a older version 0f 2.0.1 and now cannot get JAX-WS 2.1
> EA3 to work.
> I was getting the error message about using an endorsed directory if I
> put the jars in my JBoss 4.0.5GA lib directory so I created a endorsed
> directory and set the command line parameter but now I get the error
> about not finding the javax.servlet.http.HttpServlet class.
>
> Any hints why this would be a problem. I tried to find installation
> instructions for JAX-WS and did not find any.
>
> Thanks,
> -Tony
>
> ------------------------------------------------------------------------
> Want to start your own business? Learn how on Yahoo! Small Business.
> <http://us.rd.yahoo.com/evt=41244/*http://smallbusiness.yahoo.com/r-index>
javax.servlet.http.HttpServlet comes from servlet.jar. you want this jar
to be in your classpath for servlet based endpoint.
-vivek.