Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Implementation of SSL using JBuilder IDE + Tomcat server

 
Ranch Hand
Posts: 261
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybee this is a bit off Topic but I try it anyway?

Im developing a project where i'm accessing servlets over https. The code
has been tested and works ok deployed to Tomcat Standalone, but:

I have resently migrated my project to JBuilder and have set up JBuilder
to use
tomcat 4.0. Then i made a connector entry for SSL in the server.xml of the
copy of Tomcat shipped with Jbuilder. This entry has just been kopied from
another copy of Tomcat which already serve https on the same machine.

Unfortunately, when running my WebApp from JBuilder for testing I get the
following error message as a response:

call :
response:
This is the SSL connector from the server.xml of Tomcat shipped with
JBuilder


This works with a standalone tomcat but not through JBuilder. Why??
Do I have to set some paths to the keystore or something??

Are there any JBuilder specific settings which i need to take care of?

Any hints appreciated, as I will be doing all my testing/development
through JBuilder from now on.
reply
    Bookmark Topic Watch Topic
  • New Topic