From Netbeans 5.5 to Tomcat 5.0 Server

I am a newbie with using Tomcat server. I would greatly appreicate your help.

I have created a JSP/servlets web application on Netbeans 5.5 and now I have to install it on to Tomcat 5.0 for viewing and testing, what are the steps I need to take to accomplish this? I have searched the internet and cannot come to a conclusion of exactly how to do this.

Thanks,

[380 byte] By [foxForce5a] at [2007-11-26 15:24:43]
# 1

Are you wanting to use Tomcat rather than Sun Application Server when you run within NB? If so, just recreate the application and select Tomcat as the server during the creation.

If you're talking about deploying to an external Tomcat server, I believe that there are some tutorials about external deployment on the NB website. I believe that the application needs to built using Tomcat in NB, not AS, though, to do this.

Questions like this are best answered on the NB site, either the mailing list or wiki.

ChuckBinga at 2007-7-8 21:40:15 > top of Java-index,Desktop,Deploying...
# 2
Thank you, I found what I was looking for.
foxForce5a at 2007-7-8 21:40:15 > top of Java-index,Desktop,Deploying...