[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem re-deploying war inside ear
cardoso
do-not-reply at jboss.com
Mon Apr 21 07:18:42 EDT 2008
But the log says, that the war is deployed again:
| 09:43:32,435 INFO [TomcatDeployment] deploy, ctxPath=/myapp, vfsUrl=myapp.ear/myapp.war
|
Or should there be more log output for a successful redeployment?
I don't use classloader isolations, the only configuration I have in the config files is the security-domain.
These are my config files:
application.xml:
| <?xml version="1.0" encoding="UTF-8"?>
| <application xmlns="http://java.sun.com/xml/ns/j2ee"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
| http://java.sun.com/xml/ns/j2ee/application_1_4.xsd"
| version="1.4">
| <display-name>myappEAR</display-name>
| <module>
| <java>myapp.jar</java>
| </module>
| <module>
| <web>
| <web-uri>myapp.war</web-uri>
| <context-root>myapp</context-root>
| </web>
| </module>
| </application>
|
jboss.xml:
| <?xml version='1.0' encoding='UTF-8' ?>
| <jboss>
| <security-domain>java:/jaas/other</security-domain>
| </jboss>
|
jboss-web.xml:
| <?xml version='1.0' encoding='UTF-8' ?>
| <jboss-web>
| <security-domain>java:/jaas/mth</security-domain>
| </jboss-web>
|
context.xml:
| <!-- Add the ExtendedFormAuthenticator to get access to the username/password/exception -->
| <Context cookies="true" crossContext="true">
| <Valve className="org.jboss.web.tomcat.security.ExtendedFormAuthenticator"
| includePassword="true" />
| </Context>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145458#4145458
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145458
More information about the jboss-user
mailing list