[JBoss-user] [Installation, Configuration Deployment] - Re: Deploying web application war file on JBoss App Svr

2005-09-13 Thread [EMAIL PROTECTED]
darranl,

Can you please email me offline, I would like to chat with you. The email 
provided in the forums (darran at dalnet.plus.net) bounces back.

Sorry for the OT.


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

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


---
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: Deploying web application war file on JBoss App Svr

2005-09-11 Thread darranl
Is your application running within JBoss portal or is it an application running 
on its own?

anonymous wrote : Not sure why it's not accepting the default admin/admin 
credentials

Where have you got these defaults from?  By default the app server is unsecured 
so wouldn't have defaults.

Have you checked to see if you already have anything installed an listening on 
port 8080 instead, double check the file 
{jboss.home}/server/default/log/server.log for any exceptions during start up. 
(Ignore any exceptions logged as DEBUG).

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

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


---
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: Deploying web application war file on JBoss App Svr

2005-09-11 Thread vlokesh
Can you check your login-config.xml under /server/default/conf folder? You 
application might be referring to the default login configuration used by the 
security domain that doesnt have any application-policy mentioned.

*
!-- The default login configuration used by any security domain that
does not have a application-policy entry with a matching name
--
application-policy name = other
   !-- A simple server login module, which can be used when the number 
   of users is relatively small. It uses two properties files:
   users.properties, which holds users (key) and their password (value).
   roles.properties, which holds users (key) and a comma-separated list of
   their roles (value).
   The unauthenticatedIdentity property defines the name of the principal
   that will be used when a null username and password are presented as is
   the case for an unuathenticated web client or MDB. If you want to
   allow such users to be authenticated add the property, e.g.,
   unauthenticatedIdentity=nobody
   --
   
  login-module code = 
org.jboss.security.auth.spi.UsersRolesLoginModule
 flag = required /
   
/application-policy
*

Create users.properties and roles.properties under conf folder and feed with 
some user data and check it.

Regards.

Lokesh.

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

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


---
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: Deploying web application war file on JBoss App Svr

2005-09-09 Thread eelgueta
Probably you enabled security at installation time. Try again, choose custom 
installation and make sure you don't enable security.

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

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


---
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: Deploying web application war file on JBoss App Svr

2005-09-09 Thread rkd123
Thanks. Actually, when installing the JBoss app server, all you need to do is 
to unzip and extract the install files, so didn't have to change any user 
id/pwd. Not sure why it's not accepting the default admin/admin credentials - 
any one? Thanks

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

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


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