jboss-web

How to deploy jbpm-console 3.3.1 on jboss web server3.0.0 beta-1

I want to deploy jbpm-console on jboss web server, but the following error message appears. Can anyone tell me what's wrong? 2010-01-22 08:11:21,416 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (Thread-2) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): DEPLOYMENTS ...

Jbpm console3.3.1 on jboss web server3.0.0 beta-1

I've deployed jbpm-console on jboss-web successfully, but now I'm getting the following error: **2010-01-26 20:59:21,969 嚴重的 [facelets.compiler] (http-127.0.0.1-8080-1) Error Loading Library: vfszip:/E:/app/jboss-web-3.0.0-beta-0125-zip/jboss-web-3.0.0-beta-1/server/default/deploy/jbossweb.sar/jsf-libs/jsf-impl.jar/com/sun/faces/meta...

Can't setup remote debugging with JBoss Web 2.1.4 windows and eclipse

I'm unable to find an option to setup remote debugging in JBossWeb 2.1.4 on Windows. It is not installed as a service and there are no .bat scripts where I can edit the JAVA_OPTS environment variable to include: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4142 The only thing in the jboss web bin directory are jbos...

ServletContextListener and virtual hosts

Can anyone please tell me why ServletContextListener.contextInitialized() gets called once for each virtual host that's configured in jboss-web.xml? Is there is any way of having multiple virtual hosts while forcing contextInitialized() to only be called once? ...