jbossejb3.wordpress.com
uriworkermap.properties | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/25/uriworkermapproperties
Just another Java programmer’s weblog. June 25, 2008. Simple worker configuration file. Mount the Servlet context to the ajp13 worker. Posted in File Template. Laquo; mod-jk.conf. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out.
jbossejb3.wordpress.com
Generating Cluster Wide Unique UUID | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/07/07/generating-cluster-wide-unique-uuid
Just another Java programmer’s weblog. July 7, 2008. Generating Cluster Wide Unique UUID. In the import part add:. Import org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory;. Get the factory from JNDI:. UUIDKeyGeneratorFactory) ctx.lookup("UUIDKeyGeneratorFactory");. UuidGen.getKeyGenerator().generateKey().toString(). Laquo; Terracotta – JBoss AS – EJB3. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
jbossejb3.wordpress.com
JTA Data Source: MySQL Database | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/24/jta-data-source-mysql-database
Just another Java programmer’s weblog. June 24, 2008. JTA Data Source: MySQL Database. To use a mysql database in JBoss, edit or add the XML document with root element data-sources . The easiest way to do it is by creating a new XML in the deploy directory. For mysql data sources, I will name the file mysql-ds.xml. If my mysql database name is testdb. And the mysql server is in localhost:3306. And the user/password is root. Then the content of the file will be like this:. On June 25, 2008. Fill in your d...
jbossejb3.wordpress.com
Installing Web Load Balancing to JBoss 5 | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/25/installing-web-load-balancing-to-jboss-5
Just another Java programmer’s weblog. June 25, 2008. Installing Web Load Balancing to JBoss 5. After setting up JBoss clusters as explained in Setting up JBoss 5 AS cluster nodes. We can setup the web load balancing. Install Apache 2. You can get it from http:/ httpd.apache.org. Install mod jk to the apache. You can get it from http:/ www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/. Do the same to other nodes. Edit your web applications web.xml. Add distributable/. Laquo; Installing mod jk.
jbossejb3.wordpress.com
Terracotta – JBoss AS – EJB3 | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/26/terracotta-jboss-as-ejb3
Just another Java programmer’s weblog. June 26, 2008. Terracotta – JBoss AS – EJB3. I am going to use terracotta just to speed up the system. I still need JBoss AS and its EJB 3 implementation. Terracotta alone is too flexible which is not appropriate for agile development which heavily depends on forced blueprint like EJB to ensure design quality. Posted in Daily log. Laquo; Terracotta. What? Generating Cluster Wide Unique UUID. Leave a Reply Cancel reply. Enter your comment here.
jbossejb3.wordpress.com
jboss-web.xml for session replication | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/25/jboss-webxml-for-session-replication
Just another Java programmer’s weblog. June 25, 2008. Jboss-web.xml for session replication. Xml version=”1.0″ encoding=”UTF-8″? 8220;-/ JBoss/ DTD Web Application 5.0/ EN”. 8220; http:/ www.jboss.org/j2ee/dtd/jboss-web 5 0.dtd”>. Replication-trigger SET AND NON PRIMITIVE GET /replication-trigger. Posted in File Template. Laquo; Installing Web Load Balancing to JBoss 5. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public).
jbossejb3.wordpress.com
Setting up JBoss 5 AS cluster nodes | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/25/setting-up-jboss-5-as-cluster-nodes
Just another Java programmer’s weblog. June 25, 2008. Setting up JBoss 5 AS cluster nodes. Edit deploy/messaging/messaging-service.xml set the value of ServerPeerID with a unique integer to identify the node. If you have two nodes, you can set the value to 0 for the first node and 1 for the second node. Laquo; Adding a new message queue to the JBoss 5 AS. By: Installing Web Load Balancing to JBoss 5 « Jbossejb3’s Weblog. On June 25, 2008. Leave a Reply Cancel reply. Enter your comment here. Build a websi...
jbossejb3.wordpress.com
About | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/about
Just another Java programmer’s weblog. This blog is to document my java programming experiences, especially in creating EJB 3 applications running on the latest Beta version of JBoss application server. Hopefully useful. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. Main site of my writings.
jbossejb3.wordpress.com
Installing mod_jk | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/25/installing-mod_jk
Just another Java programmer’s weblog. June 25, 2008. Get the mod jk binary. You can get it from http:/ www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/. Copy mod jk.so to modules directory of your apache web server. Template in directory conf/extra of apache. Edit the file, replace MyApps with your application url string components. Edit conf/httpd.conf, add one line: Include conf/extra/mod-jk.conf. Laquo; workers.properties. Installing Web Load Balancing to JBoss 5. Leave a Reply Cancel reply.
jbossejb3.wordpress.com
mod-jk.conf | Jbossejb3's Weblog
https://jbossejb3.wordpress.com/2008/06/25/mod-jkconf
Just another Java programmer’s weblog. June 25, 2008. Load mod jk module. Specify the filename of the mod jk lib. LoadModule jk module modules/mod jk.so. Where to find workers.properties. Where to put jk logs. JkLogFile logs/mod jk.log. Set the jk log level [debug/error/info]. Select the log format. JkLogStampFormat “[%a %b %d %H:%M:%S %Y]”. JkOptions indicates to send SSK KEY SIZE. JkOptions ForwardKeySize ForwardURICompat -ForwardDirectories. JkRequestLogFormat “%w %V %T”. Posted in File Template.