I couldnt attach the war to jira. 

Why the "webcontext: null" in the server.log.
There is a note in AbstractWebDeployer.java. How can deploy my project
as part of an enterprise to avoid null.


@param di The deployment info that contains the context-root element value
288     from the J2EE application/module/web application.xml descriptor. This 
may
289     be null if war was is not being deployed as part of an enterprise 
application.
290     It also contains the URL of the web application war.
291    */

 
292    public synchronized WebApplication start(DeploymentInfo di) throws 
DeploymentException
293    {
----------------------------------------------------------------------
server.log
----------------------------------------------------------------------
2006-04-05 11:18:41,206 DEBUG [org.jboss.deployment.MainDeployer] Adding 
deployer: MBeanProxyExt[jboss.web:service=WebServer]
2006-04-05 11:18:41,206 DEBUG [org.jboss.deployment.SuffixOrderHelper] Static 
suffix exists; ignoring request for adding enhanced suffix: 558.war
2006-04-05 11:18:41,206 DEBUG [org.jboss.deployment.MainDeployer] trying to 
deploy with new deployer: invoker.war
2006-04-05 11:18:41,206 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment of package: 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/
2006-04-05 11:18:41,206 DEBUG [org.jboss.deployment.MainDeployer] Starting 
deployment (init step) of package at: 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/
2006-04-05 11:18:41,206 DEBUG [org.jboss.deployment.MainDeployer] using 
deployer MBeanProxyExt[jboss.web:service=WebServer]
2006-04-05 11:18:41,206 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Begin init
2006-04-05 11:18:41,222 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] webContext: 
null
2006-04-05 11:18:41,222 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] warURL: 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/
2006-04-05 11:18:41,284 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] End init
2006-04-05 11:18:41,284 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] 
Added url: 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/, 
to ucl: [EMAIL PROTECTED] 
url=file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/ 
,addedOrder=9}
2006-04-05 11:18:41,284 DEBUG [org.jboss.deployment.MainDeployer] found 0 
subpackages of 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/
2006-04-05 11:18:41,284 DEBUG [org.jboss.deployment.MainDeployer] create step 
for deployment 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/
2006-04-05 11:18:41,284 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] create, 
invoker.war
2006-04-05 11:18:41,347 DEBUG [org.jboss.system.ServiceController] Creating 
service jboss.web.deployment:id=1763989388,war=invoker.war
2006-04-05 11:18:41,347 DEBUG [org.jboss.system.ServiceController] adding 
depends in ServiceController.register: []
2006-04-05 11:18:41,347 DEBUG [org.jboss.web.WebModule] Creating 
jboss.web.deployment:id=1763989388,war=invoker.war
2006-04-05 11:18:41,347 DEBUG [org.jboss.web.WebModule] Created 
jboss.web.deployment:id=1763989388,war=invoker.war
2006-04-05 11:18:41,347 DEBUG [org.jboss.system.ServiceController] Creating 
dependent components for: jboss.web.deployment:id=1763989388,war=invoker.war 
dependents are: []
2006-04-05 11:18:41,347 DEBUG [org.jboss.deployment.MainDeployer] Done with 
create step of deploying invoker.war
2006-04-05 11:18:41,347 DEBUG [org.jboss.deployment.MainDeployer] Begin 
deployment start 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/
2006-04-05 11:18:41,347 DEBUG [org.jboss.system.ServiceController] starting 
service jboss.web.deployment:id=1763989388,war=invoker.war
2006-04-05 11:18:41,347 DEBUG [org.jboss.web.WebModule] Starting 
jboss.web.deployment:id=1763989388,war=invoker.war
2006-04-05 11:18:41,363 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] 
webContext: null
2006-04-05 11:18:41,363 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] warURL: 
file:/C:/jboss-4.0.4RC1/server/ibankAll/deploy/httpha-invoker.sar/invoker.war/
2006-04-05 11:18:41,363 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] 
webAppParser: [EMAIL PROTECTED]
2006-04-05 11:18:41,472 DEBUG [org.jboss.web.WebPermissionMapping] Qualified 
url patterns: 
{/=PatternInfo[pattern=/,type=3,isOverriden=false,qualifiers=[PatternInfo[pattern=/restricted/*,type=1,isOverriden=false,qualifiers=[]]]],
 
/restricted/*=PatternInfo[pattern=/restricted/*,type=1,isOverriden=false,qualifiers=[]]}
2006-04-05 11:18:41,488 INFO  [org.jboss.web.tomcat.tc5.TomcatDeployer] deploy, 
ctxPath=/invoker, warUrl=.../deploy/httpha-invoker.sar/invoker.war/


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935015#3935015

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935015


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to