on jboss26beta1 ,the portal server is work ,
but on jboss26cr1 ,the portal is not work
table not be create
my mysql-ds.xml
<local-tx-datasource>
<jndi-name>PortalDS</jndi-name>
<connection-url>jdbc:mysql://192.168.1.254:8888/jbossportal26b?useServerPrepStmts=false&jdbcCompliantTruncation=false</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
</local-tx-datasource>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040460#4040460
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040460
Hi,
We are looking to setup a JBoss solution with multiple web frontends, where some of these frontends (run by different customers) might be written in other languages, such as PHP. Thus, we like the API to our backend to be somewhat neutral, using services and not bundle the presentation-tier into the backend.
I have been looking at SEAM, but it seems very integrated with EJB3 and designed to be running directly in the JBoss backend. Any suggestions how to use SEAM to write one of the web frontends using the services? Running another JBoss instance on the web frontend using only session beans? Ideas are welcome..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040455#4040455
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040455
Hi,
I'm currently conducting some performance-tests on a small web-app I wrote, that is running on JBoss 4.0.5GA. I currently have about 150 concurrent requests, which seems to kill my JBoss server (2x Xeon 1,3GHz, 2 GB RAM).
While the test is running I don't get any response from jboss anymore.
Why would that be? I already increased the memory for the JVM
set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m
is there anything else I could configure (like the number of threads or something?)
Any hints would be appreciated!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040449#4040449
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040449