[JBoss-user] [Installation Configuration] - How to enforce JBoss run the latest application deployed?

2005-04-29 Thread wanted
Hi all, I hit this problem occasionally, when i deploy a new application into JBoss, JBoss didn't run the application being deployed but instead it will run the the copy of the application which is in tmp folder. After I remove everything in tmp folder then only the latest application will take

[JBoss-user] [Security JAAS/JBoss] - Encrypt keystorePass

2005-04-01 Thread wanted
hi all, I have configured my JBoss to support HTTPS by adding the following configuration into ${JBoss_HOME}\finetapp\deploy\jbossweb-tomcat50.sar Connector port=8443 address=${jboss.bind.address} maxThreads=100 minSpareThreads=5 maxSpareThreads=15 scheme=https

[JBoss-user] [Security JAAS/JBoss] - Re: encrypt password

2005-04-01 Thread wanted
hi richwin, did u find the solution on how to encrypt the keystorePass? if yes, can you please share with us? I'm looking for the same solution..:-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872322#3872322 Reply to the post :

[JBoss-user] [Installation Configuration] - Is JBoss working with IBM JDK1.4?

2005-03-23 Thread wanted
hi all, I would like to ask, is JBoss working in IBM JDK 1.4? I have developed my application under Sun JDK 1.4.2 and deployed it into AIX machine which is using IBM JDK 1.4. Initially, I hit a problem when trying to assgin object into session request.getSession().setAttribute(myKey,myObject);

[JBoss-user] [Installation Configuration] - Re: howto setup jboss in AIX

2005-03-17 Thread wanted
Do you know where I can download Jasper library? I tried to search from www.apache.org but it's not there.. thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870700#3870700 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: howto setup jboss in AIX

2005-03-17 Thread wanted
hi, The following is the excerpt from javacore.txt. Hope it can provide some hints. NULL 0SECTION TITLE subcomponent dump routine NULL === 1TISIGINFO OUTOFMEMORY

[JBoss-user] [Installation Configuration] - Re: howto setup jboss in AIX

2005-03-16 Thread wanted
hi all, we managed to install JBoss 4.0 on AIX 5.3 machine and successfully startup JBoss. The problem is when i browse to http://localhost:8080/jmx-console. I hit OutOfMemoryException, any ideas what is going wrong here? please guides, thanks. View the original post :

[JBoss-user] [Installation Configuration] - Re: howto setup jboss in AIX

2005-03-16 Thread wanted
Output of java -version /***/ java version 1.4.2 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142sr1a-20050209 (JIT disabled)

[JBoss-user] [Installation Configuration] - Hit Illegal access after redeploy my application.

2005-03-14 Thread wanted
hi all, I have a web application which allow user to deal with JAVA Keystore. I'm using BouncyCastle library to deal with PKCS#12 keystore. In order for my application to use BC provider, i need to instantiate the provider and add it into my Security Provider as followed : // Instantiate the

[JBoss-user] [Installation Configuration] - Out of memory error with JBoss in AIX 5.3

2005-03-06 Thread wanted
hi all, We have installed our JBoss 4.0 in AIX 5.3 machine. I managed to start JBoss. The problem is when i'm not able to to access any application deployed into JBoss. When I try to access http://AIXServer:8080/jmx-console, the console will throw the Outofmemory exception as below :

[JBoss-user] [Messaging, JMS JBossMQ] - JBossMQ - Using hashed password

2005-02-06 Thread wanted
hi all, I have successfully authenticate client request based on the user id and password submitted by the client. All the passwords now are save as plain text in database (JMS_USERS). This is something I think is not appropriate, is it possible for us to hashed the password? if yes, can you

[JBoss-user] [Installation Configuration] - Exception Occured when re-deploy application

2005-02-06 Thread wanted
Hi all, I have an application deployed into JBoss 4.0, everytime when i redeploy the application, it will crashed. But when i restart my JBoss, the application will be working again. The exception thrown out when i re-deploy the application : 11:05:55,440 WARN [MapperListener] Error

[JBoss-user] [Messaging, JMS JBossMQ] - Re: CommunicationException when looking up ConnectionFactory

2005-02-03 Thread wanted
hi adrian, I notice that most the example is using 1099 as the port number? Can i know where do we specify the port number in JBoss Server? In my uil2-service.xml, i notice this 8093 which i assume this should be the port number where the client should connect to? am i rite? View the

[JBoss-user] [Messaging, JMS JBossMQ] - Can I put/read a message in JBoss MQ from external applicati

2005-01-27 Thread wanted
Hi all, As I know, JBoss MQ is an internal Message Queue in JBoss Application Server, can i use a program which might be a standalone apps or a servlet running in websphere to put/read a message from JBoss MQ? Is other world, is it possible to access JBoss MQ from an application not running in

[JBoss-user] [Installation Configuration] - Is it possible to stop a particular application deployed int

2005-01-27 Thread wanted
Hi all, I would like to ask, is it possible for us to stop one of the applications deployed into JBoss? eg. I have App1, App2 and App3 deployed into JBoss, once deployed, App1, App2 and App3 will runnning, can I stop App2 so that it's not available to users? thanks. View the original post :

[JBoss-user] [Installation Configuration] - Re: Is it possible to stop a particular application deployed

2005-01-27 Thread wanted
wanted wrote : Hi all, | I would like to ask, is it possible for us to stop one of the applications deployed into JBoss? | eg. I have App1, App2 and App3 deployed into JBoss, once deployed, App1, App2 and App3 will runnning, can I stop App2 so that it's not available to users

[JBoss-user] [JBoss.NET] - How to get user id and password from authenticated web servi

2004-12-22 Thread wanted
hi all, Is it possible for us to get user id and password used by client to request my web service? is yes, how? I need to get the user id and password to check against my database wheter the user is a valid user. please guide...thanks. View the original post :