Bert L [http://community.jboss.org/people/deckard2501] replied to the discussion
"jboss 5.1 runtime server is not doploying ear"
To view the discussion, visit: http://community.jboss.org/message/545111#545111
--------------------------------------------------------------
Same problem here !
Here's my configuration :
- Eclipse 3.5.1 (STS)
- JBoss 5.1 GA
- JBossTools (2.0.2)
I then upgraded JBossTools to 2.1 : same behaviour.
Finally, I use JBoss 4.2 with JBossTools 2.1 and everything is fine !
Am I the only one having this problem ? Is there any workaround ?
Is this a bug in Jboss 5.1 ?
Cheers,
D
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/545111#545111]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Ramendra Shekhawat [http://community.jboss.org/people/friendrss] created the discussion
"Login Issue with Apache http server– SSO- JBOSS Portal Integration"
To view the discussion, visit: http://community.jboss.org/message/545108#545108
--------------------------------------------------------------
We are currently implementation Single Sign On for our application. This implementation is using apache web server integrated with SUN SSO/Access Manager for authentication using Sun AM Policy Agent. Post authentication request is fwd to portal, But portal do not able to identify user session asking for relogin.
Any help in this regard is appreciated.
Ramendra
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/545108#545108]
Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
jaikiran pai [http://community.jboss.org/people/jaikiran] replied to the discussion
"jBoss folders in classpath?"
To view the discussion, visit: http://community.jboss.org/message/545103#545103
--------------------------------------------------------------
> Bruno Melloni wrote:
>
>
> I thought that server/<enviroment>/conf and server/<enviroment>/lib were among them, but the application is having trouble reading the file when I use specificy it as being at "classpath:<filename>.xml".
>
>
If you have placed a xyz.xml file in JBOSS_HOME/server/< servername>/conf folder (which is by default in the classpath) then in your java code, you can do this:
InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("xyz.xml");
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/545103#545103]
Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]