[Clustering/JBoss] - Re: WAR redeployment requires restart
by rajeshchande
Hello,
Its there in the earlier post, i will post it again for your ref only the "undeploy" phase log. But there is not much info in the same.
######################
| 2008/05/26 08:08:13 | 08:08:13,174 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-53041
| 2008/05/26 08:08:13 | 08:08:13,325 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 13m:23s:636ms
|
| 2008/05/26 08:08:13 | send a packet PING : ping
| 2008/05/26 08:08:14 | Received a packet PING : ping
|
|
| 2008/05/26 08:17:32 | read a packet PING : ok
| 2008/05/26 08:17:32 | Got ping response from JVM
| 2008/05/26 08:17:36 | send a packet PING : ping
| 2008/05/26 08:17:36 | Received a packet PING : ping
| 2008/05/26 08:17:36 | Send a packet PING : ok
| 2008/05/26 08:17:36 | read a packet PING : ok
| 2008/05/26 08:17:36 | Got ping response from JVM
|
| 2008/05/26 08:17:37 | 08:17:37,197 INFO [TomcatDeployer] undeploy, ctxPath=/, warUrl=.../tmp/deploy/tmp34681ssa-exp.war/
|
| 2008/05/26 08:17:40 | send a packet PING : ping
| 2008/05/26 08:17:40 | Received a packet PING : ping
| 2008/05/26 08:17:40 | Send a packet PING : ok
| 2008/05/26 08:17:40 | read a packet PING : ok
| ######################
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153468#4153468
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153468
17 years, 11 months
[JCA/JBoss] - Re: Bug/Missing feature in XA-DS.xml
by vickyk
"PeterJ" wrote : Just now noticed that Weston's post was last year, not last month. So the question is - is it still true? Is *-ds.xml being deprecated?????
-ds.xml is not deprecated , the XSLT deployment process is deprecated which can been seen from the jboss-5.0.0.CR1\server\default\deployers\jboss-jca.deployer\META-INF\jca-deployers-beans.xml
<bean name="JCAMetaDataRepository" class="org.jboss.resource.metadata.repository.DefaultJCAMetaDataRepository"/>
|
| <!-- RAR Deployment -->
| <bean name="RARParserDeployer" class="org.jboss.resource.deployers.RARParserDeployer">
| <property name="metaDataRepository"><inject bean="JCAMetaDataRepository"/></property>
| <property name="type">rar</property>
| </bean>
|
| <bean name="RARDeployer" class="org.jboss.resource.deployers.RARDeployer">
| <property name="workManagerName">jboss.jca:service=WorkManager</property>
| <property name="XATerminatorName">jboss:service=TransactionManager</property>
| <property name="type">rar</property>
| </bean>
|
|
|
| <!-- ConnectionFactory Deployment - ->
|
| <bean name="ConnectionFactoryDeployer" class="org.jboss.system.deployers.ServiceXSLDeployer">
| <property name="suffix">-ds.xml</property>
| <property name="XSLPath">stylesheets/ConnectionFactoryTemplate.xsl</property>
| <property name="type">jca-ds</property>
| </bean>
|
| -->
You can notice that XSLDeployer(ConnectionFactoryDeployer) is deprecated and the RARParserDeployer/RARDeployer is used .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153466#4153466
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153466
17 years, 11 months
[Installation, Configuration & DEPLOYMENT] - Re: How to configure multiple instances/nodes/domains?
by PeterJ
I recommend you avoid the graphical installer whenever possible. Many people have complained about problems with that installer, and when they switched to using the binary zip then things started working. (I should point out that the graphical installer that has the problems is the one that came with the 4.0.x public releases; the installer for EAP is vastly different - as far as I can tell, it places the same files on your system as unzipping the binary, and then adds things to the Start menu (or its equivalent if you are using KDE on Linux).)
You can find a sample bindings file at docs/examples/binding-manager/sample-binding.xml. You need to copy that file to server/xxx/deploy.
Where did you get that text? It appears that the text is for 4.0.2, which is about 4 or 5 years old now. Every release the ports change, and thus so does the sample-bindins.xml file (my group has tracked that very closely). We have not noticed any issues with the sample-binding.xml file that comes with EAP 4.2 (we have not tried EAP 4.3).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153465#4153465
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153465
17 years, 11 months