-
Creating multiple projects on a single server like tomcat
Question asked by Visitor vrushali
Can we create multiple projects on a single server like tomcat? if yes then tell me how to store that projects?
-
Junior Member
Re: Creating multiple projects on a single server like tomcat
You always deploy the the WAR file in the Tomcat. When you start the Tomcat, the WAR File unwars itself(i.e. it create folder into the webapps folder with the name of the WAR File). So in this way you can have more than one project in the TOMCAT just by having different WAR file of different projects. After the WAR file is converted into folder, remove that WAR file from the Webapps folder of the TOMCAT.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules