kux wrote:
> hello,
>
> ok, so I made a very simple web app, but the probem is that after starting
> tomcat I can only run it in mozilla.
> What I want to do is be able to do that from eclipse too. 
> When I try to run it in eclipse i get this in the browser tab:
>
> The following error was encountered: 
>
> Access Denied. 
> Access control configuration prevents your request from being allowed at
> this time. Please contact your service provider if you feel this is
> incorrect. 
>
>
>   
1. Take a look at your logs for Eclipse (I assume it has them ... I
don't use eclipse myself)

2. Mozilla does not "run" any webapps.  It asks for a resource on a
particular IP and port and a server listening there responds with
something (hopefully what the user asked for).  A servlet container like
tomcat "runs" the web application and acts as the server Mozilla
requests information from.

--David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to