[JBoss Portal] - Re: portal-migration autocommit exception
by k3nnymusic
sorry i forgot:
I'm usining jboss portal 2.4.2 bundle
my portal-hsqldb-ds.xml
| <datasources>
| <local-tx-datasource>
| <jndi-name>PortalDS</jndi-name>
| <connection-url>jdbc:hsqldb:${jboss.server.data.dir}${/}portal${/}hypersonic${/}database</connection-url>
| <driver-class>org.hsqldb.jdbcDriver</driver-class>
| <user-name>sa</user-name>
| <password><![CDATA[]]></password>
| </local-tx-datasource>
| </datasources>
portal-mysql-migration-ds.xml
| <datasources>
|
| <local-tx-datasource>
| <jndi-name>PortalDS_2_4</jndi-name>
| <connection-url>jdbc:mysql://localhost:3306/jbossportal24?useServerPrepStmts=false</connection-url>
| <driver-class>org.gjt.mm.mysql.Driver</driver-class>
| <user-name>jboss</user-name>
| <password>jboss</password>
|
| </local-tx-datasource>
| </datasources>
|
could you help me?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064498#4064498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064498
19Â years
Server configurations related to Tomcat 5.0 and JBoss 4.0.1 for both development and production.
by Udayvir Singh
Hi,
I m trying to configure JBoss 4.0.1 with Eclipse 3.2 (Earlier I was using
Tomcat 5.0 with Eclipse 3.2).
I know that JBoss uses web container of Tomcat.
However, I m not sure whether Tomcat 5.0 Web Container is inbuilt in JBoss
4.0.1 or I need to install Tomcat 5.0 separately along with JBoss and
configure both of them so that there isn't any conflict between them.
I both cases i want to know all the server configurations related to Tomcat
5.0 and JBoss 4.0.1 for both development and production.
Can u help me with this. Any help is appreciated.
Thanks In Advance.
Regards,
Udayvir Singh
19Â years