[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? | jboss-web |class-loading | loader-repository | com.example:archive=railo.war | /loader-repository |/class-loading | /jboss-web Or does com.example have to be

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

2008-08-07 Thread jaikiran
Going by the Ignoring and DEBUG level message, not sure whether that exception would stop the deployment. Is the microsoft-sqljdbc.jar valid? To ensure that its not corrupt and is in valid format, try out the following command and post the output: jar -tf microsoft-sqljdbc.jar Furthermore,

[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

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

2008-08-07 Thread jaikiran
Looks like a classloader issue. Do you have a jboss-web.xml in the WAR/WEB-INF? If not, create one and configure classloader scoping as mentioned at: http://wiki.jboss.org/wiki/ClassLoadingConfiguration View the original post :

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

2008-08-06 Thread jaikiran
Do you see any more related information in the server.log? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168923#4168923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4168923 ___

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

2008-08-06 Thread PeterJ
I see you are running 5.0 CR1. Try this - stop the app server, remove the war file, start the app server, then deploy the war file. The deployment ordering in CR1 is still not quite up to par so it usually best to let it deploy its stuff first and then once it is started you can deploy your war

[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