我已经用Eclipse——Axis服务-Tocat服务器在本地机器中部署了一个共同项目网络服务。
我们无法从另一个连接同一网络的邻国机器获得这一服务。 我希望这一联系能够从其他机器(同一网络或远离互联网)获得。
你们能否给我们某种想法?
我已经用Eclipse——Axis服务-Tocat服务器在本地机器中部署了一个共同项目网络服务。
我们无法从另一个连接同一网络的邻国机器获得这一服务。 我希望这一联系能够从其他机器(同一网络或远离互联网)获得。
你们能否给我们某种想法?
在从另一个地方网络获得服务时,问题的症状是什么?
如果你收到电文,表明服务器无法使用,则可能是对Tomcat机器的防火墙限制。 I.e :您需要开放8080港,如在《欧洲公路货运公约》中所示。
互联网接入问题非常相似:你需要将当地机器暴露在外部。 在一个“边缘”网络上,它可能需要在您的ISP温和和/或根基(虚拟主机/港口转方向)中设置一个环境,但对于企业网络来说,这样做可能比较困难(甚至常常是坏想法——请你在当地管理;)
So this all began in trying to get Coldfusion9 portlets to run under Liferay, just like examples that I ve seen running JBOSS: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSC00E3E9C-DC24-...
My web application uses the same database configuration as the application XYZ. I have a resource declaration for a context in server.xml, so I have a duplicated configuration (once for web ...
I am using Tomcat to host JSP and using IIS 7.0 to host aspx (C# + .Net 3.5 + VSTS 2008), and I have some session transfer issue from JSP page to ASPX page. JSP page is in one domain and all other ...
I have a Java web app using JDBC created in NetBeans deployed to Tomcat that gives a "java.sql.SQLException: No suitable driver found for ..." error. The same app works fine when I run it as a non-web ...
Why are my AJAX requests failing? I have a website www.foo.com, and I m running Tomcat on the same server, www.foo.com:8080/services. However, when a file on foo.com makes an ajax call as such: $....
I m setting up an existing application on a new Tomcat 5.5 server connecting to a Postgres database (running on Debian Lenny). When I access it I get a series of stack traces with the following root ...
I am developing my application using spring-web-mvc... Now at my Controller it returns like this : public class InterfacesManageController implements Controller { public ModelAndView ...
I have a webapp that runs perfectly in Apache Tomcat 5.5 and I need to "convert it" so it can be deployed in an Oracle Application Server 10.1.3. Right now I make a WAR file of the aplication, paste ...