aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Proxy Server issues Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Proxy Server issues" Watch "Proxy Server issues" New topic
Author

Proxy Server issues

igwe kalu kalu ogba
Ranch Hand

Joined: Feb 03, 2005
Posts: 133
Hello, I'm running web services from a client application deployed throughout my LAN via JNLP. The web services are run on a tomcat server. The problem I have is that the web services cannot be run at all. Infact, pointing to the IP of the server running the web services does not display the welcome page of the Tomcat Server. Everything worked fine until Microsoft ISA server was installed on the network. Any suggestions on how I can modify my java code or at least my Tomcat server to make it visible to all machines on the LAN network? thanks.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8259

Originally posted by igwe kalu kalu ogba:
Everything worked fine until Microsoft ISA server was installed on the network.


If the Microsoft ISA server is blocking your traffic, you aren't going to fix it by modifying your code. You need to configure the ISA server to allow your traffic through.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Proxy Server issues
 
Similar Threads
get available IP address
Hardware Spec
JSP headers?
Two network cards on linux
JSP Headers?