Hi there!

I think the problem is solved. In fact, I was thinking of starting a new thread for my 
problem but as it is quite related to this thread and so, I am "extending" this thread!
Sorry for any inconvenience and thanks!!

PROBLEM : I am deploying a .war file onto JBoss 3.2.3. Previously I had this .war file 
working fine on Tomcat. 
What changes should I make to make my .war working here. I have very basic knowlege of 
JBoss.

WHAT I DID : 
1. Copied the .war under default/deployed.
2. To use Oracle, copied Oracle-ds.xml from examples/jca and modified. Now it looks 
like -- 

  | <datasources>
  |   <local-tx-datasource>
  |     <jndi-name>DefaultDS</jndi-name>
  |     <connection-url>jdbc:oracle:oci:@ABC</connection-url>
  |     <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
  |     <user-name>username</user-name>
  |     <password>password</password>                   
  |     <min-pool-size>5</min-pool-size> 
  |     <max-pool-size>20</max-pool-size>
  |   </local-tx-datasource>
  | </datasources>
  | 

What other changes am I supposed to make and in which Files?

Can anybody guide please?

Thanks for all your help!
By The Way -- Is there any relationship between the JNDI name and name of the file?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839255


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to