Re: port 8080
Richard Yee <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <[email protected]> |
Roshan, Are you using a Cable/DSL Firewall/Router at home? If so, you might need to configure it so that it allows port 8080 to be accessed on your computer from the Internet -Richard At 06:41 AM 6/3/2003 +0800, you wrote: >Hi All, > >I recently wrote my own guestbook application which I added onto my >website. I can view it when I type ><http://localhost:8080/jsps/gbv>http://localhost:8080/jsps/gbv or >www.myweb.com:8080/jsps/gbv , from the same pc.. However when I tried to >view it from a pc at work, it returns a 404. I tried ><http://www.myweb.com:8080/>www.myweb.com:8080/ with the same result. > >Does anyone have any idea why I am having this problem, when it works >perfectly on the same machine? Connecting to port 80 for the webserver is fine. > >I am using tomcat 4.1.18 and apache 2.0.43 webserver, on a windows XP machine. > > >This group is my second line of help... I already tried searching google, >but couldn't find anything that addresses my problem. > > >Thanks in advance, > >Roshan >