Re: javax.naming.NameNotFoundException with JAXWS RI 2.5 and Tomcat 6.0

2009-05-14 Thread Bharath R
>>Tomcat 6.0 supports version 2.5 of the servlet spec, whereas Tocmat 5.5 uses 2.4; the 2.5 spec includes resource >>annotations, whereas 2.4 doesn't. You didn't bother to specify a spec version in your web.xml. Do you suggest I put the 2.4 servlet spec version in web.xml? >>so Tomcat chose the

Enabling Basic Authentication and SSL for the same WebApplication on Tomcat 6

2009-03-02 Thread Bharath R
Hi, I am new to web development. We have a servlet for which both Basic Authentication and SSL has to be enabled. We are using tomcat 6 to host our web application. I would like to know how do we configure the same application to enable both authentication. Say, if the users access the applica