aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Setting Up Ant/Tomcat Development Enivornment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply locked New topic
Author

Setting Up Ant/Tomcat Development Enivornment

Aryeh Golob
Ranch Hand

Joined: Nov 12, 2006
Posts: 37
I had a general question about setting up my Tomcat development environment.

I believe to have Tomcat set up correctly and verified that I can run a Servlet.

Here are my CATALINA variables ...



I modified the sample HelloWorldExample servlet and verified that I can compile and run the servlet using the folowing URL.

http://localhost:8080/netcomm/servlets/servlet/HelloWorldExample

Here are the servlet definitions as defined in my web.xml file ...





I have ANT set up so that when I execute the ant command, a build directory is created under the root netcomm directory which contains the $ROOT/netcomm/builds/WEB-INF/classes/com/ .... /HelloWorldExample.class file.

If I move the build WEB-INF application directory structure to the root application directory ($ROOT/netcomm/WEB-INF/classes/com/ .... /HelloWorldExample.class etc.), then everything works fine.


My question, is however, what is the best way to set up my development environment so that I can just type ant and have everything work without having to move directory etc. or restart tomcat server?

The documentation says something about either resetting CATALINA_BASE or using the Manager application ...

Can anyone advise regarding the correct way to set up a Tomcat development environment using ANT in the most efficient way possible?

I appreciate your time and consideration.

Sincerely,
Aryeh

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Setting Up Ant/Tomcat Development Enivornment
 
Similar Threads
Path Not Reaching Servlet
ServletException
Tomcat 5.0.27 Http status 404 Error
Setting Up Development Environment Using Ant
resource not available