RE: Mapping an external folder!

2003-01-06 Thread Bodycombe, Andrew
Try the following in your web.xml:


   
   MemberAuth
   MemberAuth
   
   
   MemberAuth2
   MemberAuth2
   
   
   MemberAuth
   /login1
  
   
   MemberAuth2
   /login2
   


http://localhost:8080/myAps/login1 will run your MemberAuth servlet class
http://localhost:8080/myAps/login2 will run your MemberAuth2 servlet class

hth

Andy

-Original Message-
From: kim teri [mailto:[EMAIL PROTECTED]]
Sent: 06 January 2003 12:05
To: [EMAIL PROTECTED]
Subject: Mapping an external folder!


Hi all,

Am want to be running my servlets from C:\myAps and
below is how i've configured Server.xml and web.xml in
C:\myAps\WEB-INF\web.xml. 

Problem: I cannot add more servlet mappings to the
web.xml. I have to delete one to test the other! How
can i add/map all my servlets e.g
http://localhost:8080/myAps/servletname1...servletname2..
without removing MemberAuth for me to run
MemberAuth2??

Server.xml



Here is the setup in the etc/web.xml file
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>


  
   MemberAuth
   MemberAuth
   

   
   MemberAuth
   /login2
   



Thanx


__
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]>

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




Mapping an external folder!

2003-01-06 Thread kim teri
Hi all,

Am want to be running my servlets from C:\myAps and
below is how i've configured Server.xml and web.xml in
C:\myAps\WEB-INF\web.xml. 

Problem: I cannot add more servlet mappings to the
web.xml. I have to delete one to test the other! How
can i add/map all my servlets e.g
http://localhost:8080/myAps/servletname1...servletname2..
without removing MemberAuth for me to run
MemberAuth2??

Server.xml



Here is the setup in the etc/web.xml file
http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>


  
   MemberAuth
   MemberAuth
   

   
   MemberAuth
   /login2
   



Thanx


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

--
To unsubscribe, e-mail:   
For additional commands, e-mail: