Adding multiple servlets under same application
843840Sep 24 2002 — edited Sep 28 2002Hi,
We are trying to add multiple servlets (2 to be precise) to an Application.
We are using j2ee1.3 server and deploytool for deploying the same.
Is it possible to have a single context root in which i'll be able to place both servlets with different aliases to access them?
The moment I specify same contextRoot in Web context tab of Application, i get an error saying Deployment failed because "mycontextroot" already exists.
When I assign two different context roots to each servlet, they can function, but then the URL for each changes inspite of being in the same application.
Any suggestions are welcomed.
Thank you,
Manish.