Skip to main content



      Home
Home » Newcomers » Newcomers » How to configure Tomcat in eclipse
How to configure Tomcat in eclipse [message #67512] Sun, 22 May 2005 19:02 Go to next message
Eclipse UserFriend
Originally posted by: emadhu.hotmail.com

How to configure tomcat in Eclipse3.0 without using any external plugins
like sysdeo etc ?

thanks in advance
jon
Re: How to configure Tomcat in eclipse [message #67533 is a reply to message #67512] Sun, 22 May 2005 19:09 Go to previous messageGo to next message
Eclipse UserFriend
Depends on what you want to do.
If you want no external plugin, but just start, stop deply, undeploy, then
call ant to the rescue.
This book
http://safari.oreilly.com/JVXSL.asp?x=1&mode=section& ;sortKey=rank&sortOrder=desc&view=book&xmlid=0-5 96-00387-0/jextprockbk-CHP-10-SECT-6&g=&srchText=ant +tomcat&code=1&h=&m=&l=1&catid=&s=1& amp;b=1&f=1&t=1&c=1&u=1&r=&o=1&n =1&d=1&p=1&a=0&page=0
has an ant task to do just that.

You can find the source here:
http://examples.oreilly.com/jextprockbk/

If not, you would have to use some plugin (either WTP, Sysdoe, and afew more
like that, or write your own.
What is it you have against plugins? :-)
Re: How to configure Tomcat in eclipse [message #67795 is a reply to message #67533] Mon, 23 May 2005 12:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: emadhu.hotmail.com

thanks pombredanne, I will look into this, is it possible to launch tomcat
from the runtime/launch configuration? In that case, I still have to use
ANT to deploy the code to Tomcat classpath.
Re: How to configure Tomcat in eclipse [message #67965 is a reply to message #67795] Mon, 23 May 2005 20:04 Go to previous message
Eclipse UserFriend
> is it possible to launch tomcat from the runtime/launch configuration?
you can do that by just creating a launch configuration kicjing
<tomcat>/bin/startup or <tomcat>/bin/catalina start

But the ant tasks stop/start tomcat plus everything you would do in the
tomcat manager
Previous Topic:Unable to start Eclipse
Next Topic:How to delete at workspace?
Goto Forum:
  


Current Time: Sat May 03 01:25:38 EDT 2025

Powered by FUDForum. Page generated in 0.07746 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top