> > Hi, > > I am developing a web application which runs in a local jboss server > instance and I need a proxy to test some features. My Idea was to setup > squid on a virtual machine. This is almost working. I can configure my > browser to use that proxy and browse the internet. I also set up > SquidGuard > which is also working. But I cannot access the local jboss server via the > proxy. Is there a way to realize that? > Check your routing ability and access permissions between squid box and the jboss server. Theirs usually a firewall between, or config on server denying access to requests squid box/network . Amos