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: 390
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
© Server Fault or respective owner