- Stop Apache Tomcat.
- Edit conf/context.xml and define <Context> to <Context reloadable="true"> just for Tomcat reload your classes automatically when compiling a .JAVA.
- Do NOT use Step 2 with production systems.
- Start Apache Tomcat.
- With The Black Toolkit, go Configuration->Java and add the JSP jars to the classpath: TOMCAT_HOME/lib/jsp-api.jar and TOMCAT_HOME/lib/servlet-api.jar.
- Start a new JSP project, and save it in TOMCAT_HOME/webapps/<your_project_name>.
- Go to WEB-INF/vform and index.vform, change and save it, you can see it in the Browser.
- Go to WEB-INF/classes, create, modify, compile classes. And note: No deploys!!
Search This Blog
Wednesday, June 12, 2013
How to use Apache Tomcat with The Black Toolkit without deploys
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment