myeclipse « Tomcat « JSP-Servlet Q&A





1. Why http://localhost:8080 availabe while 127.0.0.1 not? (JSP on MyEclipse+Tomcat)    stackoverflow.com

The System's hosts file is fine, 127.0.0.1 localhost is there...
Ping 127.0.0.1,or my IP, the result is also fine..
Myeclipse's version is 8.0 and I'm just using the Tomcat within it.
A simple ...

2. how to avoid servlet-api.jar and jsp-api.jar copying into tomcat deployment    stackoverflow.com

I'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.com

How 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.com

So 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 ...