[JBoss-user] [Installation, Configuration & Deployment] - Ear Deployment and Context DocBase

2006-06-21 Thread kkleist
When deploying an application from an EAR placed in the deploy directory, how 
does one know the docBase path when configuring a context 
RemoteAddrValve/RemoteHostValve? 

Thanks,

Kurt Kleist
Spanlink Communications, Inc.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952483#3952483

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952483

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: RemoteAddrValve Problems

2005-09-06 Thread kkleist
Ouch. My bad. In my original post I should have written "context" and not 
"host". Sorry for the confusion.

The context file I've been using to test/prove  is very simple. It contents is 
(IPs and names changed to protect the innocent):


  | 
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893287#3893287

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893287


---
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


[JBoss-user] [Installation, Configuration & Deployment] - Re: RemoteAddrValve Problems

2005-09-06 Thread kkleist
So maybe we're not discussing the valve at the same level. I need to leave some 
app open to the world and secure others. The docs describe doing this using a 
context. I have tried everything the docs have suggested and I come to the 
conclusion that: 1) the docs are wrong or intentionally ambiguous, or 2)  
request valves do not work for the scope of a oontext.

"Please note that for tomcat 5.x, unlike tomcat 4.x, it is NOT recommended to 
place  elements directly in the server.xml file. Instead, put them in the 
META-INF/context.xml directory of your WAR file or the conf directory as 
described above. "

... and while describing a request vavle ...


  ...
  
  
  ...


//Kurt

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893267#3893267

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893267


---
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


[JBoss-user] [Installation, Configuration & Deployment] - Re: RemoteAddrValve Problems

2005-09-06 Thread kkleist
Thanks Andy, but your recommendation runs contrary to the Tomcat documentation. 
Please see the following page:

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html

I've also tried dropping 'context.xml' into different directories including the 
one you recommend but it still doesn't seem to work.

So I question myself:

1) is the content of my 'context.xml' file correct (eg, all that's in there is 
a single  description, nothing else)

2) Does this feature even work?

3) In the case of an JBoss embedded Tomcat, where is CATALINA_HOME and is this 
variable even needed?

The documentation is somewhat vague about the way the valve is configured, and 
the JBoss documentation specifically says as much.

//Kurt

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893257#3893257

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893257


---
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


[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule

2005-05-26 Thread kkleist
Greetings,

We are running on:
JBoss [Zion] 4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)

We are having a problem getting DB based login working with our application. 
When prompted for username and password, instead of invoking 
DatabaseServerLoginModule, UsersRolesLoginModule is invoked and throws an IO 
exception because the missing user/roles property files are missing.

We do have DB login working for the JBoss JMX and Web consoles so we are 
reasonably confident the DS and realm are setup correctly.

Anyone with an idea of what's happening?

Relevant file fragments are below. Thanks in advance.

Kurt Kleist
Spanlink Communications, Inc.





   
  
 java:/MyDS
 SELECT Password FROM 
AccessTable WHERE UserName=?
 SELECT Role, RoleGroup FROM 
Roles WHERE PrincipalID=?
  
   



  java:/jaas/MyRealm


  
  BASIC
  MyRealm
  






View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879206#3879206

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879206


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user