aspose file tools
The moose likes Servlets and the fly likes java web server and jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "java web server and jsp" Watch "java web server and jsp" New topic
Author

java web server and jsp

Trader Joey
Ranch Hand

Joined: May 11, 2000
Posts: 33
i have started the java web server and i find out my ip address and give it to a friend over the net. he cannot access the public_html directory on my machine. what setting did i miss. i can see the site fine at http://my_ip_Address:8080/index.htm
please help
Prasad Charasala
Ranch Hand

Joined: Nov 02, 2000
Posts: 67
Hi,
If your friend is behind a firewall or you are behind a firewall, your friend can not see your pages. Configure your java web server so that it uses port 80 instead of 8080.
This may help you.
------------------
Prasad


<B>Prasad</B>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java web server and jsp
 
Similar Threads
why are "http://localhost:8080/" and "http://201.10.10.1:8080/" not
Anonyms user not getting to SSO login page | HTTP error 404
how do I access weblogic without giving port !
how to load class dynamically from another location In RMI
tomcat running but gives an Invalid HTTP get error