1. Why http://localhost:8080 availabe while 127.0.0.1 not? (JSP on MyEclipse+Tomcat) stackoverflow.comThe System's hosts file is fine, |
2. how to avoid servlet-api.jar and jsp-api.jar copying into tomcat deployment stackoverflow.comI'm using myeclipse and to compile successfully I have servlet-api.jar and jsp-api.jar in the java build path library. The problem occurs when the myeclipse deploy the web application to tomcat and ... |
3. Having effect of java/jsp changes without restarting tomcat stackoverflow.comHow should I configure tomcat so that JSP/Java changes are in effect immediately without restarting the tomcat? When I redeploy the app after making some Java changes it restarts the tomcat ... |
4. JNDI setup for MyEclipse and TomCat coderanch.comSo I'm working to get some JMS code to work locally. Doing a typical message send and message received. My code needs to get the JNDI configured so I can get a look up working. I'm looking to get the JNDI lookup to work however I'm not sure how to setup the JNDI config for MyEclipse and TomCat locally. The exception ... |