[jboss-user] [Installation, Configuration DEPLOYMENT] - Using JBoss on IBM JDK

2008-09-23 Thread nporwal
Does JBoss have to be on the Sun JDK? Or can it be run on the IBM JDK? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178432#4178432 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4178432

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Tomcat to JBoss migration question

2008-05-03 Thread nporwal
I tried that, and it moved further along. I dropped the references from the default/deploy/jboss-web.deployer/server.xml file. Here is what I put into my WEB-INF/jboss-web.xml file: | resource-env-ref | resource-env-ref-namejms/viewData/resource-env-ref-name |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Tomcat to JBoss migration question

2008-05-02 Thread nporwal
I have an application that runs well in Tomcat6. Under the conf\Catalina\localhost I have a viewData.xml file with these details: | Context path=/viewData docBase=C:\\viewData\\web | Logger className=org.apache.catalina.logger.FileLogger | prefix=viewData. suffix=.txt |