我正在视窗7运行Eclipse Indigo EE,与我挂在一起。 我的托马托卡现在停在剪切片上(从服务器的角度来看),但在我的用户下运行。 我把它当作一个不同的用户。 我如何实现这一目标? 我不想把它作为Windows服务或排在Eclipse之外,而是想继续通过Eclipse来管理它,因为Eclipse使我感到迷惑、关闭,开始对我来说更简单得多。
任何想法如何建立,或者甚至可能建立起来?
Thanks
我正在视窗7运行Eclipse Indigo EE,与我挂在一起。 我的托马托卡现在停在剪切片上(从服务器的角度来看),但在我的用户下运行。 我把它当作一个不同的用户。 我如何实现这一目标? 我不想把它作为Windows服务或排在Eclipse之外,而是想继续通过Eclipse来管理它,因为Eclipse使我感到迷惑、关闭,开始对我来说更简单得多。
任何想法如何建立,或者甚至可能建立起来?
Thanks
我无法找到一种办法,开始使用托马托克服务器作为不同的用户。 而作为不同的用户,你可以这样做。 以下是这些步骤:
1. 遵循预定用户名称和排泄物所在地的指挥
用户: C:eclipse-jee-mars-R-win32-x86_64eclipseeclipse.exe
Thanks, Sabeer
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 ...