Java Web Development I

The requested resource is not available.

Do not click the right key of the mouse on the project name, instead we need choose the item, like .jps file to run, it also right lick the mouse, then choose run on Server, then we will see the resulting web page that translated from the .jsp file.


Note we need first shutdown the Tomcat server, then we can run the jsp in Eclipse; othewise,  IDE will report error: SEVERE: StandardServer.await: create[localhost:8005]:
java.net.BindException: Address already in use: JVM_Bind.

你可能感兴趣的:(Java Web Development I)