Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache SSL settings, adding to Tomcat

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Connecting apache with j2ee server backend  
Author Message
dangreece1

External


Since: May 18, 2004
Posts: 12



(Msg. 1) Posted: Tue May 18, 2004 9:31 pm
Post subject: Apache SSL settings, adding to Tomcat
Archived from groups: alt>apache>configuration (more info?)

I'm running tomcat (stand alone) on the same machine as apache, but a
different port. I want to use the same https, so it doesn't ask me to
authenticate in my iframe. How to I use the https setting I have in my
Apache server for my tomcat standalone? Do I need to add to my server.xml
in tomcat? Maybe Someone can just point me in the right direction, I'm very
new to https

$VirtualHost{'_default_:443'} = {
SSLEngine => 'on',
SSLCipherSuite =>
'ALL:!ADH:!EXP56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL',
SSLProtocol => 'all -SSLv3',
SSLCertificateFile =>
'/conf/tools/ssl/certs/myserver.net.cert',
SSLCertificateKeyFile =>
'/conf/tools/ssl/private/myserver.net.key',

Redirect => "/index.html ${my_hostname}/home",

Location => {
'/ssl-images' => {
RewriteRule => '/ssl-images(.*) ' .
$base_image_url . '$1 [R,L]',
}
},

Files => {
'~ "\.(cgi|shtml|phtml|php3?)$"' => {
SSLOptions => '+StdEnvVars',
}
},

SetEnvIf => 'User-Agent ".*MSIE.*" nokeepalive
ssl-unclean-shutdown downgrade-1.0 force-response-1.0',

LogLevel => 'warn',
CustomLog => '"logs/ssl_log" combined',
CustomLog => '"logs/ssl_extract_log" clickdata',
SSLLogFile => '"logs/ssl_cipher_log"',
};

This is my TOMCAT
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<Connector
port="8099" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory
clientAuth="false" protocol="TLS"/>
</Connector>

 >> Stay informed about: Apache SSL settings, adding to Tomcat 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Wed May 19, 2004 9:47 am
Post subject: Re: Apache SSL settings, adding to Tomcat [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Cindy Lee <dangreece.DeleteThis@hotmail.com> wrote:
 > authenticate in my iframe. How to I use the https setting I have in my
 > Apache server for my tomcat standalone?

Can't you use the JK connector to connect Apache to Tomcat and use
the SSL on Apache then?
Davide

--
| If you took all the students that felt asleep in class and laid them
| end to end, they'd be a lot more comfortable. -- "Graffiti in the
| Big Ten"
|<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache SSL settings, adding to Tomcat 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Tomcat 4.1.24 configuration settings - I am trying to write a Java-based web application. I am using Tomcat 4.1.24 as my servlet/JSP engine. The application uses MySQL. My question is this: I want to use two databases, one for production, one for testing. I have two directories under the....

Adding SSL to Apache 2.0.44 - I've installed Apache as part of the IndigoPerl installation. What exactly do I need to do to add SSL to Apache? A link to a tutorial or FAQ or whatever will be much appreciated. Thanks! Jay

Adding Modules to an existing apache install - Hi, I need to add mod_asis to an existing installation of apache (1.3.29, I believe). I've read the documentation from apache but I am still not clear on whether running configure to add a new module is safe to do. What I am afraid of is if I run..

Tomcat. 4.1.18 and Apache 2.0.49 - does it work together? if so, how? robert

Tomcat 5 for Apache 2 - Hi NG, I'm quite new to server related topics. Now I'm trying to build a server for educational purposes that can run java-servlets. So I picked Tomcat 5 and the JK2-connector but cannot find the right configuration to bind them (Tomcat & Apac...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]