RE: OpenJMS HTTPS configuration and client connection
"Tim Anderson" <tima-k+1zm/[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Have you configured tomcat with an SSL connector running on port 8443, and deployed the openjms.war file under $CATALINA_HOME/webapps? > -----Original Message----- > From: openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > [mailto:openjms-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]On Behalf Of Ingo > Pak > Sent: Thursday, 3 April 2003 12:13 AM > To: 'openjms-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org' > Subject: [openjms-developer] OpenJMS HTTPS configuration and client > connection > > > I have got a little trouble connecting to OpenJMS 0.7.4 with HTTPS. My > OpenJMS server is running the default HTTPS configuration (https_jms.xml). > However, when I try to connect to port 8443 with my client, this > results in > a NamingException: 'Connection refused'. In a way this is logical, because > when I check with netstat if there is something listening on port > 8443, this > is not the case. When starting up OpenJMS, it only says 'Started TCP JNDI > Server on port 3035'. My guess is the server configuration is > incorrect, but > I have no idea how I can make it work. > The configuration file contains two connectors the first is TCP and the > second is HTTPS. When I switch these and put HTTPS first, OpenJMS won't > start anymore. Does only the first connector in the config file work?? > > In my client I am using the following context factory: > org.exolab.jms.jndi.http.SslHttpJndiInitialContextFactory. > > Has anyone got any ideas how to solve this? > > Regards, > Ingo Pak > > > ------------------------------------------------------- > This SF.net email is sponsored by: ValueWeb: > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > No other company gives more support or power for your dedicated server > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > _______________________________________________ > openjms-developer mailing list > openjms-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/openjms-developer >