This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Embedding Tomcat Into Java Applications. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Embedding Tomcat Into Java Applications." Watch "Embedding Tomcat Into Java Applications." New topic
Author

Embedding Tomcat Into Java Applications.

pawan chopra
Ranch Hand

Joined: Jan 23, 2008
Posts: 366

Hi All,

I have seen few tutorials on net about this. But they are not working with Tomcat 5.x. Kindly let me know if any tutorial exist for Tomcat 5.x which can explain how to embed Tomcat into Java Application.


Pawan Chopra
SCJP - DuMmIeS mInD
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14572
    
    7

I don't think the process has changed all that much over the years. Essentially, (if my memory hasn't failed), you have a JavaBean that represents Tomcat, you set properties on it to customize how Tomcat will run, then you call the bean's bootstrap method to launch the embedded Tomcat.


Customer surveys are for companies who didn't pay proper attention to begin with.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35442
    
    9
The http://faq.javaranch.com/java/TomcatFaq points to a couple of articles on embedding Tomcat.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Embedding Tomcat Into Java Applications.
 
Similar Threads
Version issue while deploying
JDK 1.4.2 and Tomcat 5 on Windows Vista?
Question to Thomas on "Murach Servlets"
Tomcat Problem
Which version of Tomcat to use?