Bug report #683 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/683>

REPORT #683 Details.

Project: Tomcat
Category: Feature Requests
SubCategory: Enhancement
Class: suggest
State: received
Priority: high
Severity: serious
Confidence: public
Environment: 
   Release: Apache&tomcat
   JVM Release: 1
   Operating System: Solaris
   OS Release: 7
   Platform: ultra sparc

Synopsis: 
I can't change url to run servlet from http://...../examples/servlet/myservlet  to  
http://...../examples/myservlet

Description:
I can't change url to run servlet from http://...../examples/servlet/myservlet  to  
http://...../examples/myservlet.
What config file that i must config? server.xml , web.xml or others. 
Please tell me how to config this file step by step ... thank you.

I ever config file web.xml at line.....

<servlet-mapping>
        <servlet-name>
            invoker
        </servlet-name>
        <url-pattern>
            /servlet/*
        </url-pattern>
    </servlet-mapping>    .....To......

<servlet-mapping>
        <servlet-name>
            invoker
        </servlet-name>
        <url-pattern>
            /*
        </url-pattern>
    </servlet-mapping>

...And restart tomcat and Apache but It doesn 't work.  
  
Title: BugRat Report # 683

BugRat Report # 683

Project: Tomcat Release: Apache&tomcat
Category: Feature Requests SubCategory: Enhancement
Class: suggest State: received
Priority: high Severity: serious
Confidence: public

Submitter: _Anonymous ( [EMAIL PROTECTED] )
Date Submitted: Jan 2 2001, 01:29:13 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
I can't change url to run servlet from http://...../examples/servlet/myservlet to http://...../examples/myservlet
Environment: (jvm, os, osrel, platform)
1, Solaris, 7, ultra sparc

Additional Environment Description:
I used Apache1.3.14 and tomcat3.2.1

Report Description:
I can't change url to run servlet from http://...../examples/servlet/myservlet to http://...../examples/myservlet. What config file that i must config? server.xml , web.xml or others. Please tell me how to config this file step by step ... thank you. I ever config file web.xml at line..... invoker /servlet/* .....To...... invoker /* ...And restart tomcat and Apache but It doesn 't work.

How To Reproduce:
null

Workaround:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to