I m currently developing a Java Servlet Project in Eclipse. The project is compiled via Tomcat 5.5 and hosted in localhost:8080
(alternatively 127.0.0.1:8080
AND 192.168.1.10:8080
which also happens to be my local IP). The hosted project can be accessed on another computer via my Intranet(Local Network) at 192.168.1.10:8080
. It should be mentioned that my computer is behind a router, and, I ve configured it to forward the port 18261
to 192.168.1.10:8080
. Yet, when I access the project via a web based proxy and enter: {my IP Address}:18261
then, it gives a error message.
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...