[jboss-user] [Beginner's Corner] - protect HTTP INVOOKER JBOSS 4.2.3.ga

2009-11-16 Thread erasmomarciano
Hello
what should i do to protect the servlet JMXInvolerServlet?





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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265819
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Re: Does Jboss have inbuilt HTTP Server ?

2009-11-11 Thread erasmomarciano
Yes
Jboss has http connector.

Check the following file server.xml

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4264982
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?

2009-10-06 Thread erasmomarciano
This two url are different

1)http://host:8080/blablah - returns correct 404 page

2)http://host:8080/app1/blablah - returns a blank page ..


You must put also in app1/WEB-INF/web.xml this code

 
  | 
  | 404
  | /404.html
  | http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258809#4258809

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258809
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Re: using error-page in web.xml for custom error page

2009-10-01 Thread erasmomarciano


ops  
  | 404 
  | /error404.jsp 
  | 

Are you sure of to make an error 404? 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258082
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Re: using error-page in web.xml for custom error page

2009-10-01 Thread erasmomarciano
try

 
404 
/error404.jsp 



 
500 
/error500.jsp 


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258081
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginner's Corner] - Re: JBoss: Windows vs Linux

2009-09-25 Thread erasmomarciano
IT will perform well everywere there is the JVM working.
We choose  Linux becouse is simple 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257052
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Web Services Users] - Help org.jboss.web.tomcat.security.SecurityAssociationValve

2009-08-27 Thread erasmomarciano
With a  monitoring tool of java , i saw that there is a method  
anonymous wrote : 
  | void org.jboss.web.tomcat.security.SecurityAssociationValve.invoke()
  | 
that has been invoked many times.
The time of answer is too high indeed.

Everyone can help me?




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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4252012
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Support maxThreads minSpareThreads maxSpareThreads ?

2009-07-10 Thread erasmomarciano
Does anyone know if i can set the maxspareThreads attribute on the ajp 
connector in Jboss?

Or could I only set it on the http connector?


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242863
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Connection Poll Exception

2008-12-10 Thread erasmomarciano
Hi
we are running a 4.0.5.GA Jboss, standalone, on a Sun machine, with jdk1.5.0_11
Afer a Oracle db migration to the 10.2.0.0, when we start Jboss, we are the 
following output:

16:55:28,391 WARN  [JBossManagedConnectionPool] Throwable while attempting to 
get a new connection: null
java.lang.UnsatisfiedLinkError: 
/u01/app/oracle/product/9.2.0/lib32/libocijdbc9.so: Can't load Sparc 32-bit .so 
on a Sparc 32-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:265)
at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:360)
at 
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:521)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:325)
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:171)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:565)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:250)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:491)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341)
at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:301)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
at database.ServizioDatabaseGenerico.getConnection(Unknown Source)
at DemoneAnalisiSistema.analizza(Unknown Source)
at DemoneAnalisiSistema.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)
16:55:28,854 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on 
http-127.0.0.1-8080

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195527
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Virtual host for link-rewriting?

2008-11-17 Thread erasmomarciano
Have a look here

http://docs.jboss.org/jbossas/guides/webguide/r2/en/html/ch07.html



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4189770
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

2008-11-12 Thread erasmomarciano
It is not rigth to modify the file run.bat
If you have to set JAVA_HOME, it is better to edit run.conf.
NOTE:
 It seems it does not work in WINDOWS :( 

So i   advice you to create a new file of start. 



  | 
  | @echo on
  | rem 
-
  | rem JBoss Start CC
  | rem 
-
  | 
  | set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15"
  | 
  | 
  | cd  C:\jboss-4.0.5.GA\bin
  | C:\jboss-4.0.5.GA\bin\run.bat -c default
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188815
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

2008-11-12 Thread erasmomarciano
I advice you to create a new file of start.




  | @echo on
  | rem 
-
  | rem JBoss Start CC
  | rem 
-
  | 
  | set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15"
  | 
  | 
  | cd  C:\jboss-4.0.5.GA\bin
  | C:\jboss-4.0.5.GA\bin\run.bat -c default
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188778
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server.log to syslog redirection

2008-10-22 Thread erasmomarciano
You have to edit the conf/log4j.xml and modify this line code

  |  
  |
  |   
  |   
  |   
  | 

Why do you redirect it into /var/log/messages

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183873
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: error while running jboss on Redhat linux

2008-10-22 Thread erasmomarciano
Probably you have not set  zyominc in host file
'
Witch is S.0.


if you use WINDOWS you can  find  host file in

C:\WINDOWS\system32\drivers\etc

Otherwhise  you use LInux

/etc/host


 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183862
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: JBoss Server not starting

2008-10-22 Thread erasmomarciano
Did you set the JAVA_HOME

Are you sure that you have installed the JDK and not the JRE?


How do you start JBOSS?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183835
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss server stand alone with tomcat and apache

2008-10-21 Thread erasmomarciano
May you please explain?

Do you want to  configure Jboss with Apache , you use an external Tomcat?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183502
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [org.jboss.mx.util.JBossNotificationBroadcasterSupport]

2008-10-21 Thread erasmomarciano
anonymous wrote : It's not necessarily a bug, by the way. Under a heavily 
loaded system,
  | sometimes transactions need to fail to prevent deadlocks. The
  | application needs to be able to recover from that case
  | 

you see http://www.caucho.com/support/resin-interest/0112/0025.html

how do you stop jboss?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183498
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - JBossCacheService: exception occurred org.jboss.cache.Replic

2008-10-20 Thread erasmomarciano
Hi, 

we have 4 jboss nodes in cluster, on two Hp/Ux machines. 
We are encountering some weird error on the server.log as following:

  | WARN  Failed to replicate session x0LmxHFNhjKNCnr0SYZGqQ**.tomcat1 
{TP-Processor137:}{/gem.snapshot:53}
  | 
  | java.lang.RuntimeException: JBossCacheService: exception occurred in cache 
put ...
  | 
  | at 
org.jboss.web.tomcat.tc5.session.JBossCacheWrapper.put(JBossCacheWrapper.java:150)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.JBossCacheService.putSession(JBossCacheService.java:315)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.JBossCacheClusteredSession.processSessionRepl(JBossCacheClusteredSession.java:121)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.JBossCacheManager.processSessionRepl(JBossCacheManager.java:1093)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.JBossCacheManager.storeSession(JBossCacheManager.java:648)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.InstantSnapshotManager.snapshot(InstantSnapshotManager.java:49)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:98)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.JvmRouteValve.invoke(JvmRouteValve.java:84)
  | 
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | 
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | 
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | 
  | at 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
  | 
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | 
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | 
  | at 
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
  | 
  | at 
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
  | 
  | at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
  | 
  | at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697)
  | 
  | at 
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889)
  | 
  | at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
  | 
  | at java.lang.Thread.run(Thread.java:595)
  | 
  | Caused by: org.jboss.cache.ReplicationException: rsp=sender=1:53319, 
retval=null, received=false, suspected=false
  | 
  | at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:4191)
  | 
  | at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:4114)
  | 
  | at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:4215)
  | 
  | at 
org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:110)
  | 
  | at 
org.jboss.cache.interceptors.BaseRpcInterceptor.replicateCall(BaseRpcInterceptor.java:88)
  | 
  | at 
org.jboss.cache.interceptors.ReplicationInterceptor.handleReplicatedMethod(ReplicationInterceptor.java:119)
  | 
  | at 
org.jboss.cache.interceptors.ReplicationInterceptor.invoke(ReplicationInterceptor.java:83)
  | 
  | at 
org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
  | 
  | at 
org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(TxInterceptor.java:345)
  | 
  | at 
org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:156)
  | 
  | at 
org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68)
  | 
  | at 
org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:167)
  | 
  | at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5520)
  | 
  | at org.jboss.cache.TreeCache.put(TreeCache.java:3601)
  | 
  | at sun.reflect.GeneratedMethodAccessor145.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:155)
  | 
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | 
  | at $Proxy189.put(Unknown Source)
  | 
  | at 
org.jboss.web.tomcat.tc5.session.JBossCacheWrapper.put(JBossCacheWrapper.java:141)
  | 
  | ... 20 more
  | 
  | Caused by: org.jboss.cache.lock.Timeo

[jboss-user] [Beginners Corner] - Re: Whats I need to run jboss-4.2.3.GA on Fedora 9

2008-10-16 Thread erasmomarciano
How do you start JBoss?

Try


  | ./run.sh  default
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182674
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Not able to run Application on Jboss from remote machine

2008-10-16 Thread erasmomarciano
anonymous wrote : 
  | 
  | try ./run.sh -b 0.0.0.0 default 
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182672
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Web Console did not start

2008-10-16 Thread erasmomarciano
If you want to check the garbace collection you can  use the following tools:
HPJMETER JCONSOLE
While if you want to check , RAM, HARDISK,CPU you should use the tools 
specifies 
 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182671
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Incomplete Deployment Packages

2008-10-16 Thread erasmomarciano
You have to edit run.conf and  add this variable
JAVA_HOME="YOURPATH/jdk1.5.0_15"

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182666
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Web Console did not start

2008-10-15 Thread erasmomarciano
mmm
You check $yourcontainer/deploy/management/console-mgr.sar/web-console.war/ 
WEB-INF/web.xml

you find this tag


  | 
  |   /webconsole
  |   /WEB-INF/tlds/webconsole.tld
  |
  | 
anonymous wrote : Can I install the web console afterwards?


You can try to reinstall JBOSS or find this file webconsole.tld and punt in 
this directory 
$yourcontainer/deploy/management/console-mgr.sar/web-console.war/WEB-INF/tlds/
ot reinstall web-console.wa



Performance ?
what do you mean?







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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182444
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem creating service jboss.security:name=XMLLoginCon

2008-10-15 Thread erasmomarciano
Do you have to configure   your web-app with the security- constraint?



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182394
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Interrupted Exception while shutting down instance

2008-10-15 Thread erasmomarciano
How do you stop  JBoss?
This not a error




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182362
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: top command show wrong memory for java

2008-10-15 Thread erasmomarciano
I suggest to not use an  heap so  BIG.
If you have problem of performance installed more jboss in mode cluster or use 
an CMS collector as Peter said.














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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182357
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Web Console did not start

2008-10-15 Thread erasmomarciano
The your problem is here

  | org.apache.jasper.JasperException: File "/WEB-INF/tlds/webconsole.tld" not 
found 
  | 

Did you modified something?



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182354
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: jboss startup error : jvm already bind

2008-10-13 Thread erasmomarciano
Hi,

Your Jboss As   use ports already that are.
 What your   the operating system ?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181832
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: How to determine which profile that JBoss are runnioing

2008-10-10 Thread erasmomarciano
Using all configuration, you are going  to use  a default configuration with 
cluster libs.





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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181422
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss App Server v5.0.0 does not run

2008-10-10 Thread erasmomarciano
Try to create start.bat @echo on
  | rem 
-
  | rem JBoss Start
  | rem 
-
  | 
  | set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15"
  | 
  | 
  | cd  C:\jboss-4.0.5.GA\bin
  | C:\jboss-4.0.5.GA\bin\run.bat -c default
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181419
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss App Server v5.0.0 does not run

2008-10-10 Thread erasmomarciano
I have set the JAVA_HOME in run.conf?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181417
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: web server?

2008-10-10 Thread erasmomarciano
For the  front-end JBossAS with Apache HTTP Server, see 
http://www.jboss.org/jbossweb/mod_cluster/mod_proxy.html 







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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181413
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security & JAAS/JBoss] - Re: Two domain access - revocation from versign

2008-10-10 Thread erasmomarciano
Can you be more precise the about the enviroment?

If you have  two domain, one with internet access and one without, you have to 
generate two certificates.
But be careful that you have to create two VirtualHost, with different IP, so 
you can use two domain in mode SSL.



 

 




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181407
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss access from other PC failed

2008-10-09 Thread erasmomarciano
Also see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143612

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181276
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment on remote JBoss

2008-10-09 Thread erasmomarciano
have a look 
https://docs.jbosson.redhat.com/confluence/display/DOC/Administering+JON

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181269
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] - Re: Performance Issue with JBOSS 4.2.0.GA

2008-10-09 Thread erasmomarciano
I advice you to try this solution.
Install two Jboss in cluster.
 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181255
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: HOw to run JBOSS in developement mode

2008-10-09 Thread erasmomarciano
If you modify this those file .jsp .html you not need to restart your web-app.
Else if you modify those  file .class or jar, you  need restart  your web-app

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181252
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Simple SSL question

2008-10-09 Thread erasmomarciano
Can you be more precise the about the enviroment?


Have u tried  to set the security-constraint in web.xml to restrict user from 
directly access to JSP files and force user to use SSL connection.

 




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181243
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Cannot access jboss from outside the jboss host

2008-10-08 Thread erasmomarciano
I forgott to put down where is the point of the problem.

You have to use the option "-b" to make jboss to bind on port on any ip.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181018
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Cannot access jboss from outside the jboss host

2008-10-08 Thread erasmomarciano
OK, 
I advice you to create a new start.sh.
E.G
nohup $JBOSS_DIR/bin/run.sh -b 0.0.0.0.0  -c $SERVER_NAME  > log.log & 



  



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181017
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment classpath issue in EAR

2008-10-02 Thread erasmomarciano
 your  config.xml is propably  not well-formed



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179975
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Server running on port 8888 and 8493 but application is

2008-10-02 Thread erasmomarciano
Sorry,
you should only  have a   (Starting Coyote HTTP/1.1 on http-0.0.0.0-) and 
not two of those


How come you have this outpu in server.log?



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179970
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: apache2 + jboss4.2.3 ajp problem

2008-10-01 Thread erasmomarciano
or view this url

http://wiki.jboss.org/wiki/UsingMod_jk1.2WithJBoss

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179750
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: apache2 + jboss4.2.3 ajp problem

2008-10-01 Thread erasmomarciano
i also prefer mod_proxy

if you use mod_jk   view here
http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179749
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Limiting log file size/versions under 4.0.1SP1

2008-09-26 Thread erasmomarciano
I  have tried with jboss-4.0.1, you should have the following  file 
boss-4.0.1/server/all/conf/log4j.xml
You should  find the code commented as suggested by Peter 


  | 
  |   
  |   
  |   
  |   
  |   
  |   
  | 
  |   
  | 
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179060
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with java.lang.OutOfMemoryError

2008-09-25 Thread erasmomarciano

Try , to set in run.conf the following variable

JAVA_OPTS="-Xms384m -Xmx384m" 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178815
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with java.lang.OutOfMemoryError

2008-09-25 Thread erasmomarciano
Try , to set in run.conf the following variable

JAVA_OPTS="-Xms512m -Xmx512m"  



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178814
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: JBoss Resource bundle error

2008-09-24 Thread erasmomarciano
've resolved this issue by packaging messages*.properties in WEB-INF/classes 

A similar problem is describe on 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033500#4033500



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178574
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Need all log locations for JBoss 4.2.3GA

2008-09-24 Thread erasmomarciano
I have to modify lo4j.properties.
You can to manage the level log


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178564
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using JBoss on IBM JDK

2008-09-24 Thread erasmomarciano
It just to be JDK 1.5 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178560
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread erasmomarciano
have a look 
http://wiki.jboss.org/wiki/LimitAccessToCertainClients?action=e&windowstate=normal&mode=view

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178285
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using older (1.x) version of xerces on JBoss 4.2.2GA

2008-09-23 Thread erasmomarciano

You can put the  xerces.jar in WEB-INF/lib of your web-application



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178240
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread erasmomarciano
You could do so:


  |  
  |   
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178234
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread erasmomarciano
insert  this into your VirtulaHost

DocumentRoot /your/path/webb

ErrorLog /var/log/apache2/yourwebappr_error.log
CustomLog /var/log/apache2/accessyourwebappr.log combined

You restart apache and verify and make sure ourwebappr_error.log  and 
accessyourwebappr.log are created

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177425
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread erasmomarciano
Jboss started correctly?

You have Specify the filename of the mod_jk lib in http.conf?
LoadModule jk_module modules/mod_jk.so



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177414
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Apache, mod_jk, jboss

2008-09-18 Thread erasmomarciano
when you call this url  http://localhost/web-console  
not match in your virtualhost


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177404
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: find jboss location

2008-09-18 Thread erasmomarciano

Ip  change with the options of  run.sh -b 

You can view this url http://wiki.jboss.org/wiki/JBossRunParameters

The port of default is 8080 you view this file  
(deploy/jbossweb-tomcat55.sar/server.xml)
you can view this url http://wiki.jboss.org/wiki/ConfigurePorts

If you want to know fi jboss is started then check the file server.log

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177355
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss slow after long uptime

2008-09-18 Thread erasmomarciano
Hi couzteau.

You can analyse the behaviour by gc with hpjmeter is a tool free.
How does the gc work you can choose algorithm different in java.
You can refer at this url  http://java.sun.com/docs/hotspot/gc1.4.2/faq.html

Or you can increase the number of jboss managing your application


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177339
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: verbose log

2008-09-17 Thread erasmomarciano
 404: page  Not Found.
I think there isn't error in jboss but you call a url  wrong 



 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177156
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't run jboss-4.2.3.GA

2008-09-16 Thread erasmomarciano
Please copy and paste your the host file 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176830
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't run jboss-4.2.3.GA

2008-09-16 Thread erasmomarciano
Please copy and  paste your  the server.log 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176826
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploy and run under -all configuration

2008-09-12 Thread erasmomarciano
try
@echo on
  | rem 
-
  | rem JBoss Start CC
  | rem 
-
  | 
  | set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15"
  | 
  | 
  | cd  C:\jboss-4.0.5.GA\bin
  | C:\jboss-4.0.5.GA\bin\run.bat -c default -b 0.0.0.0
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176143
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment order in jboss

2008-09-11 Thread erasmomarciano
You check jboss-service.xml and found this code


 
   
   


here is established order deploy

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175783
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError exception when starting 4

2008-09-09 Thread erasmomarciano

Why use the parameter start?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175315
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Failed to load JBOSS

2008-09-09 Thread erasmomarciano
you should have into your web-application a Folder WEB-INF/lib



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175312
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection refused

2008-09-08 Thread erasmomarciano
you can paste your script statup?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175028
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-05 Thread erasmomarciano
Sorry
try
./shutdown.sh -H X.X.X.108:1099  23233

the port 1099 is default JNDI

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174633
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-02 Thread erasmomarciano
Try
./shutdown.bat -H  X.X.X.108:8500  787876


You kill VM



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173741
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem With SymLinks, Apache, AJP

2008-09-02 Thread erasmomarciano
You check httpd.conf
If test fail with 404. 
you have double check yuor VirtualHost , may be  that the http query you ar 
trying does non macth the ServerName  of VirtualHost also verify that the 
symlinks is not broken



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173738
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss4.2.1GA Installation and configuration

2008-09-01 Thread erasmomarciano
You have to create a  start scritp for Jboss.

EX:

/home/jboss/jboss-4.0.4.GA/bin/run.bat -b 0.0.0.0.0 -c test1   > test1.log

-b 0.0.0.0.0: makes jboss listening on every address  

or

nohup /home/jboss/jboss-4.0.4.GA/bin/run.bat -b your-ip -c test1   > test1.log
 
-b  your-ip : makes jboss listening only on the given ip- address  


 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173574
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: JBoss 4.2.2 Session Replication & Failover

2008-09-01 Thread erasmomarciano
I think that you  need  setting  in web.xml

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173544
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError exception when starting 4

2008-09-01 Thread erasmomarciano
Try  as suggested jaikiran.

If your Jboss starting with error you check host file.


 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173520
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: connector configuration

2008-08-29 Thread erasmomarciano
Forgive me , i have forgot to ask you the version Jboss.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173376
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: connector configuration

2008-08-29 Thread erasmomarciano
Hi
If I understand...

You have to do comunicate Apache * Jboss. to use the  mod_jk is the connector 
used to connect Jboss-Tomcat jsp container with web servers such as Apache.
The port of default is 8009

 
In jboss the port defined in docs/examples/binding-manager.
But first of all  youk check this file server.xm




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173368
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security & JAAS/JBoss] - Re: How to flush the old password

2008-08-29 Thread erasmomarciano
Try to

You have to  edit the conf/jboss-service.xml and set attribute 
DefaultCacheTimeout to 0

 0

bye bye Erasmo Emilio

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173317
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: WAR file deployment without jboss-web.xml

2008-08-29 Thread erasmomarciano
You can see  it url by cliccing  http://www.centerkey.com/jboss/

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173241
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: WAR file deployment without jboss-web.xml

2008-08-28 Thread erasmomarciano
Yes,s it possible to deploy a war file which doesn't include jboss-web.xml file 
in WEB-INF

But you sholud have the limitation.

I Suggest of create un jboss-web.xml minimal


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173126
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Issue with the Virtual Host

2008-08-21 Thread erasmomarciano
Apache is webserver.
You have to install Apache as  you can  see here  http://httpd.apache.org/


you tried so  http://rocky.webpage:8080/ 

Had you modified host file?







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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171690
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Issue with the Virtual Host

2008-08-20 Thread erasmomarciano
Try: http://rocky.webpage:8080/

I suggest to see the configuration between JBOSS and APACHE with mod_jk  or 
mod_proxy.








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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171459
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Testing if JBOSS is UP and running

2008-08-20 Thread erasmomarciano
You try 
You have to do a telnet, and next a get request 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171456
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: session getting changed while switching between HTTPS an

2008-08-11 Thread erasmomarciano
Hi
Try to pass the SessionID created on HTTP side to the HTTPS side by url 
parameter.

Something like:
Location: 
https://yoursite/?JSESSIONID=hyhgatgedrafgtegshtgefarfgtrfajkloiu7uhygtfr4

HTH

 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169855
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.0.5-GA default Tomcat5 webapp (ROOT.war) not acc

2008-08-07 Thread erasmomarciano
you check this folder

/deploy/jbossweb-tomcat55.sar

check this folder ROOT.war

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169249
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: Deploy JBoss Admin console

2008-08-07 Thread erasmomarciano
HI,
For configure basic authentication users, you modify web.xml of your enable:


 A security constraint that restricts access to the HTML JMX console
   to users with the role JBossAdmin. Edit the roles to what you want and
   uncomment the WEB-INF/jboss-web.xml/security-domain element to enable
   secured access to the HTML JMX console


 

1) you have to create two properties file  at path ../conf
the first file  ROLES:
Second file USERS


2) you edit login-config.xm
add the following code


  |
  |   
  |props/jmx-console-users.properties
  |props/jmx-console-roles.properties
  |   
  |
  | http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169247#4169247

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169247
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jboss Crash: AJP / mod_jk / Apache

2008-08-04 Thread erasmomarciano
 oom-killer is a facility of linux kernel that kill processes when the system 
terminate memory(RAM).

It seems that jboss is terminating  correctly due to a clean shutdown.

Check your start/shutdown scripts, may be that when you stop apache jboss get 
stopped too.



 try to grep -i oom on var/log/syslog

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168414
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jboss Crash: AJP / mod_jk / Apache

2008-08-04 Thread erasmomarciano
Run "dmesg" when jboss crashes.
May be the oom-killer is killing your jboss due to memory usage.

Chcek syslog





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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168383
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Sun WebServer 7.0/jBoss 4.2.2 http connectors unresponsi

2008-08-01 Thread erasmomarciano
you could  see  this topic

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=135162

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168163
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Sun WebServer 7.0/jBoss 4.2.2 http connectors unresponsi

2008-08-01 Thread erasmomarciano
It seems there's a timeout  exception connecting to 10.10.15.21 on port 
8080 when excecuitng HTTP POST  on URI  /matter/billing/LegalBillSubmit.serv.

HTTP POST method is often used on form submit.

May be it's a socket timeout on Sun Webserver or on the remote site 10.10.15.21.

Any error on the remote site logs?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168109
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: How to register mbean with jboss

2008-07-30 Thread erasmomarciano
Wich Jboss ,did you install on your server?

 Try to edit .../server/all/conf/jboss-service.xml, adding this line code:


  http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167569#4167569

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167569
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: mod_jk integration with JBoss for HTTP and HTTPS both

2008-07-30 Thread erasmomarciano
Where is the problem?

Try click here

http://www.johnturner.com/howto/mod_jk_conf.html

http://www.jajakarta.org/tomcat/tomcat3.2-4.0/tomcat-3.2.3/doc/mod_jk-howto.html#s72

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167538
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: mod_jk integration with JBoss for HTTP and HTTPS both

2008-07-29 Thread erasmomarciano
You should configure a  Virtualhost in apache.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167300
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Management, JMX/JBoss] - Re: How to check server state?

2008-07-29 Thread erasmomarciano
Try to put your web-app into  deploy.last



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167250
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBOSS throws NullPointerException after showing Microsof

2008-07-25 Thread erasmomarciano
I think it is the problem of web-app and not of jboss.

Check your form, and i parameter with you send POST or GET.

Maybe you lose some parameter.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166641
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: HASingleton access

2008-07-22 Thread erasmomarciano
 Try you  deploy your web-app of  both Jboss only into  deploy-hasingleton



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165894
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jboss not loading image from jsp:include

2008-07-22 Thread erasmomarciano
Do you only use jboss?
the problem is not about jboss but the img call

When you use the special "jsp:include" tag the jsp will not be compiled 
directly, but it will be included into the calling JSP.

So, you have to double check that the image you are calling is referred to the 
level on wich the JSP is called.

 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165885
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to specify the war unzipping directory ?

2008-05-28 Thread erasmomarciano
You should configure Apache + Jboss with mod_jk
You should deploy web-app under folder deploy of jboss.

Can you put alla fine under web-app.





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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4153882
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Creating an application that uses sessions with jboss se

2008-05-22 Thread erasmomarciano
You have to use jvmRoute parameter in server.xml and the value must be the same 
on your load balancer.





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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152672
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Restart tomcat without JBoss restarting

2008-05-21 Thread erasmomarciano
it is not  possible to do only restart of tomcat

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152231
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How can Apache serve files stored in the WAR file ?

2008-05-21 Thread erasmomarciano
Try
http://localhost:8080/mywebapp/img.jpg

The your web-app in structured so

mywebapp.war
img.jpg


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152229
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread erasmomarciano
Cab uou attach the following file?

run.conf
server.xml
jndi.properies


 have you got free space on disk



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151752
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread erasmomarciano
You try

root user

chown -R gpmstesting.gpmstesting   /home/gpmstesting/jboss-3.2.3


gpmstesting user
cd  /home/gpmstesting/jboss-3.2.3/bin

you only have to ./run.sh





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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151708
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


  1   2   >