Developing Tomcat using Eclipse

View: New views
2 Messages — Rating Filter:   Alert me  

Developing Tomcat using Eclipse

by Liang Xiao Zhu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I want developing tomcat from Tomcat source using Eclipse, Is there
someone know how I have to setup in Eclipse for to do that?

Thank in advance!!!

Regards

---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Developing Tomcat using Eclipse

by Filip Hanik - Dev Lists :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

it's pretty easy, if you check out tomcat from svn

svn co http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk

the trunk folder contains a .project and .classpath

do a

cd trunk
ant download

then you will need to setup two variables

ANT_HOME
TOMCAT_LIBS_BASE - this one points to the location you downloaded your
dependencies to

Filip

ubekhet wrote:

> Hi,
>
> I want developing tomcat from Tomcat source using Eclipse, Is there
> someone know how I have to setup in Eclipse for to do that?
>
> Thank in advance!!!
>
> Regards
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@...
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@...
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...