[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4 GA - JSDK version

2006-07-10 Thread visolvejboss
Hello,
 
Refer the following link.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JDK1.5AnnotationsWithJDK1.4

This might be helpful.



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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread SchlauFuchs
Did you edit the application.xml in your ear file?

  | module
  | connectorJcaAdapter.rar/connector
  | /module
  | 

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread pegasenz
I didt it. In the META-INF directory i have the 2 following descriptors :

application.xml :
?xml version=1.0 encoding=UTF-8?
  | application id=Application_ID version=1.4 
xmlns=http://java.sun.com/xml/ns/j2ee; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd;
  | display-nameJcaLaucher_EAR/display-name
  | module id=ConnectorModule_1152537779516
  | connectorJcaAdapter.rar/connector
  | /module
  | module id=EjbModule_1152537779546
  | ejbJcaMDBLauncher.jar/ejb
  | /module
  | /application

JcaAdapter-ds.xml
!DOCTYPE connection-factories PUBLIC 
  |   -//JBoss//DTD JBOSS JCA Config 1.5//EN
  |   http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd;
  | !--
  | AdocAdpater JBoss configuration File
  | --
  | connection-factories
  | no-tx-connection-factory
  | jndi-nameAdocAdapter/jndi-name
  | rar-nameJcaAdapter.rar/rar-name
  | connection-definition
  | javax.resource.cci.ConnectionFactory 
  | /connection-definition
  | /no-tx-connection-factory
  | /connection-factories

Everything works well if deploy outside an ear.  
Should not be a kind of specific jboss descriptor for an ear file ?

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in dep

2006-07-10 Thread PeterJ
The dom4j jar file packaged with JBoss do not contain the xpath components (I 
recall reading the JIRA associated with this change (was it in 4.0.3???) but 
could not find it again).  You will have to package the dom4j jar file with 
your app (that is what I did).

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Incomplete logs

2006-07-10 Thread ben_ben
Think we've solved it. JBoss wasn't being shutdown properly and possibly 
holding on to things it shouldn't have done. From a clean start everything 
looks ok.

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: No deployment of files in

2006-07-10 Thread visolvejboss
Hello,

In JBoss Guide 4.0.3, at page number 84,

In section,

2.4.2.6. Hot Deployment of Components, the URLDeploymentScanner

Said that,
anonymous wrote : 
  | ? Filter: The class name of a java.io.FileFilter implementation that is 
used to filter the contents of scanned
  | directories. Any file not accepted by this filter will not be deployed. The 
default is
  | org.jboss.deployment.scanner.DeploymentFilter which is an implementation 
that rejects the following
  | patterns:
  | #*, %*, ,*, .*, _$*, *#, *$, *%, *.BAK, *.old, 
*.orig, *.rej, *.bak, *.sh, *,v,
  | *~, .make.state, .nse_depinfo, CVS, CVS.admin, RCS, RCSLOG, 
SCCS, TAGS, core, tags
  | 

 Note that, it contains the core folder name.
 



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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Dynamic Virtual Hosts

2006-07-10 Thread Becka
i need the same configuration.
we want to host our jBPM Application on one of our Servers.
Every vHost should have it own DataSource.
Is there any possibility to realize that?

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in dep

2006-07-09 Thread itshark
help me!

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

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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-08 Thread jboss2005_01
Another option is using the service binding MBean.

You can activate this within jboss-service.xml (look for binding) in which you 
define a server name that must be in correspondence with a service binding 
declared in a binding XML configuration file (take a look at 
docs/examples/service-binding) that specifies all overloading ports for the 
named server that you activate with the service binding MBean.

It works really nice and easy ;-)


Regards,
Kurt


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread anders.hedstrom
anonymous wrote : I added -Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y 

if you change this to -Xdebug 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n

JBoss will start and you can hook up your IDE to it. If you have suspend=y then 
JBoss won't start until you hook your IDE to it

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread jaikiran
Try this:

anonymous wrote : set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%

Note the suspend=n



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread begimot
It seems now, that everything is working fine.

Thanks

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
Try this out:

System.out.println(Here's the server version:  + 
org.jboss.Version.getInstance().toString());



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time--hostname an

2006-07-07 Thread kesso01
Thanks kiran.

Unfortunately i don't have access for Jboss library at run time. is there any 
XML i can parse and get the JBoss version..

Also i have another question. Is there any configuration file in Jboss 
directory i cane get the webserver hostname and port?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
anonymous wrote : is there any XML i can parse and get the JBoss version

You can read the version.properties file present in jboss-system.jar file, 
which you can find in %JBOSS_HOME%/lib directory.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-07 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi 

I am using 4.0.3 SP1. I have not seen version.properties file inside the 
Jboss-System.jar file.  Could you please guide me in which file i can get the 
answer.

Thanks for the help... 

Regards
SomaSekharaReddy.K

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Could not restore ejb timers exception occured to JBossD

2006-07-06 Thread peters
Hi,

yes I do have the same problem with JBoss 4.0.4 . Anyone knows what the 
solution is ?

Rgds,

Iris

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
This problem is happening to me randomly, with different services (JARDeployer, 
ServiceDeployer, MainDeployer), and I cannot find the answer.

I already follow the Java 2 SDK 1.4.2 Installation Notes for Linux and the 
problem still happens.

I simply copy the same java and jboss folders to another machine and all goes 
fine. It´s probably a distro problem... but what?

[ServerInfo] Java version: 1.5.0_07,Sun Microsystems Inc.
[ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_07-b03,Sun Microsystems 
Inc.
[ServerInfo] OS-System: Linux 2.6.16-1.2108_FC4,i386

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread PeterJ
Please post the console output.  It is hard to solve the problem without the 
specific error messages.

Also, indicate how you installed JBoss (via the installer.jar file or by 
unzipping the zip file).

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
I installed the JDK1.5 with the sun's self-extracting binary and the JBoss by 
unzipping the file.

I'm posting the last output I got, since every time it gives me a different, 
but similar, error.


  | =
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: /usr/jboss
  | 
  |   JAVA: /usr/java/bin/java
  | 
  |   JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh
  | 
  |   CLASSPATH: /usr/jboss/bin/run.jar:/usr/java/lib/tools.jar
  | 
  | =
  | 
  | 13:33:48,102 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 13:33:48,104 INFO  [Server] Release ID: JBoss [Zion] 4.0.2 (build: 
CVSTag=JBoss_4_0_2 date=200505022023)
  | 13:33:48,105 INFO  [Server] Home Dir: /usr/jboss
  | 13:33:48,105 INFO  [Server] Home URL: file:/usr/jboss/
  | 13:33:48,106 INFO  [Server] Library URL: file:/usr/jboss/lib/
  | 13:33:48,107 INFO  [Server] Patch URL: null
  | 13:33:48,108 INFO  [Server] Server Name: minimal
  | 13:33:48,108 INFO  [Server] Server Home Dir: /usr/jboss/server/minimal
  | 13:33:48,109 INFO  [Server] Server Home URL: file:/usr/jboss/server/minimal/
  | 13:33:48,109 INFO  [Server] Server Data Dir: /usr/jboss/server/minimal/data
  | 13:33:48,110 INFO  [Server] Server Temp Dir: /usr/jboss/server/minimal/tmp
  | 13:33:48,110 INFO  [Server] Server Config URL: 
file:/usr/jboss/server/minimal/conf/
  | 13:33:48,110 INFO  [Server] Server Library URL: 
file:/usr/jboss/server/minimal/lib/
  | 13:33:48,111 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 13:33:48,116 INFO  [Server] Starting General Purpose Architecture (GPA)...
  | Exception in thread main java.lang.NoClassDefFoundError: 
org/jboss/mx/server/registry/BasicMBeanRegistry
  | at 
org.jboss.mx.server.registry.BasicMBeanRegistry.class$(BasicMBeanRegistry.java:126)
  | at 
org.jboss.mx.server.registry.BasicMBeanRegistry.clinit(BasicMBeanRegistry.java:126)
  | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
Method)
  | at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  | at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  | at 
org.jboss.mx.server.MBeanServerImpl.createRegistry(MBeanServerImpl.java:1484)
  | at 
org.jboss.mx.server.MBeanServerImpl.init(MBeanServerImpl.java:187)
  | at 
org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:56)
  | at 
javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316)
  | at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:369)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
  | at org.jboss.Main.boot(Main.java:195)
  | at org.jboss.Main$1.run(Main.java:463)
  | at java.lang.Thread.run(Thread.java:595)
  | 


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
I forgot to say that the VM crashes sometimes too.
Here is the last report:


  | #
  | # An unexpected error has been detected by HotSpot Virtual Machine:
  | #
  | #  SIGSEGV (0xb) at pc=0x086a933e, pid=11327, tid=3086771904
  | #
  | # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
  | # Problematic frame:
  | # C  0x086a933e
  | #
  | 
  | ---  T H R E A D  ---
  | 
  | Current thread (0x08689b38):  JavaThread  [_thread_in_vm, id=11327]
  | 
  | siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0001
  | 
  | Registers:
  | EAX=0x0001, EBX=0x00b1d970, ECX=0xffc0b480, EDX=0xb0de2a58
  | ESP=0xbf9cf104, EBP=0xbf9cf128, ESI=0x086a9338, EDI=0xb0de294c
  | EIP=0x086a933e, CR2=0x0001, EFLAGS=0x00010202
  | 
  | Top of Stack: (sp=0xbf9cf104)
  | 0xbf9cf104:   08689b38 0411 0411 b0de2a60
  | 0xbf9cf114:   b0de2910 b0de2a58 00b1d970 08689b38
  | 0xbf9cf124:   086c58f8 bf9cf168 006945b6 086c58f8
  | 0xbf9cf134:   08689b38 08689b38 086c58e0 08689cc0
  | 0xbf9cf144:   0868a840 0868a848 0868ac34 00b10448
  | 0xbf9cf154:   bf9cf1cc bf9cf298 00b1d970 b0da21d8
  | 0xbf9cf164:   b0de2918 bf9cf298 00989750 086c58f8
  | 0xbf9cf174:   086c58e0 08689b38 0008 0029 
  | 
  | Instructions: (pc=0x086a933e)
  | 0x086a932e:   00 00 68 65 af 00 38 93 6a 08 28 64 af 00 04 00
  | 0x086a933e:   00 00 01 00 00 00 00 00 d7 a8 00 00 00 03 00 20 
  | 
  | Stack: [0xbf7d3000,0xbf9d3000),  sp=0xbf9cf104,  free space=2032k
  | Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native 
code)
  | C  0x086a933e
  | V  [libjvm.so+0x1265b6]
  | V  [libjvm.so+0x41b750]
  | V  [libjvm.so+0x41b366]
  | V  [libjvm.so+0x241ab0]
  | V  [libjvm.so+0x241936]
  | V  [libjvm.so+0x41bb46]
  | V  [libjvm.so+0x41b366]
  | V  [libjvm.so+0x241ab0]
  | V  [libjvm.so+0x241936]
  | V  [libjvm.so+0x2412d9]
  | V  [libjvm.so+0x41efae]
  | V  [libjvm.so+0x25609c]
  | j  java.lang.ThreadGroup.add(Ljava/lang/ThreadGroup;)V+28
  | j  
java.lang.ThreadGroup.init(Ljava/lang/ThreadGroup;Ljava/lang/String;)V+61
  | v  ~StubRoutines::call_stub
  | V  [libjvm.so+0x2649ac]
  | V  [libjvm.so+0x427bc8]
  | V  [libjvm.so+0x264442]
  | V  [libjvm.so+0x2645b8]
  | V  [libjvm.so+0x4cc199]
  | V  [libjvm.so+0x4ca4b9]
  | V  [libjvm.so+0x28e85c]
  | C  [java+0x32cc]
  | C  [java+0x15a4]  calloc+0x39c
  | C  [libc.so.6+0x14d7f]  __libc_start_main+0xdf
  | 
  | Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  | j  java.lang.ThreadGroup.add(Ljava/lang/ThreadGroup;)V+28
  | j  
java.lang.ThreadGroup.init(Ljava/lang/ThreadGroup;Ljava/lang/String;)V+61
  | v  ~StubRoutines::call_stub
  | 
  | ---  P R O C E S S  ---
  | 
  | Java Threads: ( = current thread )
  | =0x08689b38 JavaThread  [_thread_in_vm, id=11327]
  | 
  | Other Threads:
  |   0x08720b10 VMThread [id=11328]
  | 
  | VM state:not at safepoint (normal execution)
  | 
  | VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
  | [0x086895e0/0x086895f8] MultiArray_lock - owner thread: 0x08689b38
  | [0x086897b0/0x086897c8] Compile_lock - owner thread: 0x08689b38
  | 
  | Heap
  |  def new generation   total 13120K, used 234K [0xa8d7, 0xa9ba, 
0xa9ba)
  |   eden space 11712K,   2% used [0xa8d7, 0xa8daa908, 0xa98e)
  |   from space 1408K,   0% used [0xa98e, 0xa98e, 0xa9a4)
  |   to   space 1408K,   0% used [0xa9a4, 0xa9a4, 0xa9ba)
  |  tenured generation   total 116544K, used 0K [0xa9ba, 0xb0d7, 
0xb0d7)
  |the space 116544K,   0% used [0xa9ba, 0xa9ba, 0xa9ba0200, 
0xb0d7)
  |  compacting perm gen  total 16384K, used 458K [0xb0d7, 0xb1d7, 
0xb4d7)
  |the space 16384K,   2% used [0xb0d7, 0xb0de2ab0, 0xb0de2c00, 
0xb1d7)
  | No shared spaces configured.
  | 
  | Dynamic libraries:
  | 00111000-00117000 r-xp  03:01 1069754
/usr/jdk1.5.0_07/jre/lib/i386/native_threads/libhpi.so
  | 00117000-00118000 rwxp 6000 03:01 1069754
/usr/jdk1.5.0_07/jre/lib/i386/native_threads/libhpi.so
  | 00118000-00121000 r-xp  03:01 2074676/lib/libnss_files-2.3.6.so
  | 00121000-00122000 r-xp 8000 03:01 2074676/lib/libnss_files-2.3.6.so
  | 00122000-00123000 rwxp 9000 03:01 2074676/lib/libnss_files-2.3.6.so
  | 00123000-0012e000 r-xp  03:01 1069766
/usr/jdk1.5.0_07/jre/lib/i386/libverify.so
  | 0012e000-0012f000 rwxp b000 03:01 1069766
/usr/jdk1.5.0_07/jre/lib/i386/libverify.so
  | 0012f000-0015 r-xp  03:01 1069767
/usr/jdk1.5.0_07/jre/lib/i386/libjava.so
  | 0015-00152000 rwxp 0002 03:01 1069767
/usr/jdk1.5.0_07/jre/lib/i386/libjava.so
  | 00152000-0019a000 rwxp 00152000 00:00 0 
  | 0019a000-001b2000 rwxp 0019a000 00:00 0 
  | 001b2000-001f5000 rwxp 001b2000 00:00 0 
  | 001f5000-0020d000 rwxp 001f5000 00:00 0 
  | 0027b000-00284000 rwxp 0027b000 00:00 0 
  | 00284000-0033b000 rwxp 00284000 00:00 0 
  | 0035a000-0035b000 r-xp 

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread PeterJ
The missing class (BasicMBeanRegistry) is found in the ./lib/jboss-jmx.jar 
file.  Have you checked the access controls on the files in that directory?  On 
my system, my user account owns all of the files and has full rights (755).

However, the fact that you are getting JVM dumps leads me to believe that there 
is something else fundamentally wrong in your system.  I ran JBoss of JC4 for a 
year with no problems.  I am now on FC5 and JBoss still runs fine (I'm using 
JDK 1.4.2_11 and 1.5.0_06).  Do you have another machine onto which you could 
wipe clean and install FC4, the JVM and JBoss?

Are you running SELinux? Have you made any special settings changes in SELinux? 
 If so, could you try turning SELinux off and see if that resolves the problems 
(90% of the time I can't figure out why something is not working that should, 
it ends up being an SELinux configuration issue).

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-07-06 Thread AlliumPorrum
I found one instructions for slimming down the JBoss from here:

 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming

I removed all the services that I do not need, and I managed to get JBoss 4 
running with the 384Mb of memory. Browser will be also successfully started to 
port 8080. BUT, when I click the Tomcat administration link from the browser, 
the whole system will crash, and only way to fix it to reboot the computer. I 
don't see any errors anywhere, the system just stucks so that even SSH 
connection cannot be established anymore.

So does this really mean that JBoss cannot be run at all under 512Mb of RAM??

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-07-06 Thread sabrina_sch
  Things are still unstable.

  I'm testing everything as root, so it's cannot be access control.

  Unfortunally I have to put this to work in this machine, without loose 
anything. 
  I tested the same files in a machine with Ubuntu and all works fine.

  SELinux is disabled.

  I updated the entire system (yum update) and now another message appears 
sometimes *** glibc detected *** double free or corruption. This appears to 
be a GREAT problem. But I'm still confused if it is something in the Sun JDK 
1.5.0_07 or in my system libraries.

  I reported the problem to Sun too.


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-05 Thread Matrix1234
does this JNDI service  works in a different port number than http ?

can you pleas tell me ?

I have a guess,

JNDI server port :8081
HTTP server port:8080


is it correct ?


please , tell me if i am wrong ?

otherwise tell me the procedure  how do i know the port numbers for 2 servers ?

thanks

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-05 Thread jaikiran
JNDI service listens on port 1099. Have a look at :

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringTheJNDINamingServiceInConfjbossSystem.xml



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to make one web application use its own Log4j config

2006-07-05 Thread pxpwxj
Thanks for any direction.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to make one web application use its own Log4j config

2006-07-05 Thread jaikiran
anonymous wrote : i can not get any clue from it's documentation

Have you read this doc:
http://www.jboss.org/wiki/Wiki.jsp?page=Logging



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How Do Install jboss-4.0.4.GA On Redhat ES 4 ?

2006-07-05 Thread [EMAIL PROTECTED]
You will need a more capable java the gcj.

http://java.sun.com/javase/downloads/index.jsp

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: deployment exceptions in jboss4.0.4 while none in jboss3

2006-07-04 Thread zhangjboss
i dont know why these exceptions come up as follows while none in jboss3.0.
anyone can help me ?

13:46:21,737 DEBUG [BaseLocalProxyFactory] MyEjb cannot be Bound, doesn't have 
local and local home interfaces
13:46:21,753 ERROR [STDERR] java.lang.NoSuchMethodException: 
javax.ejb.EJBHome.getHomeHandle() 

thank u very much.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread zhangjboss
maybe u can find some help at  the jboss_home/server/default/conf/log4j.xml

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread AlliumPorrum
After a loo-oong time of reading documentation and surfing web, I think that 
the problem has something to do with the fact that I'm running the installation 
from the console, but the installation set seems to need GUI. I'm I wrong or 
not?

So now the question is: how can I install JBoss 4.0.4 from the command line, 
without any GUI?? 

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss installation problem in ubuntu??

2006-07-03 Thread visolvejboss
Hello,

 JBoss 4.0.4 can be installed by two ways.

 1.Installation using installer.jar file by 
jboss-4.0.4.GA-Patch1-installer.jar.
 2.Simply extract the binary jboss-4.0.4.GA.zip file. 

For your First mail regarding installation using JAR package, 
 
anonymous wrote : No X11 DISPLAY variable was set, but this program performed 
an operation which requires it. 
  | java.awt.HeadlessException: 
  | No X11 DISPLAY variable was set, but this program performed an operation 
which requires it.

   The solution may be solved by setting the Environment variable DISPLAY 
to your Desktop System IP Address and also the X11 Window Xmanager should run.

If you are using unix flavour the following command will be useful.

#export DISPLAY=ur system IP Address:0

For your second question,
anonymous wrote : how can I install JBoss 4.0.4 from the command line, without 
any GUI??
  | 

Download the binary version of jboss(jboss-4.0.4.GA.zip) and simply extract 
that file in the location as per your wish, it creates the folder named 
jboss-4.0.4.GA and it installs the jboss successfully. 




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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaleyba
jaikiran wrote : Have a look at:
  | 
  | 
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine
  | 
  | 

Bind problem solved. Thank you !

Now I want to know how to avoid JBoss start services I don't want  like MQ.

Thanks in advance

J





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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Bind Exception at startup

2006-07-03 Thread jaikiran
Have a look at the Slimming section at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming

Under this section, you will find: When not using JBossMQ (our JMS server) 
section



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread adik
I already looked and I couldn't see where axactly I can  set it

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 server in jboss ?

2006-07-03 Thread visolvejboss
Hello,

JNDI server is running as a service inside the JBoss Application server. You 
can get more information regarding JBoss Naming Service is available  at 
http://www.samspublishing.com/articles/article.asp?p=28281rl=1

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: configure logging for Toplink deployment

2006-07-03 Thread zhangjboss
see http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging 

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: XPath creation failed in JBoss 4.0.3

2006-07-02 Thread eqbridges
Scott,

Please not that this workaround you suggest causes a Class Not Found error, 
since there's a needed class in the earlier Xalan jar that is missing in the 
newer one.  Can you advise on a different fix?

Thanks


2006-07-02 17:51:32,077 WARN  [org.jboss.system.ServiceController] Problem 
creating service jboss.jca:service=ConnectionFactoryDeployer
java.lang.NoClassDefFoundError: 
org/apache/xml/serializer/OutputPropertiesFactory
at 
org.apache.xalan.templates.OutputProperties.(OutputProperties.java:81)
at 
org.apache.xalan.templates.OutputProperties.(OutputProperties.java:56)
at 
org.apache.xalan.processor.ProcessorOutputElem.startElement(ProcessorOutputElem.java:188)
at 
org.apache.xalan.processor.StylesheetHandler.startElement(StylesheetHandler.java:623)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown 
Source)
at 
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
at 
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown 
Source)
at 
org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:920)
at 
org.jboss.deployment.XSLSubDeployer.createService(XSLSubDeployer.java:127)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:228)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
at $Proxy0.create(Unknown Source)
at org.jboss.system.ServiceController.create(ServiceController.java:341)
at org.jboss.system.ServiceController.create(ServiceController.java:284)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.create(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:241)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at 

[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-07-02 Thread javidjamae
I don't think that the SystemPropertiesService scans more than once (when the 
app server starts). I think what Scott is trying to say is that you can write 
your own code to rescan these files on an interval to see if they have been 
updated.

You might consider trying to extend the service class that is used to load the 
system properties:

org.jboss.varia.property.SystemPropertiesService 

The MBean definition is in the deploy directory under properties-service.xml. 
You could extend it to add a rescan interval and some code that compares the 
timestamps of the properties files in the URL list.

Good luck!

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Shutting down a JBoss instance ...

2006-07-01 Thread jaikiran
This might help:

http://www.jboss.com/index.html?module=bbop=viewtopict=59029



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Does JBoss 4.0 support EJB 1.1 in conjunction with CMP 1

2006-06-29 Thread albertogiantin
Hi all,
I've the same problem of davidnia. I wrote my jaws.xml and put it in META-INF 
directory on my jar file, as described here : 

http://www.mywelt.net/?q=node/2003

It seems that jboss does not care about my jaws.xml and standardjaws.xml.

I tried to write jbosscmp-jdbc.xml for my ejb 1.1 but  node is not supported.
Any ideas? Configuration problems or version problems?

How are cmp 1.1 supported? Where i have to write the finders?

thanks in advance!


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: HttpInvokerHA - disappeared?

2006-06-29 Thread [EMAIL PROTECTED]
HttpInvokerHA is in /server/all/lib/jbossha.jar. You need to be running all 
config to have clustering services. If you use installer, select either all 
or ejb3-clustered profile.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Running JNI Code Inside Jboss

2006-06-29 Thread kanjilal
I wanted to mention one other thing, I have placed the dll's in directories 
that are on the java.library.path , however it seems they are somehow still not 
getting loaded.

Thanks 

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Help me in Deploying the Jboss 4.0.4

2006-06-28 Thread jaikiran
anonymous wrote : where to place my application in order to deploy the 
application

Place your application in the %JBOSS_HOME%/server/default/deploy directory. 
When the server will be started, it will be picked automatically.

anonymous wrote : to my surprise i could not find the bin folder

How did you install jboss? The jboss site provides a zipped downloadable. Just 
unzip it after downloading the same and the jboss is ready for you.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-28 Thread jaikiran
The contents of the log4j.xml, in your post above, are distorted. Enclose the 
contents in a code block(using the Code button above) and post it again.





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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
I`ve tried to remove jmx-console.war from deploy folder and then run jboss 
again and scan it with port scan program(such as MaxPatrol) and jboss running 
well now. Is there any problem with htmlAdaptor.class at jmx-console.war? I 
guess that htmlAdaptor.class makes many error message at console when being 
scan by port scan program...

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-28 Thread AlliumPorrum
anonymous wrote : JBoss is quite lightweight and you can slim it down further 
if needed. 

What do you exactly mean with this? How can I slim it down to work in some 
older computer??

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Scheduler and fixed intervals

2006-06-28 Thread apinto
Sorry, bump!

This problem is really troubling us, because we can't do the job with the 
Scheduler MBean... Does anyone have an idea? Thanks!

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: install web-console after the fact?

2006-06-28 Thread boby
it lacks this file :
server/default/lib/jboss-management.jar

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: install web-console after the fact?

2006-06-28 Thread [EMAIL PROTECTED]
You are right. Installer 1.2.0BETA1 has a fix for this issue: 
http://labs.jboss.com/portal/jemsinstaller/downloads

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-06-28 Thread [EMAIL PROTECTED]
Reread the file. jboss is not preventing you from picking up runtime changes.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Change running properties

2006-06-28 Thread brian.lucas
Thanks for your reply and I hope you will forgive my ignorance on the inner 
workings of JBOSS.  But how do I reread the file once JBOSS is going?  Is there 
some command I can send to it while it's running to do that?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to access Jboss AS through URL without specifying po

2006-06-28 Thread xijia_chen
I just tried an port forwarding approach.
it works for me.

run one linux command as root
to forward port 443 - 8443 ,
/sbin/iptables -t nat -A PREROUTING -p tcp --dport 443 -d 192.168.x.x -j DNAT 
--to 192.168.x.x:8443

The credit goes to 
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingPortForwardingWithJBoss

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
Secure the jmx console and invocation paths via the installer or manually. 

http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole 

Thanx a lot to Scott M Starks for helping..

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread ramaka
we placed the mysql-connector-jar in the following lib folders

%JBOSS_HOME%\lib
%JBOSS_HOME%\server\default\lib
%JBOSS_HOME%\server\default\deploy\web-app\WEB-INF\lib
%JBOSS_HOME%\server\all\lib
%JBOSS_HOME%\server\minimal\lib

Are we missing anything. plz let me know

Thanks in Advance,

Rama Krishna Chowdary



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread visolvejboss
Hello,

It's enough. 

FYI,  their is no need to copy the jar file on all the configurations. For 
example, if you have used default configuration to run the jboss server, just 
copy the jar file into  %JBOSS_HOME%\server\default\lib  directory is enough 
and also, once you have copied the jar file into server\default\lib directory, 
there is  no need to copy the same jar file into 
%JBOSS_HOME%\server\default\deploy\web-app\WEB-INF\lib   directory.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss installation on a windows network drive or share

2006-06-27 Thread jaikiran
This might help:

http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-27 Thread ramaka
What else could be the reason for getting 
Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver  while 
starting the JBoss Server as we placed the mysql-connector jar

in %JBOSS_HOME%\server\default\lib folder

What else is missing 

Can't we configure the Data Source in struts-config.xml (Struts 1.2.9 we have) 

Waiting for the respnse

Rama Krishna Chowdary 

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss installation on a windows network drive or share

2006-06-27 Thread LosBubos
I know the website and its content. Maybe I missed something there?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss installation on a windows network drive or share

2006-06-27 Thread anders.hedstrom
By default, NT Services run as the SYSTEM user. The problem is that the SYSTEM 
user does not have access to network resources.

Maybe this is your problem?


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss installation on a windows network drive or share

2006-06-27 Thread LosBubos
no, the service run as a domain user xxx\yyy, see my first post

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-27 Thread tefron
you can try and turn on isolation mode.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Jboss works sloppy!!! java.io.EOFException: Unexpected e

2006-06-27 Thread PeterJ
How big is your war file?  How long does it take to deploy?  The reason that I 
ask is that if it takes a while to copy the file, then JBoss could attempt to 
deploy it before the copy is complete, which could result in the error message 
you are seeing.  An alternative would be to copy the war file to a temporary 
location on the same disk partition as JBoss, and then move the file from the 
temporary directory to the deploy directory.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Log4j and JBoss web app

2006-06-27 Thread ddieterle
In case anyone was interested I found some example code in the attachments at 
the bottom of the page here:

http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging

Did not see it earlier today, but it is there now.

 Dave (logging newbie)

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-27 Thread sap_jboss
Here is my log4j.properties -

log4j.rootCategory=, A1
log4j.logger.org.apache=FATAL
log4j.logger.com.myc.analyst=INFO, A2
log4j.logger.com.myc.analyst.presentation.action=INFO

log4j.additivity.com.reconnex.analyst=false

log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%m%n%n

log4j.appender.A2=org.apache.log4j.RollingFileAppender
log4j.appender.A2.File=/data/stingray/log/useractionlog.log
log4j.appender.A2.MaxFileSize=100KB
log4j.appender.A2.MaxBackupIndex=5
log4j.appender.A2.layout=org.apache.log4j.PatternLayout
log4j.appender.A2.layout.ConversionPattern=%m%n%n


log4j.rootLogger=INFO, FILE

#Reporter Dash
log4j.logger.net.myc.reporter=DEBUG

#Velocity
log4j.logger.org.apache.velocity.runtime.log.SimpleLog4JLogSystem=INFO


log4j.appender.FILE=org.apache.log4j.DailyRollingFileAppender
log4j.appender.FILE.DatePattern='.'-MM-dd

log4j.appender.FILE.File=/usr/appserver/jboss/server/imanager/log/dlog1.log

#Keep two backlog files
log4j.appender.FILE.MaxBackupIndex=5

log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
log4j.appender.FILE.layout.ConversionPattern=%d{ISO8601} - %x : [%p] - %m%n

log4j.xml --

log4j:configuration xmlns:log4j=http://jakarta.apache.org/log4j/; 
debug=false

   !-- = --
   !-- Preserve messages in a local file --
   !-- = --

   !-- A time/date based rolling appender --
   
  
  
  

  !-- Rollover at midnight each day --
  param name=DatePattern value='.'-MM-dd/

  !-- Rollover at the top of each hour
  param name=DatePattern value='.'-MM-dd-HH/
  --

  
 !-- The default pattern: Date Priority [Category] Message\n --
 

 !-- The full pattern: Date MS Priority [Category] (Thread:NDC) 
Message\n
 
  --
  
   

   !-- Reconnex log message appenders --

   !-- messaging appender --
   
  
  
  

  !-- Rollover at midnight each day --
  param name=DatePattern value='.'-MM-dd/

  
 !-- The default pattern: Date Priority [Category] Message\n --
 
  
   

   !-- A size based file rolling appender
   
 
 
 
 
 

 
   

   
   --
   !-- resource monitor appender --
   
  
  
  
  
  

  param name=DatePattern value='.'-MM-dd/

  
 !-- The default pattern: Date Priority [Category] Message\n --
 
  
   


Exception --

log4j:ERROR Could not create an Appender. Reported error follows.
2006-06-27 21:13:13,873 INFO  [STDOUT] java.lang.ClassCastException: 
org.jboss.logging.appender.DailyRollingFileAppender
2006-06-27 21:13:13,874 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:174)
2006-06-27 21:13:13,874 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:149)
2006-06-27 21:13:13,874 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:162)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:424)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.parseCategory(DOMConfigurator.java:344)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:790)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:675)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:625)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:611)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.LogManager.(LogManager.java:122)
2006-06-27 21:13:13,875 INFO  [STDOUT]  at 
org.apache.log4j.Logger.getLogger(Logger.java:103)


Thanks for your help

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to install with source code?

2006-06-26 Thread ramsuarez
Hi, i respond to myself :) at the build, directory there are one file called 
built.sh, this is the installer, only with:

# csh
# ./built.sh

And its begin the installer, Tnx

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: You cannot see admin password field in installer on Ubun

2006-06-26 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBINSTALL-59. This is probably a 3rd party 
issue (IzPack installer). We will try to reproduce this on Ubuntu 6.06.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Configuring DataSource (MYSQL 4.X) in struts-config.xml

2006-06-26 Thread visolvejboss
Hello,

Copy the mysql-connector jar into the server-config/lib directory and restart 
the server.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: jboss and log4j configuartion

2006-06-26 Thread jaikiran
Post the contents of your log4j.xml/log4j.properties and also the exception 
stacktrace

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-25 Thread AlliumPorrum
Thank you guys for your answers! 

I´m just hoping to run JBoss on my old 600Mhz laptop with 256 RAM and Ubuntu 6, 
so is it really out of the question? I mean, in that document mentioned before 
it said that 512 is the minimum.

I wouldn't be running any critical realtime server or any hard-loaded webserver 
though, just few small applications the connect to the internet every now and 
then.

Of course, if it just won't work with 256Mb I'll buy some more memory 'cause 
it's really so cheap today ;=)

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-24 Thread CasaDelNorte
Problem solved. I feel silly - I had the console appender filtered to INFO when 
it should have been DEBUG.


  |appender name=CONSOLE class=org.apache.log4j.ConsoleAppender
  |   errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/
  |   param name=Target value=System.out/
  |   param name=Threshold value=INFO/
  | 
  |   layout class=org.apache.log4j.PatternLayout
  |  !-- The default pattern: Date Priority [Category] Message\n --
  |  param name=ConversionPattern value=%d{ABSOLUTE} %-5p [%c{1}] 
%m%n/
  |   /layout
  |/appender
  | 

Thanks for the extra eyes.


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-23 Thread jaikiran
Whats the value of the Threshold attribute of the IMCADMINLOG appender? Is it 
INFO? If yes then set the value to DEBUG. Something like:

appender name=IMCADMINLOG class=blah.blah.someAppender
  | param name=Threshold value=DEBUG/
  | /appender



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Ports setting

2006-06-23 Thread jaikiran
Have a look at:

http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall

and

http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Ports setting

2006-06-23 Thread hYph3n
hey thanks ... i figured the xml file by myself as well .. however thanks a lot 
for your help ... :)

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy Application....

2006-06-23 Thread jaikiran
I guess, this is what you are looking for:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy Application....

2006-06-23 Thread begimot
thanks :) It is very intresting approach, to put extensions to directories.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy Application....

2006-06-23 Thread begimot
May be two more questions.

1. Why jboss does not recognize symbolic links (for Linux) in the deployed 
application? 
2. When working with other application servers, when I change JSP file, the 
changes are applied immediately after reloading the necessary page. I can not 
do this now. May be I need to change some settings?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-23 Thread CasaDelNorte
Scott - I'm only using info in the test so it prints. In this object, for some 
reason, I cannot get logger.debug() to print *anything*.

My appender definition is:


  |appender name=IMCADMINLOG
  |   class=org.jboss.logging.appender.DailyRollingFileAppender
  |   errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler /
  |   param name=File value=/var/log/imcAdmin.log /
  |   param name=Append value=false /
  |   param name=Threshold value=DEBUG /
  |   param name=DatePattern value='.'-MM-dd /
  |   layout class=org.apache.log4j.PatternLayout
  |  param name=ConversionPattern value=%d %-5p [%c] %m%n /
  |   /layout
  |/appender
  | 


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Cannot start JBoss web-console with JDK jdk1.5.0_04

2006-06-23 Thread bettina
yes, I have the same problem!

on the bottom in the status bar it even says: 
applet org.jboss.console.navtree.appletbrowser started
but the tree structure does not show up?

I saw in the log files that there were the following errors:


  | 16:22:34,288 INFO  [[/web-console]] MonitorsFolder: Failed to init plugin, 
null
  | 16:22:34,294 INFO  [[/web-console]] UCLs: Failed to init plugin, null
  | 16:22:34,353 INFO  [[/web-console]] JMS Message: Failed to init plugin, null
  | 16:22:34,357 INFO  [[/web-console]] JSR77 WebModule: Failed to init plugin, 
null
  | 16:22:34,384 INFO  [[/web-console]] J2EEFolder: Failed to init plugin, null
  | 16:22:34,394 INFO  [[/web-console]] AOPFolder: Failed to init plugin, null
  | 16:22:34,395 INFO  [[/web-console]] SystemFolder: Failed to init plugin, 
null
  | 16:22:34,485 INFO  [[/web-console]] MBeans: Failed to init plugin, null
  | 16:22:34,491 INFO  [[/web-console]] JSR77 Domains and Servers: Failed to 
init plugin, null
  | 16:22:34,495 INFO  [[/web-console]] JSR77 EJBModules and EJBs: Failed to 
init plugin, null
  | 16:22:34,534 INFO  [[/web-console]] JSR77 J2EE Apps: Failed to init plugin, 
null
  | 

and the problem only occurs, if I use a JRE. if I use a JDK, there are no 
problems.

does anybody have a hint on how to get this navigation bar to show up?


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-06-23 Thread PeterJ
I have JBoss running on FC5.  It would help if you posted the full console 
output so that I could see what class is missing.  I do know that JBoss will 
not run with the JVM that ships with FC5, you will need to download and install 
a JVM from Sun before you can use JBoss.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Are env variables like $JBOSS_HOME required?

2006-06-23 Thread PeterJ
I don't have JBOSS_HOME set.  I have probably a dozen installations of JBoss on 
my Windows XP box.  I always run JBoss from the bin directory (of the version I 
want to run) and have never run into problems.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Problem creating service jboss.system:Service=MainDeploy

2006-06-23 Thread notarysojac
Hi

THANKS for the quick response.  As with so many such alleged brick-walls, this 
problem was dispensed after the instructions were located that explained how to 
get the JDK, unpacked, into position, and locatable.  

Call this one CLOSED/SOLVED/RESOLVED.  

For the archives - the solution-trail begins at the Sun doc: Java 2 SDK 1.4.2 
Installation Notes for Linux - 

Nice to know there are folks out there who actually look at htese postings.  
Your help is much appreciated.



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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: OracleConnectionPoolDataSource

2006-06-22 Thread Veniamin
Interesting question, Denis.
If I understand it right, ConnectionManager MBean drives connection pool by 
itself, that is, JBoss has its own connection pool implementation. Download 
JBoss Application Server Guide from http://labs.jboss.com/portal/jbossas/docs 
if you haven't done it yet, and read chapter 7.3 Configuring JDBC 
DataSources. In short, local-tx-datasource element has two children, 
min-pool-size and max-pool-size, so pool is already somehow enforced.

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

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

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=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: OracleConnectionPoolDataSource

2006-06-22 Thread denis-karpov
Thanks.
Yes. I understand it.

The main question, is it possible to configure jBoss data source with 
DataSource class? Or it works only with Driver classes?

Denis.

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

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

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=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Log4jRepositorySelector undeployment problem

2006-06-22 Thread phanir
I'm also facing the same problem. Anobody from jboss can help us resolve this? 
Looks like something related to cleaning up/destroying some logger related 
objects.

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

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

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=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-22 Thread [EMAIL PROTECTED]
JBoss is quite lightweight and you can slim it down further if needed.

Use the latest 4.0.4.GA

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

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

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=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Minimum system requirements??

2006-06-22 Thread visolvejboss
Hello,
   
 The Minimum Hardware Requirements for JBoss can be found in the following 
link.

 http://www.jboss.com/pdf/JBossASBrochure-Mar2006.pdf

I hope this may be helpful.



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

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

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=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Hi Installation Problem

2006-06-22 Thread visolvejboss
Hello,

Refer the following link.

http://www.jboss.com/index.html?module=bbop=viewtopict=85319

I hope this may solve your problem.


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

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

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=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Suggested configuration for Migration to JavaEE 5

2006-06-22 Thread alxs
Alex,

While looking for a way to get jbossws 1.0.1 installed I was reading your post 
again. It seems as if jbossws 1.0.1 is not part of the 1.2.0BETA. 

However something must have changed because the file now downloadable is bigger 
than the file I downloaded some days ago. Can you tell me what changed?

Alex

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

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

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=lnkkid=107521bid=248729dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Log4jRepositorySelector undeployment problem

2006-06-22 Thread phanir
Though I couldn't find the clean solution, I was able to get around the problem.
The problem was for some reason, the class variable repositories didnt get 
initialized properly though its been assigned value(new Hashmap()) while 
declaring it.

I had to do 2 changes here to get around:
1.Made the defaultRepository a instance variable instead of static one and 
assigned it a value in the place where its declared.
private LoggerRepository defaultRepository = LogManager.getLoggerRepository();

2.In the method getLoggerRepository, I added a bullet proof code before 
accessing repositories table.
if ( repositories == null )
  return defaultRepository;

Hope this will help to avoid throwing exceptions while undeploying.

-Phani.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Sharing session within wars

2006-06-22 Thread ulfreich
Hi, did you find a solution? Thx!

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: log4j within a WAR broke on 4.0.4.GA?

2006-06-22 Thread trautw
Please remove commons-logging and log4j Jars from your application. Then the 
JBoss jars will be used and they are ok.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread PeterJ
What are your firewall settings?  I ran into the same problem until I 
configured iptables to open port 8080.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread xijia_chen
Peter,

Thank you for the quick response.
the iptables is not active (when I run chkconfig --list iptables, I see all are 
offs) in my case I think.
do you still think it is caused by iptables?

Could you tell me how did you setup the iptables,
did you update etc/sysconfig/iptables directly?
after you added the port 8080, do you need restart the linux system to make the 
new iptables rule effective?

Thank you!


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread PeterJ
Here are the lines I added to /etc/sysconfig/iptables for JBoss:

# Ports used by JBoss
  | -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j 
ACCEPT

Then I restarted iptables:  /etc/init.d/iptables restart

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: log4j email appender not working with jboss

2006-06-22 Thread krustyfur
Can anyone help me on this please?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Convenience class not printing Log4J debug statements

2006-06-22 Thread [EMAIL PROTECTED]
Don't use log.info if you mean log.debug.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   4   5   6   7   8   9   10   >