| Author |
how to upload jsp web application on the windows 2003 server
|
Prashant Chindhade
Ranch Hand
Joined: Jan 19, 2011
Posts: 77
|
|
hi
i am using tomcat 7 as a container. my application is ready to upload on the server.
can you tell me how i can upload the web application on windows 2003 server.
please help...
prashant
|
 |
Tom Reilly
Rancher
Joined: Jun 01, 2010
Posts: 618
|
|
|
You have multiple options. Take a look at the Tomcat Web Application Deployment documentation. If you still have a question, please post it.
|
 |
Prashant Chindhade
Ranch Hand
Joined: Jan 19, 2011
Posts: 77
|
|
hi tom,
thanks but i still don't get it. if i want to make my application accessible than i have to put whole application directory on the server which have tomcat server running and put it into webapps of tomcat ? Is it that way ? or any other way please let me know.
thanks for your reply
|
 |
amit punekar
Ranch Hand
Joined: May 14, 2004
Posts: 488
|
|
Hi,
You can either manually copy your webapp in the tomcat's webapp directory. OR you can access the tomcat admin console and deploy your war from the console.
regds,
amit
|
 |
Prashant Chindhade
Ranch Hand
Joined: Jan 19, 2011
Posts: 77
|
|
thanks amit...
but to access it from client side what should client write to the browser ?
can you please tell me ?
|
 |
amit punekar
Ranch Hand
Joined: May 14, 2004
Posts: 488
|
|
Hi,
When you type http://<yourhostname>:8080 , tomcat displays its default index page.
On that page you can find a menu item link to the Admin console.
regds,
amit
|
 |
Prashant Chindhade
Ranch Hand
Joined: Jan 19, 2011
Posts: 77
|
|
ok buddy thanks for your reply.
i got it.
thanks once again.
|
 |
 |
|
|
subject: how to upload jsp web application on the windows 2003 server
|
|
|