Posted By:
Jeppe_Skovbon
Posted On:
Monday, January 12, 2004 08:42 AM
Hi, I want to install/deploy a web-application and call it from a sub-domain. When I create a sub-domain ( i.e. called ida ) it is placed in the folder: /home/myFolder/www/ida My web-applications is placed in the folder: /home/myFolder/jsp/myWebapps When I install a web-app i normally type in this URL in the Tomcat Web Application Manager: http://myDomain/servlets/manager/install?path=/myWebapp&war=jar:file:/home/myFolder/jsp/myWebapp.war!/ and I call it with this URL: http://myDomain/myWebapps/login.jsp That works fine. But now I want to call my web-application with this URL: http://subDomai
More>>
Hi,
I want to install/deploy a web-application and call it from a sub-domain. When I create a sub-domain ( i.e. called ida ) it is placed in the folder:
/home/myFolder/www/ida
My web-applications is placed in the folder:
/home/myFolder/jsp/myWebapps
When I install a web-app i normally type in this URL in the Tomcat Web Application Manager:
http://myDomain/servlets/manager/install?path=/myWebapp&war=jar:file:/home/myFolder/jsp/myWebapp.war!/
and I call it with this URL:
http://myDomain/myWebapps/login.jsp
That works fine.
But now I want to call my web-application with this URL:
http://subDomain.myDomain/myWebapps/login.jsp
How can I type in the URL in the Tomcat Web Application Manager to make it work with the sub-domain?
Thanks...
<<Less