|
|

楼主 |
发表于 2011/7/11 15:01:52
|
显示全部楼层
aoslee 发表于 2011/7/11 13:04 
没有区别吧
还是有区别的,eclipse中可以用tomcat project在java project中添加web应用部署到tomcat中。Myeclipse中只有web projct。
我试着将zkwebui改成web project,结果启动的时候卡住了
2011-7-11 15:21:11 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\bin;D:\MyEclipse 8.5-2\workspace\apache-tomcat-6.0.18\bin
2011-7-11 15:21:11 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2011-7-11 15:21:11 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 507 ms
2011-7-11 15:21:11 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2011-7-11 15:21:11 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.18
2011-7-11 15:21:11 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(D:\MyEclipse 8.5-2\workspace\apache-tomcat-6.0.18\webapps\Adempiere\WEB-INF\lib\javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
2011-7-11 15:21:13 org.zkoss.zk.ui.http.WebManager <init>:113
信息: Starting ZK 3.6.2 EntERPrise (build: 09062310)
2011-7-11 15:21:13 org.zkoss.zk.ui.sys.ConfigParser parseConfigXml:126
信息: Loading system default
2011-7-11 15:21:13 org.zkoss.zk.ui.sys.ConfigParser parse:223
信息: Parsing jndi:/localhost/Adempiere/WEB-INF/zk.xml
2011-7-11 15:21:13 org.zkoss.util.logging.LogService <init>:152
信息: File not found: D:\MyEclipse 8.5-2\workspace\apache-tomcat-6.0.18\bin\..\conf\i3-log.conf
2011-7-11 15:21:17 org.adempiere.webui.session.WebUIServlet init
信息: Starting ADempiere...
CLogFile[D:\Adempiere\log\2011-07-11_6.log,Level=ALL]
15:21:17.328 Adempiere.startup: Adempiere(r) Release 3.5.4a_2009-09-15 -Smart Suite ERP,CRM and SCM- (c) 1999-2009 Adempiere (r); Implementation: ADempiere - Supported by ADempiere community
*** 2011-07-11 15:21:17.328 Adempiere Log (CLogConsole) ***
15:21:17.328 Adempiere.startup: Adempiere(r) Release 3.5.4a_2009-09-15 -Smart Suite ERP,CRM and SCM- (c) 1999-2009 Adempiere (r); Implementation: ADempiere - Supported by ADempiere community
15:21:17.328 Ini.loadProperties: \Adempiere\Adempiere.properties #28
15:21:17.328 Ini.loadProperties: \Adempiere\Adempiere.properties #28
-----------> CConnection.isAppsServerOK: MyAppsServer ignored
-----------> CConnection.isAppsServerOK: MyAppsServer ignored
-----------> CConnection.isAppsServerOK: MyAppsServer ignored
-----------> CConnection.isAppsServerOK: MyAppsServer ignored
一直停在这边了
|
|