Virtually, I don't have anything for my /x509 web.xml.

Here is my /x509 web.xml:

**** beginning of x509 web.xml *****

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
  <display-name>X509 Project</display-name>
  <description>
     X509 Public Key Certificate Authentication
  </description>
</web-app>

**** end of x509 web.xml *****

I remember in earlier versions of Tomcat, any web
application should work just fine with a primitive
web.xml like so:

*** beginning of a primitive web.xml ****

<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
</web-app>

*** end of a primitive web.xml ****

Is the servlet mapping a new Tomcat rule?  Is there
any way I can have my web application work without
mapping each servlet?

Thanks.

Mark

--- "Turner, John" <[EMAIL PROTECTED]> wrote:
> 
> Do you have a mapping for the servlet(s) in your
> application's web.xml file?
> 
> The Invoker servlet is disabled by default in recent
> versions of 4.1.x for
> security reasons, but it is enabled in the /examples
> web.xml.
> 
> John
> 
> 
> -----Original Message-----
> From: Mark Liu [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, January 25, 2003 3:09 AM
> To: [EMAIL PROTECTED]
> Subject: A follow-up of my last post
> 
> 
> Also please note that I have changed Marty Hall's
> ServletUtilities.java and
> ShowParameters.java according my system.
> 
> For example, I commented out the package line.
> 
> Any way, as I said in the last post, the servlet
> works
> great if I put it under Tomcat's examples
> application.
> 
> It just does not work under my newly-created x509
> application.
> 
> I don't understand this.
> 
> Please kindly help.
> 
> Thanks.
> 
> Mark.
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up
> now.
> http://mailplus.yahoo.com
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> ---
> 
> Checked by AVG anti-virus system
> (http://www.grisoft.com).
> Version: 6.0.443 / Virus Database: 248 - Release
> Date: 1/10/2003
>  
> 
> ---
> 
> Checked by AVG anti-virus system
> (http://www.grisoft.com).
> Version: 6.0.443 / Virus Database: 248 - Release
> Date: 1/10/2003
>  
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to