better JSP server setup on windows?

Posted by phill on Server Fault See other posts from Server Fault or by phill
Published on 2010-04-19T22:12:52Z Indexed on 2010/04/19 22:23 UTC
Read the original article Hit count: 358

Filed under:
|
|

I'm currently running my jsp pages on a windows 2003 server, apache tomcat 5.5 setup. My process involved is as follows:

  1. make change to .java file
  2. compile .java file
  3. restart apache tomcat service
  4. refresh browser
  5. check c:\program files\apache software foundation\tomcat 5.5\logs

This is beyond cumbersome. Is there a better development platform to develop jsp pages which makes life alot easier?

thanks in advance

© Server Fault or respective owner

Related posts about Windows

Related posts about apache