[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-04-16 Thread jigu888
Niranjan, This seems to be the problem with jboss-5.0.0.Beta1 because when i tried using jboss-4.0.5.GA it is working fine. Below is jboss-web.xml file: - ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2.4//EN

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-22 Thread niranjanshetty
Deleting the ROOT.war directory and renaming the custom app to ROOT.war didnt help either. Not able to understand where things are going wrong. There is no exception in the server startup. But a page not found appears when http://localhost:8080/ is accessed. No redirection occurring as such

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-20 Thread kaobe
If I may guess from the above stacktrace, it is an 5.0.0 BETA JBoss. I would hint at a misspelled entry and / or the usage of a wrong JBoss runtime installation, when the index page is still coming up, although the ROOT.war has been removed. Did you delete the tmp and work directories? Perhaps

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-20 Thread niranjanshetty
I have deployed my application in the default configuration... So removed the root.war directory from default/deploy folder..also tried deleting the tmp and work folder ...but the index page still comes back.. There are root.war directories in other configuration...shud i try removing

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-20 Thread PeterJ
Looks like there is an issue regarding this in the 5.0 beta. I am getting the error: 14:48:21,759 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): *** DEPLOYMENTS IN ERROR: Name - Error

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-19 Thread niranjanshetty
yes if i remove the file the app is deployed properly I did a small change . added the value /ITMS to the context-root nodeand restarted .there were no errors this timehowever when i accessed http://localhost:8080/ it brought up the index page . but i have

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-18 Thread niranjanshetty
This exception occurs during the restart of the app server. The application is not accesible there after Below is the exact stack trace 22:07:23,380 ERROR [TomcatDeployer] Error during deployment: file:/C:/JBoss/jboss-5.0.0.Beta1/server/default/deploy/ITMS.war/

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-18 Thread PeterJ
Double check the jboss-web.xml file, you might have mistyped something. Also, if you remove the jboss-web.xml file (or remove the context-root entry from that file), does the war deploy properly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029124#4029124

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-17 Thread niranjanshetty
Peter, After doing the configuration changes I get this error afterorg.jboss.deployers.spi.DeploymentException: Failed to create web module... any idea abt this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029061#4029061 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-17 Thread PeterJ
It would help if you posted the full stack trace... Also, do you get this error when you restart the app server or when you attempt to access your application via a browser? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029080#4029080 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-16 Thread PeterJ
Here is one way to accomplish this. First remove the current default app at server/xxx/deploy/jbossweb-tomcat55.sar/ROOT.war (remove the whole directory). Second, add a jboss-web.xml file to your web app's WEB-INF directory and put the following it it: ?xml version=1.0 encoding=UTF-8? |