[jboss-user] [Beginner's Corner] - RESOLVED - Re: Deploy webapp in external dir (AS 5.1.0)

2009-09-08 Thread am2605
Just found the answer in another thread.

In profile.xml

Rather than


  |C:/www/railo-deploy
  | 

I need


  |file:///C:/www/railo-deploy
  | 

All working as expected now.





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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254086
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: Deploy webapp in external dir (AS 5.1.0)

2009-09-08 Thread am2605
As requested:

C:\jboss\jboss-5.1.0.GA\server\railo\conf\bootstrap\profile.xml:


  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | ${jboss.lib.url}jboss-profileservice-spi.jar
  | 
  | 
  | 
  | 
  |   ${jboss.server.home.url}conf/bindingservice.beans
  |   ${jboss.server.home.url}conf/jboss-service.xml
  | ${jboss.server.home.url}deployers
  | 
  | 
  | ${jboss.server.home.url}deploy
  | C:/www/railo-deploy
  | 
  | 
  | ${jboss.server.data.dir}/attachments
  | 
  | 
  | 
  | 
  | 
  | 
${jboss.server.name}
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  | 
  | 
  |   
  | 
  |   
  |   
  | 
  |   
  |   
  | 
  |   
  | 
  |   .war
  | 
  |   
  |   
  | 
  |   WEB-INF/classes
  |   WEB-INF/lib
  |   WEB-INF/dev
  | 
  |   
  | 
  |   
  | 
  |   
  | 
  |   
  |   
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |
  |
  |
  | 
  | 
  | 
  | org.jboss.kernel.spi.deployment.KernelDeployment
  | 
  | 
  | 
  | org.jboss.kernel.spi.deployment.KernelDeployment
  | 
  |
  |
  | 
  |
  |
  | 
  | 
  | 
  | #,%,\,,.,_$
  | 
  | #,$,%,~,\,v,.BAK,.bak,.old,.orig,.tmp,.rej,.sh
  | 
  | .make.state,.nse_depinfo,CVS,CVS.admin,RCS,RCSLOG,SCCS,TAGS,core,tags
  | 
  | 
  | 

The error message is:


  | 2009-09-09 15:16:29,380 ERROR 
[org.jboss.system.server.profileservice.repository.ScopedProfileServiceController]
 (main) Error installing to Create: name=profile...@f51766[domain=default, 
server=default, name=applications] state=Configured mode=On Demand 
requiredState=Installed
  | java.lang.reflect.InvocationTargetException
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:97)
  | at 
org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.invoke(AbstractProfileLifeCycleAction.java:77)
  | at 
org.jboss.system.server.profileservice.repository.AbstractProfileLifeCycleAction.install(AbstractProfileLifeCycleAction.java:49)
  | at 
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
  | at 
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
  | at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
  | at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
  | at 
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
  | at 
org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
  | at 
org.jboss.syst

[jboss-user] [Beginner's Corner] - Deploy webapp in external dir (AS 5.1.0)

2009-09-08 Thread am2605
Hi,

I'd like to try and deploy some of my apps to directories which aren't until 
the JBOSS_HOME, but I'm not really sure how to do it, and/or if it is possible 
to do what I want.

I found this wiki page: 
http://www.jboss.org/community/wiki/HowtodeploymyapplicationinanexternaldirectoryinJBoss-5
 

however when I try it, I get some errors on startup.

Using this approach, the relevant section of my profile.xml looks like this:



${jboss.server.home.url}deploy


c:/app1
c:/app2



Both c:/app1 and c:/app2 are empty folders (I have also tried placing a .war 
file in each).

However JBoss won't start with this configuration.  I think it's expecting more 
stuff in those folders yes?  eg. 

ejb3-container-jboss-beans.xml
hdscanner-jboss-beans.xml
hsqldb-ds.xml
http-invoker.sar
jboss-local-jdbc.rar
jboss-xa-jdbc.rar
jbossweb.sar
jca-jboss-beans.xml
jmx-console.war
jmx-invoker-service.xml
ROOT.war
security
transaction-jboss-beans.xml

HOwever this isn't what I want.  What I really want to do is just have 2 apps 
each in a separate folder.

Similar to what you can do by adding this to a standalone tomcat's 
conf/server.xml:


  |   
  | 

Is it possible to do this on JBoss 5.1.0, and if so, how?

Thanks in advance,
Andrew.



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254070
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Trying to deploy Railo as war file

2008-08-08 Thread am2605
Hi,

I don't quite understand the documentation on that Wiki page.

Is this adequate?


  | 
  | 
  |
  |   com.example:archive=railo.war 
  |
  |
  |  

Or does com.example have to be replaced with the actually class we are loading?

The above code still gives me the same error:


  | 2008-08-08 22:18:59,921 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/railo]] 
(main) Exception sending context initialized event to listener instance of 
class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | java.lang.LinkageError: loader constraint violation: when resolving 
overridden method 
"org.apache.xerces.jaxp.SAXParserImpl.getParser()Lorg/xml/sax/Parser;" the 
class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of 
the current class, org/apache/xerces/jaxp/SAXParserImpl, and its superclass 
loader (instance of ), have different Class objects for the type 
org/xml/sax/Parser used in the signature
  | at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown 
Source)
  | at 
com.sun.faces.config.ConfigureListener$WebXmlProcessor.scanForFacesServlet(ConfigureListener.java:487)
  | 

Maybe I am best to stay with JBoss 4.2.3 for the time being?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169584
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Trying to deploy Railo as war file

2008-08-07 Thread am2605
I deleted the jar file, and tried again but still haven't had much success.

This has started appearing in the output though, and looks a likely culprit to 
me...


  | 2008-08-07 23:19:30,015 ERROR 
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/railo]] 
(main) Exception sending context initialized event to listener instance of 
class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | java.lang.LinkageError: loader constraint violation: when resolving 
overridden method 
"org.apache.xerces.jaxp.SAXParserImpl.getParser()Lorg/xml/sax/Parser;" the 
class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of 
the current class, org/apache/xerces/jaxp/SAXParserImpl, and its superclass 
loader (instance of ), have different Class objects for the type 
org/xml/sax/Parser used in the signature
  | at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown 
Source)
  | at 
com.sun.faces.config.ConfigureListener$WebXmlProcessor.scanForFacesServlet(ConfigureListener.java:487)
  | at 
com.sun.faces.config.ConfigureListener$WebXmlProcessor.(ConfigureListener.java:459)
  | at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:135)
  | at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:71)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3862)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4356)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:346)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:139)
  | at 
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:431)
  | at org.jboss.web.deployers.WebModule.startModule(WebModule.java:112)
  | at org.jboss.web.deployers.WebModule.start(WebModule.java:90)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
  | at 
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
  | at $Proxy35.start(Unknown Source)
  | at 
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
  | at 
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
  | at 
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
  | at 
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
  | at 
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
  | at 
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
  | at 
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:271)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1392)
  | at 
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:784)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:912)
  | at 
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:834)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:624)
  | at 
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:442)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:88)
  | at 
org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:46)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
  | at 
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
  | at 
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:174)
  | at 
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:970)
  |  

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Trying to deploy Railo as war file

2008-08-06 Thread am2605
No joy but I have found this in the log.

It works on 4.2.3 though...so I'm a little confused.

2008-08-07 12:54:38,031 DEBUG 
[org.jboss.deployers.plugins.main.MainDeployerImpl] (main) Add deployment: 
vfsfile:/C:/jboss/jboss-5.0.0.CR1/server/cfusion/deploy/railo.war/
  | 2008-08-07 12:54:38,437 DEBUG 
[org.jboss.virtual.plugins.context.file.FileSystemContext] (main) IGNORING: 
Exception while trying to handle file (microsoft-sqljdbc.jar) as a jar through 
ZipEntryContext: 
  | java.util.zip.ZipException: error in opening zip file
  | at java.util.zip.ZipFile.open(Native Method)
  | at java.util.zip.ZipFile.(ZipFile.java:114)
  | at java.util.zip.ZipFile.(ZipFile.java:131)
  | at 
org.jboss.virtual.plugins.context.zip.ZipFileWrapper.ensureZipFile(ZipFileWrapper.java:173)
  | at 
org.jboss.virtual.plugins.context.zip.ZipFileWrapper.acquire(ZipFileWrapper.java:239)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.initEntries(ZipEntryContext.java:383)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.init(ZipEntryContext.java:242)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.(ZipEntryContext.java:176)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.mountZipFile(ZipEntryContext.java:482)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.initEntries(ZipEntryContext.java:438)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.init(ZipEntryContext.java:242)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.(ZipEntryContext.java:176)
  | at 
org.jboss.virtual.plugins.context.zip.ZipEntryContext.(ZipEntryContext.java:159)
  | at 
org.jboss.virtual.plugins.context.file.FileSystemContext.mountZipFS(FileSystemContext.java:279)
  | at 
org.jboss.virtual.plugins.context.file.FileSystemContext.createVirtualFileHandler(FileSystemContext.java:248)
  | at 
org.jboss.virtual.plugins.context.file.FileHandler.getChildren(FileHandler.java:189)
  | at 
org.jboss.virtual.plugins.context.AbstractVFSContext.getChildren(AbstractVFSContext.java:155)
  | at 
org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:239)
  | at 
org.jboss.virtual.plugins.context.AbstractVFSContext.visit(AbstractVFSContext.java:209)
  | at org.jboss.virtual.VFS.visit(VFS.java:330)
  | at org.jboss.virtual.VirtualFile.visit(VirtualFile.java:383)
  | at org.jboss.virtual.VirtualFile.getChildren(VirtualFile.java:332)
  | at 
org.jboss.deployers.vfs.plugins.structure.war.WARStructure.determineStructure(WARStructure.java:147)
  | at 
org.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper.determineStructure(StructureDeployerWrapper.java:72)
  | at 
org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.doDetermineStructure(VFSStructuralDeployersImpl.java:196)
  | at 
org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(VFSStructuralDeployersImpl.java:220)
  | at 
org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure(AbstractStructuralDeployers.java:77)
  | at 
org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.java:845)
  | at 
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:303)
  | at 
org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:260)
  | at 
org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:256)
  | at 
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:135)
  | at 
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:409)
  | at org.jboss.Main.boot(Main.java:209)
  | at org.jboss.Main$1.run(Main.java:544)
  | at java.lang.Thread.run(Thread.java:619)
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169182
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Trying to deploy Railo as war file

2008-08-05 Thread am2605
Hi,


I'm trying to deploy the railo war file from 
http://www.railo-technologies.com/en/index.cfm?treeID=361 onto JBoss 5.0.0.CR1 
and it won't play nice...

I have tried creating the web.xml file as described in this blog post:

http://www.firemoss.com/post.cfm/Deploying-Railo-WAR-on-JBoss-422

However when I start I get an error, but I can't see anything there that helps 
me determine what's going wrong:

C:\jboss\jboss-5.0.0.CR1\bin>run -c cfusion
  | 
===
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: C:\jboss\jboss-5.0.0.CR1
  | 
  |   JAVA: C:\Program Files\Java\jdk1.6.0_07\bin\java
  | 
  |   JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m 
-XX:MaxPermSize=25
  | 6m -Dsun.rmi.dgc.client.gcInterval=360 
-Dsun.rmi.dgc.server.gcInterval=36000
  | 00
  | 
  |   CLASSPATH: C:\jboss\jboss-5.0.0.CR1\bin\run.jar
  | 
  | 
===
  | 
  | 14:25:28,312 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
  | 14:25:28,328 INFO  [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.CR1 
(build: S
  | VNTag=JBoss_5_0_0_CR1 date=200806301254)
  | 14:25:28,328 INFO  [ServerImpl] Home Dir: C:\jboss\jboss-5.0.0.CR1
  | 14:25:28,328 INFO  [ServerImpl] Home URL: file:/C:/jboss/jboss-5.0.0.CR1/
  | 14:25:28,328 INFO  [ServerImpl] Library URL: 
file:/C:/jboss/jboss-5.0.0.CR1/lib/
  | 
  | 14:25:28,328 INFO  [ServerImpl] Patch URL: null
  | 14:25:28,328 INFO  [ServerImpl] Server Name: cfusion
  | 14:25:28,328 INFO  [ServerImpl] Server Home Dir: 
C:\jboss\jboss-5.0.0.CR1\server
  | \cfusion
  | 14:25:28,328 INFO  [ServerImpl] Server Home URL: 
file:/C:/jboss/jboss-5.0.0.CR1/
  | server/cfusion/
  | 14:25:28,328 INFO  [ServerImpl] Server Data Dir: 
C:\jboss\jboss-5.0.0.CR1\server
  | \cfusion\data
  | 14:25:28,328 INFO  [ServerImpl] Server Temp Dir: 
C:\jboss\jboss-5.0.0.CR1\server
  | \cfusion\tmp
  | 14:25:28,328 INFO  [ServerImpl] Server Config URL: 
file:/C:/jboss/jboss-5.0.0.CR
  | 1/server/cfusion/conf/
  | 14:25:28,328 INFO  [ServerImpl] Server Library URL: 
file:/C:/jboss/jboss-5.0.0.C
  | R1/server/cfusion/lib/
  | 14:25:28,328 INFO  [ServerImpl] Root Deployment Filename: jboss-service.xml
  | 14:25:29,187 INFO  [ServerImpl] Starting Microcontainer, 
bootstrapURL=file:/C:/j
  | boss/jboss-5.0.0.CR1/server/cfusion/conf/bootstrap.xml
  | 14:25:30,109 INFO  [CopyMechanism] VFS temp dir: 
C:\jboss\jboss-5.0.0.CR1\server
  | \cfusion\tmp
  | 14:25:30,125 INFO  [ZipEntryContext] VFS force nested jars copy-mode is 
enabled.
  | 
  | 14:25:33,812 INFO  [ServerInfo] Java version: 1.6.0_07,Sun Microsystems Inc.
  | 14:25:33,812 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 
10.0-b23,Sun
  |  Microsystems Inc.
  | 14:25:33,812 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
  | 14:25:33,906 INFO  [JMXKernel] Legacy JMX core initialized
  | 14:25:36,046 INFO  [MetaDataAwareProfile] Using profile 
root:C:\jboss\jboss-5.0.
  | 0.CR1\server\cfusion
  | 14:25:40,953 INFO  [WebService] Using RMI server codebase: 
http://127.0.0.1:8083
  | /
  | 14:25:56,265 WARN  [HackClassloaderMetaDataDeployer] FIXME Using loader 
reposito
  | ry config: jboss.console:sar=console-mgr.sar for  
vfsfile:/C:/jboss/jboss-5.0.0.
  | CR1/server/cfusion/deploy/management/console-mgr.sar/ use classloading 
metadata
  | not loader repository config
  | 14:25:57,343 INFO  [AspectDeployer] Deploying xml into 
org.jboss.aop.AspectManag
  | [EMAIL PROTECTED] for [EMAIL PROTECTED]:/C:/jboss/jboss-5.0.0.CR1/server/c
  | fusion/deploy/ejb3-interceptors-aop.xml}
  | 14:26:44,453 INFO  [JMXConnectorServerService] JMX Connector server: 
service:jmx
  | :rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
  | 14:26:44,703 INFO  [MailService] Mail Service bound to java:/Mail
  | 14:26:44,734 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL 
SECURITY RI
  | SK. It has been detected that the MessageSucker component which sucks 
messages f
  | rom one node to another has not had its password changed from the 
installation d
  | efault. Please see the JBoss Messaging user guide for instructions on how 
to do
  | this.
  | 14:26:45,468 INFO  [TransactionManagerService] JBossTS Transaction Service 
(JTA
  | version) - JBoss Inc.
  | 14:26:45,468 INFO  [TransactionManagerService] Setting up property manager 
MBean
  |  and JMX layer
  | 14:26:46,250 INFO  [TransactionManagerService] Starting recovery manager
  | 14:26:46,640 INFO  [TransactionManagerService] Recovery manager started
  | 14:26:46,640 INFO  [TransactionManagerService] Binding TransactionManager 
JNDI R
  | eference
  | 14:26:48,093 INFO  [AprLifecycleListener] The Apache Tomcat Native library 
which
  |  allows optimal performance in production environments was not found on the 
java
  | .library.path: C:\Program 
Files\Java\jdk1.6.0_07\bin;.;C:\WINDOWS\Sun\Java\bin;C
  | 
:\WINDOWS\system32;C:\WINDOWS;c:\ruby\bin;C

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Changing the

2008-07-31 Thread am2605
Thank you!  That's just what I was looking for. 

I can't believe I didn't find that as it was only posted a few days ago!  I did 
search, first,  honest! :-)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168084
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Changing the "Deploy" directory

2008-07-31 Thread am2605
I'm experimenting with JBoss and ColdFusion at the moment (in preparation for 
when Railo joins the community :-).

I've installed ColdFusion as an exploded war file at this location:

C:\jboss-4.2.3.GA\server\cfusion\deploy\cfusion7.war

However it's a nuisance having to navigate to that directory all the time while 
I'm working on various files in there.

Is it possible to configure JBoss to look for this directory somewhere else, eg 
"C:\cfwwwroot" or something similar? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168078
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: confusion on jboss directory structure

2008-07-28 Thread am2605
If you want to create a new configuration, based on default, is it best to 
simply copy the default or is there some kind of tool to create a new config?

Many thanks,
Andrew.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167003
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user