• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss stratup with SSL enabled

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a JBoss-3.0.0RC2 server running with Jetty-4.0.0 plugin. Recently, I enabled its SSL listener on 8443 port by uncommenting the configuration of an SSL listener in jboss-service.xml and keystore set up. Then I experienced problem on JBoss startup SOMETIME, yes, the funny thing is sometime it does startup properly and function well with https requests, but sometime it looked hold up forever at the start up, I have to restart it again (again maybe!)
Is anybody have this stratup problem? Very appriciated for any help.
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah I am having a similar problem. I receive Null Pointer Exceptions whenever Jboss initializes. I, however, do not know what to do about keystores. I created a keystore using keytool, called foreign.keystore. How do I get JBoss to use this keystore?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic