Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache jboss/catalina ssl security jaas

Status
Not open for further replies.

0fer

Technical User
Apr 23, 2002
1
US
i would like to solve a problem w/ jboss/catalina jaas jbosssx security.
i have a form based login and subsequent jsp/servlet/ejb invocations
that work ok at port 8080 but when attempting to use ssl from apache
(443 or 8443) the following error message is issued: file not found.
attempts to get catalina to turn on ssl using the jboss
Code:
mbean
:
Code:
EmbeddedCatalinaServiceSX
also fail if using ssl port invocation never
returns and attempts to "switch" from 8080 to 8443 generates internal 500 error.

here is the challenge: go to this site:
and download the "example" link resources:
and compile and run the example.

this is where i need a solution. as described above when i try to run
this web app as: i get the following
http error: file not found. if i try jboss security in web.xml:
Code:
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
and uncomment the jboss.jcml
Code:
mbean EmbeddedCatalinaServiceSX
then as described above i get a web server internal error 500. this
is the simplest example i have found. other examples that work at port 8080:
and at: (the documentation-example.zip or jaas-howto.zip).

this is the environment: linux rh7.2, Apache/1.3.20 (Unix) (Red-Hat/Linux),
jboss-2.4.4_tomcat-4.0.1, LoadModule jk_module modules/mod_jk-3.3-ap13-eapi.so,
AddModule mod_jk.c
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top