I am a student developing a j2ee application using jboss application server. I want to use https instead of http for more security. I have created a sample keystore and configured both jboss-service.xml and service.xml inside tomcat.sar. Https works fine but i am also able to access using http. I want to access exclusively using https ie even if the URL contains http it should automatically redirect to https.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011209#4011209
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011209
I'm able to deploy the mbean if i use lib\jboss as the base directory....
I wasn't able to access it from my code, because i could not control the order of the depencies jars for the ear file.
What i realy need is a large cache for POJOs. i'll need to presist it to the DB (for fast startup). In the future i would like to have a limited sized memory cache, with ability to load fast the POJOs from DB (2nd level cache).
1. I'm i right on choosing PojoCahce?
2. How do i deploy a PojoCache as Mbean in jboss-4.0.3SP1?
2.1 do i have to use older jboss-cache.jar or should jbosscache.jar is enough?
2.2 what is the mbean "code" class needed to be used?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011208#4011208
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4011208