Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: This is urgent - aliases in Tomcat


Message #1 by "Naresh Ganatra" <ndc@v...> on Tue, 19 Dec 2000 14:37:21 -0000
look at the web.xml file in the WEB-INF directory for your JRun application
and copy the section that looks like this:

- <servlet>
  <servlet-name>servlet-alias</servlet-name> 
  <servlet-class>fully.qualified.class.name</servlet-class> 
  </servlet>


-----Original Message-----
From: Naresh Ganatra [mailto:ndc@v...]
Sent: 19 December 2000 14:37
To: Servlets
Subject: [servlets] This is urgent - aliases in Tomcat


Hello All,

I had been using JRUN 2.3 to run a servlet based application of mine.
Now  I need to use Tomcat cause  I want to share the session between this
application and another application which uses Tomcat 3.2.
I had registered all my servlet in JRUN, ie , I had given them an alias.
I have used the aliases throughout the application, now I need to know how
to give aliases in Tomcat.
Can anybody please help me out.

Thanks a lot in advance.

Naresh

--- 
NEED TECHNICAL TIPS, TOOLS, AND INSIGHTS?  Is FREE okay?
Visit EarthWeb for the latest in IT Management, Software Development, 
Web Development, Networking & Communications, and Hardware & Systems.  
Click on http://www.earthweb.com for FREE articles, tutorials,
and discussions from the experts.
---
You are currently subscribed to servlets as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-servlets-$subst('Recip.MemberIDChar')@p2p.wrox.com

  Return to Index