[JBoss-user] [Beginners Corner] - JBoss Hoem Page

2005-11-15 Thread imadthegreat
Hi

When I run JBoss and type http://localhost; or https://localhost:8443; jboss 
page appears (that famous orange page). What I want to be able to do is when 
user types these two addresses in the browser then he should see a different 
page thats says Sorry you are not authorized to view this page.

I know I am supposed to make that jsp but where do I put that jsp and how do I 
configure so that instead of jboss home this page appears.
Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3907236#3907236

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3907236


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628alloc_id=16845op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: JBoss Hoem Page

2005-11-15 Thread imadthegreat
Sorry Sir

I dont understand what it means. I tried to place a new index.html file in my 

r911\jboss\server\default\deploy\jbossweb-tomcat55.sar\ROOT.war\index.html
and renamed the original index.html to indexoriginal.html. But this does not 
seem to work. I still see that jboss home page.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3907262#3907262

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3907262


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628alloc_id=16845op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Authentication

2005-09-22 Thread imadthegreat
Hi

I have following contents in my login-config.xml. Can anyone tell me when these 
quesries actulally run ?

?xml version='1.0'?
!DOCTYPE policy PUBLIC
  -//JBoss//DTD JBOSS Security Config 3.0//EN
  http://www.jboss.org/j2ee/dtd/security_config.dtd;

application-policy name=r911-SecureRealm
  
 login-module code=com.r911.security.R911LoginModule 
flag=required
module-option name=dsJndiNamejava:/R911DB/module-option
module-option name=principalsQuerySELECT R911User.Password, 
R911User.userId 'PrincipalID' FROM R911User WHERE UserName=?/module-option
module-option name=rolesQuery
SELECT UserGroup.UserGroupName, 'Roles' 
FROM R911User 
LEFT JOIN UserMapping ON R911User.UserId = 
UserMapping.UserId 
LEFT JOIN UserGroup ON UserMapping.UserGroupId 
= UserGroup.UserGroupId 
WHERE R911User.Username =?
/module-option
 /login-module
  
   /application-policy


Thanks
Imad

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3896331#3896331

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3896331


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Trouble getting SSL working on 3.2.5 / Tomcat 5

2005-09-09 Thread imadthegreat
Hi 
Did you find a solution to this problem because I am getting the same problem 
too. I would appreciate if you have found the solution and can post it or email 
me at [EMAIL PROTECTED]

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3893799#3893799

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893799


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user