Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Integrating Tomcat with JDeveloper

Status
Not open for further replies.

rsmazara

Programmer
Oct 16, 2002
1
GB
Hi all
I am new to JDeveloper 9i, The thing is that I want to deploy my servlet/jsp applications to Apache/Tomcat servers.
Can I
a) Integrate Tomcat into JDeveloper .. ( like Borland JBuilder or Forte )
b) If not what would be the fastest route to develop/test/deploy applications to Apache/Tomcat from JDeveloper

 
Hi,

In JDeveloper 9i you can create a war-file, by clicking on File->New Deployment Profiles -> War file. With that you can deploy easily to tomcat, by only copying the warfile to the "webapps" path in the tomcat directory and restarting the tomcat service. The warfile will deploy itself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top