| Author |
How to deploy Servlet in Tomcat?
|
chandraiah chintakayalu
Ranch Hand
Joined: Aug 30, 2007
Posts: 32
|
|
Hi all,can anybody tell me how to deploy servlet in tomcat as im using jboss. Thanks in advance.
|
SCJP-5 86%,SCWCD-soon
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8146
|
|
I did not understand your question. Are you asking how to deploy a servlet in JBoss? Or are you asking how to deploy a servlet in Tomcat? In JBoss, all you have to do is package your application as a .war file and place it in the deploy folder (usually in the %JBOSS_HOME%/server/default/deploy folder). Then you start the server using the run.bat file (for linux, use run.sh) present in %JBOSS_HOME%/bin folder. Your application will be picked up by JBoss and deployed.
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: How to deploy Servlet in Tomcat?
|
|
|