[JBoss-user] [Management, JMX/JBoss] - Re: JBoss Server shutdown failure

2006-01-11 Thread romm
I just wanted to also mention that I'm running JBoss 4.0.1... I'd greatly appreciate any information or pointers into where I need to look to correct this trouble... | ERROR [BaseModelMBean] Exception invoking method destroy | java.lang.NoSuchMethodError: org.apache.commons.logging.LogFac

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss Server shutdown failure

2006-01-11 Thread romm
Hello, Has this issue been resolved for you? I'm having the same trouble... I appreciate any additional information you or anyone else may have. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917007#3917007 Reply to the post : http://www.jboss.

[JBoss-user] [Installation & Configuration] - Redirecting /~* to an external server

2005-06-03 Thread romm
Hello All... This posting is an act of desperation! :-) My company is within 1 hour of its expected launch time for its new Web site, and we have discovered that we need to accomplish the following to make this a successfull launch!... We need to configure JBoss to redirect all requests to /~

[JBoss-user] [Security & JAAS/JBoss] - Re: Using SSL with the JBoss/Tomcat bundle

2005-04-27 Thread romm
Hello mjdinsmore, Thank you for the reply... - I created a self-signed certificate with the keytool (as directed to do in the documentation "Using SSL with JBoss using JSSE"), - The keystore was moved to ${jboss.server.home.dir}/conf/ - The server.xml file was updated ("Using SSL with the JBoss

[JBoss-user] [Beginners Corner] - Re: SSL and JBoss/Tomcat

2005-04-27 Thread romm
By the way, I'm running JBoss 4.0.1... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875627#3875627 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875627 --- SF.Ne

[JBoss-user] [Beginners Corner] - SSL and JBoss/Tomcat

2005-04-27 Thread romm
Hello all, This posting is a follow-up to my post (which has no replies) posted under "Security & JAAS" (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63164). It is not my intention to cross-post, but I thought I might get more eyes on my post here... Has anybody successfully been

[JBoss-user] [Beginners Corner] - Re: When to use Apache as a Primary Web Server

2005-04-26 Thread romm
Just a quick reply thanking you for taking the time to respond! Your thoughtful reply to my post is most appreciated... I'll take your points into consideration as I work through configuring SSL over JBoss. I've decided to not use Apache as the primary Web server (at least at this time). If

[JBoss-user] [Security & JAAS/JBoss] - Using SSL with the JBoss/Tomcat bundle

2005-04-25 Thread romm
Hello All... First, I would like to mention that I have been through the following documentation (numerous times): Using SSL with the JBoss/Tomcat bundlehttp://docs.jboss.org/jbossas/jboss4guide/r1/html/ch9.chapt.html#d0e22417 Using SSL with JBoss using JSSE http://docs.jboss.org/jbossas/jboss

[JBoss-user] [Beginners Corner] - When to use Apache as a Primary Web Server

2005-04-21 Thread romm
Hello All, I'm interested in using SSL over JBoss. Should I consider using Apache as the primary Web server in front of JBoss/Tomcat to handle SSL encryption? When is it a good idea to use JBoss/Tomcat as a standalone server, or integrated with Apache as the primary? Any insight or direction

[JBoss-user] [Installation & Configuration] - Re: how to configure ssl in jboss server

2005-04-20 Thread romm
Hello Juha and others, I attempted to follow the JBoss 4 documentation (chapters 8 and 9) to simply configure HTTP over SSL, but its not that simple. Does anyone have any suggestions for common problems encountered? I've copied the 'chap8.keystore' file to jboss/server/default/conf/ and edite

[JBoss-user] [Security & JAAS/JBoss] - Re: Basic problem with HTTPS

2005-04-20 Thread romm
Hello all... I am experiencing a similar problem with https... I have followed the documentation for JBoss 4 to enable SSL, and am also not able to establish a secure connection with jmx for testing. Does the keystore have to be named "chap8.keystore? Thanks, View the original post : http

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Autodeploy

2005-03-08 Thread romm
Correction: I'm running JBoss v.4.0.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869216#3869216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869216 --- SF emai

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Autodeploy - Servlet Conflict

2005-03-08 Thread romm
Hello, I'm having a similar problem as well. I am deploying a WAR to JBoss 3.2 which has packaged the O'Reilly servlet library as part of the web application. A co-worker has also deployed the O'Reilly library as well as in a separate WAR (under /WEB-INF/classes/). Well, my application is us