Try to check port forwarding on your router. It seems to be a problem with
the protocol (icmp/tcp/udp). Maybe you have to add one more policy fot
that...
 

-----Ursprüngliche Nachricht-----
Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 14. September 2004 14:51
An: Tomcat Users List
Betreff: RE: Access Problem


Hi,
It would seem to be a network configuration error on your part (maybe the
router, maybe the firewall, maybe iptables/ipchains if you have those
configured, who knows), since it works internall without a problem.

Yoav Shapira
Millennium Research Informatics


>-----Original Message-----
>From: Raul Portales Fernandez [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, September 14, 2004 6:22 AM
>To: [EMAIL PROTECTED]
>Subject: Access Problem
>
>Hello:
>
>I have a very strange problem with tomcat, I have revised te online
doc,
>the
>FAQ, and googled it, but found nothing. Here is it:
>
>I have a webapp installed by a .war file, this app works fine when I
acces
>it
>by localnet using:
>
>http://myinternalip:myport/myapp/
>
>The whole app works fine. I also have Port Forwarding set in the
router,
>but
>when I try to access it form an external IP, using:
>
>http://myexternalip:myport/myapp/
>
>it does not work, and I get the following error:
>
>javax.servlet.ServletException: Exception opening resource 
>http://myexternalip:myport/myapp/somedir/somepage.jsp;jsessionid=someid
:
>java.net.ConnectException: Connection refused
>
>org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCon
text
>Impl.java:862)
>
>org.apache.jasper.runtime.PageContextImpl.handlePageException(PageConte
xtIm
>pl.java:795)
>        org.apache.jsp.index_jsp._jspService(index_jsp.java:238)
>
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
>        javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>
>org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.j
ava:
>311)
>
>org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301
)
>
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
>        javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
>
>More strange even is that if you try to access to the URI that gives
the
>problem putting it in the addess bar of the browser:
>
>http://myexternalip:myport/myapp/somedir/somepage.jsp;jsessionid=someid
:
>
>It works!, but obviously just for this page, wich is included in the
index
>page.
>Moreover, there are other applications installed in the same tomcat,
and
>they
>work from local and external networks.
>
>Has anyone any idea of the possible source of the problem.
>
>I'm using Tomcat 5.0.14 in a FreeBSD box. The same error happens in a
W2k
>box
>with 5.0.16
>
>Thank's in advance.
>--
>Un saludo, por ejemplo, buenos dias:
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to