better JSP server setup on windows?
- by phill
I'm currently running my jsp pages on a windows 2003 server, apache tomcat 5.5 setup. My process involved is as follows:
make change to .java file
compile .java file
restart apache tomcat service
refresh browser
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