You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by kux <ai...@yahoo.com> on 2009/03/09 01:21:50 UTC

access denied when I try to run a webapp from anyting else than mozilla

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. 


-- 
View this message in context: http://www.nabble.com/access-denied-when-I-try-to-run-a-webapp-from-anyting-else-than-mozilla-tp22405007p22405007.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


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


Re: access denied when I try to run a webapp from anyting else than mozilla

Posted by David Smith <dn...@cornell.edu>.
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org