[JBoss-user] [Installation, Configuration & Deployment] - Re: ClassCastException when trying to modify RmiPort using

2006-02-23 Thread Lviz
what are you trying todo?

is that what you are looking for ?
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine

edit the jboss-service.xml

  | 
  |  ports-01
  |  ${jboss.home.url}/docs/examples/binding-manager/sample-bindings.xml
  |  
  |org.jboss.services.binding.XMLServicesStoreFactory
  |  
  |
  | 

cheers
L

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925838


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: error ear/war deployment with dependance to ejb

2006-01-25 Thread Lviz
got it :

fix in 4.0.4
http://jira.jboss.com/jira/browse/JBAS-1748

cheers
L

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919614


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Patch fixing a Nullpointer in dependency-triggered redep

2006-01-25 Thread Lviz
got it :

fix in 4.0.4
http://jira.jboss.com/jira/browse/JBAS-1748

cheers
L

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919612


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Patch fixing a Nullpointer in dependency-triggered redep

2006-01-25 Thread Lviz
hi

what happend to your patch?
i think we have the same error.

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

cheers
L

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919609


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: error ear/war deployment with dependance to ejb

2006-01-25 Thread Lviz
its me again.

this seems to be the same?
what happend to the patch?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889985

cheers
L



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919608


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - error ear/war deployment with dependance to ejb

2006-01-25 Thread Lviz
hello list

we have a problem with the deployment of a war dependent to an ejb.

the war reside in an ear.

in jboss-web.xml

  | jboss.j2ee:module=I2ccClearingEJB.jar,service=EjbModule
  | 

if the ejb is not deployed, the war inside the ear is not deployed :OK
if the ejb is undeployed the war is undeployed too :OK

if the ejb is redeployed and the war is undeployed:

  | 15:12:56,978 WARN  [ServiceController] Problem starting service 
jboss.web.deployment:war=OEBBinterfaces.war,id=1992512164
  | java.lang.NullPointerException
  | at org.jboss.web.WebModule.startModule(WebModule.java:67)
  | at org.jboss.web.WebModule.startService(WebModule.java:46)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
  | at sun.reflect.GeneratedMethodAccessor68.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.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:428)
  | at org.jboss.system.ServiceController.start(ServiceController.java:446)
  | at sun.reflect.GeneratedMethodAccessor9.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 $Proxy23.start(Unknown Source)
  | at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:627)
  | 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.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | 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 $Proxy24.start(Unknown Source)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
  | at sun.reflect.GeneratedMethodAccessor19.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.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 org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProx

[JBoss-user] [Installation, Configuration & Deployment] - Re: Home Page Going Down, We have to stop and start jboss se

2005-10-12 Thread Lviz
hi varigonda

i remember something...
about older jboss versions using the the standard Unix /tmp directory.
and... do you have a cron job every 10 days that clears the /tmp directory?

hth

cheers
L

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900578


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Resolving external dtd's behind firewall- web service de

2005-08-31 Thread Lviz
hi again, me again.

found something,...

worth a try


  | basic authentication - direct and via proxy
  | 
  | The HTTP client invoker also has support for BASIC authentication for both 
proxied and non-proxied invocations. For proxied invocations, the following 
properties need to be set:
  | 
  | http.proxy.username
  | http.proxy.password
  | 
  | For non-proxied invocations, the following properties need to be set:
  | 
  | http.basic.username
  | http.basic.password
  | 

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

L

View the original post : 
http://locahost:8080/index.html?module=bb&op=viewtopic&p=3892422#3892422

Reply to the post : 
http://locahost:8080/index.html?module=bb&op=posting&mode=reply&p=3892422


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Resolving external dtd's behind firewall- web service de

2005-08-30 Thread Lviz
hi
uhmmm user auth ??
no clue
look here..
http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892243


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Resolving external dtd's behind firewall- web service de

2005-08-30 Thread Lviz
hi
try this
in /server.../deploy/properties-service.xml


  | 
  | 
  | http.proxySet=true
  | http.proxyHost=..xxx.xxx
  | http.proxyPort=
  | 
  | 
  | 
  | 
cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3892219


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Problem with Euro and Yen currency characters

2005-07-05 Thread Lviz
hi

1: 
how do you export into an excel sheet?

2: 
if you write a simple text file with the same application is the euro and yen 
character in the text file?

3:
simple code to read a file with euro and umlauts

  | public String readISO8859Message(String filename) {
  | 
  | String fileStore = new String();
  | Charset charset = Charset.forName("ISO-8859-1");
  | //Charset charset = Charset.forName("ISO-8859-15");
  | CharsetDecoder decoder = charset.newDecoder();
  | CharsetEncoder encoder = charset.newEncoder();
  | 
  | try {
  | 
  | FileChannel inCh = (new 
FileInputStream(filename)).getChannel();
  | int size = (int) inCh.size();
  | 
  | //log.debug("Filesize: " + size);
  | 
  | ByteBuffer buf = ByteBuffer.allocate(size);
  | CharBuffer cbuf = CharBuffer.allocate(size);
  | inCh.read(buf);
  | buf.rewind();
  | decoder.decode(buf, cbuf, false);
  | cbuf.flip();
  | cbuf.rewind();
  | fileStore = cbuf.toString();
  | inCh.close();
  | 
  | 
  | } catch (Exception ex) {
  | //log.error(ex.toString());
  | 
  | }
  | 
  | return fileStore;
  | }
  | 

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883693


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - a way to find a Clustered StatefulSessionBean with its sessi

2005-05-13 Thread Lviz
hello list.

is there a way to find a Clustered StatefulSessionBean with its session id?

eg. all i have is the session id as a string from a servlet.

any hints welcome ;)

cheers
lviz

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877671


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Two JBoss Instance

2005-03-04 Thread Lviz
hi

this is what you looking for:
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59317

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868819


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Error in jboss_init_redhat.sh

2005-03-04 Thread Lviz
hi aromerolirio

in jboss_init_redhat.sh
just add to:

  | CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown 
--server=localhost:2013"
  | 

cheers
L




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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868683


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Critcal and peculiar problem- Help needed

2005-03-04 Thread Lviz
"Lviz" wrote : hi rizwan
  | 
  | start/install jboss as a service.
  | 
  | 
http://docs.jboss.org/jbossas/getting_started/startguide40/install.html#d0e170
  | 
  | cheers
  | L

you can download javaservice here:

http://javaservice.objectweb.org/

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868797


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Critcal and peculiar problem- Help needed

2005-03-04 Thread Lviz
hi rizwan

start/install jboss as a service.

http://docs.jboss.org/jbossas/getting_started/startguide40/install.html#d0e170

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868793


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread Lviz
hi

ok...
as in my first post ;)

lets say your cart servlet (or whatever) has created the SFSB
lets call it cartBean
now you get the Handle of the bean with..

javax.ejb.Handle carthandle = cartBean.getHandle()

now transport the "carthandle" to the "other application"
in the "other application" do
Cartbean cartBean = (Cartbean) carthandle.getEJBObject();
and voila...

you can even make a string from the handle (handlestring=carthandle.toString())
and pass it thru session,urlparameter,read it from entity bean

and with
javax.ejb.Handle carthandle =(Handle) handlestring;
Cartbean cartBean = (Cartbean) carthandle.getEJBObject();

you will get the already created Bean in the other application.
(afaik this works only if the bean is in the same server)

afaik it should also works with the remote home (hajndi) if the bean is on 
another server


sorry for the confusion..
i am not  good in explaining things *smiles*

cheers
L









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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864705


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread Lviz
hello again

when the other application knows nothing about the cart (or many carts..)
and could not be invoked by the cart.

the cart could store the info of his SFSB in an entity bean in the database?
the "other application" could query the entity bean and find the already 
created SFSB's

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864692


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss causes performance-problems

2005-02-01 Thread Lviz
phew !;

if i had that info about several instance of jboss on one machine running fine
and just one going crazy in your first post... ;)

did you try to shut down the bad (empty) instance (make a backup, delete the 
files) and copy the working (equal) instance over the bad one (you have to 
change the ports!) and start again ?


cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864653


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss causes performance-problems

2005-02-01 Thread Lviz
hello

tuning java for performance..

http://java.sun.com/docs/performance/


i did not mean solaris is the reason ;)
(the java version for solaris could be a reason)

did the performance/memory leaks appear from beginning ?

i can remember something about damaged jars, ears,.. and problems with
scanner thread.

is this the only instance of jboss on your machine?

maybe you would like to install a second(newer) jboss instance on you machine 
for testing.

i know how hard it can be to track down such things..
(we use jboss in a cluster with load balancing.. blabla...)

cheers
L




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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864612


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss causes performance-problems

2005-02-01 Thread Lviz
hi again

afaik there where some memory leaks reported in 3.2.3
can't remember exactly (i thought they had todo with redeployment..)
anyway..
have you ever tried to upgrade the jboss-version ?
just to get it clear if it is jboss and not the solaris java version.
btw:
which java 1.4.2_??

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864587


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBoss causes performance-problems

2005-02-01 Thread Lviz
hi

huh?
(hardware ?)
os?
javaversion?
jbossversion?

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864552


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread Lviz
hi dsouza, a quick solution?!

you could get the beanhandle and pass it to the servlet and call
beanhandle.getEJBObject().
...
javax.ejb.Handle carthandle = cartBean.getHandle()

put it into the session -> ...

on the other side (servlet)

javax.ejb.Handle carthandle = (Handle) session.getAttribute(.
Cartbean cartBean = (Cartbean) carthandle.getEJBObject();

my 2 cents...
cheers
L







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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864523


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread Lviz
hi again endre

glad to hear you did it!

i hope you did not change the ports by "hand"?

you just have to edit the jboss-service.xml on the second instance.


  | 
  |  ports-01
  |  ../docs/examples/binding-manager/sample-bindings.xml
  |  
  |org.jboss.services.binding.XMLServicesStoreFactory
  |  
  |
  | 

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863789


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread Lviz
hi again endre

glad to hear you did it!

i hope you did not change the ports by "hand"?

you just have to edit the jboss-service.xml on the second instance.


  | 
  |  ports-01
  |  ../docs/examples/binding-manager/sample-bindings.xml
  |  
  |org.jboss.services.binding.XMLServicesStoreFactory
  |  
  |
  | 

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863761


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread Lviz
hi endre
yes 
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863701


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem of performance with large tables

2005-01-26 Thread Lviz
hi again ;)

the index thing (like %abd%, drops the index) is the same for mysql !


[url]
http://dev.mysql.com/doc/mysql/en/mysql-indexes.html
[/url]

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863698


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem of performance with large tables

2005-01-25 Thread Lviz
hi prothee

afaik (with oracle db)

a like with abd% uses the index
a like with %abd% drops the index and does a full table scan.

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863627


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Problem with mod_jk 1.2

2005-01-13 Thread Lviz
hi pergesu

did you compile mod_jk yourself ?
or are you using a "binary" version ?

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861957


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Installing JBoss on Linux via service

2005-01-04 Thread Lviz
hi gerald

ifaik the init_redhat script sets $JAVA to /usr/local/jdk.

we had also some problems with jboss initscripts, try to print out all
$JAVA_HOME, $JBOSS_HOME from the initscript.

there is also a run.conf in jboss/bin/ , 
run.sh reads the run.conf where you can set some of the $JBOSS_HOME..

hth
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860554


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Cannot lookup after restart server

2004-12-28 Thread Lviz
hi lvhuyen
anonymous wrote : Sorry for the annoyance I've made. no problem here ;)

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860002


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Cannot lookup after restart server

2004-12-27 Thread Lviz
hi again 
[back from weekend]
can you please explain how your beans are packaged, on both servers?
the include statements of the beanA.

cheers
L


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859925


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Cannot lookup after restart server

2004-12-24 Thread Lviz
 hello lvhuyen
this may help..

http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859813


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 4.0 and Struts integartion failed

2004-11-05 Thread Lviz
hi
anonymous wrote : 
  | 
  | com.company.struts.forms.LoginForm not found exception. 
  | 
  | 

could it be..
anonymous wrote : 
  |  
  | .^^^
  | 

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854095


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Jboss - MS SQLSERVER2000 configuration problem

2004-11-05 Thread Lviz
hi
here is our mssql-ds.xml

  | 
  |   
  | MSSQLDS
  | 
jdbc:microsoft:sqlserver://sqlsrv.domain.me:1433;DatabaseName=db;SelectMethod=Cursor
  | com.microsoft.jdbc.sqlserver.SQLServerDriver
  | user
  | pass
  | 
  | 
  | 
  | 0
  | 10
  | 5000
  | 5
  | 
  |   
  | 
  | 
  | 

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854050


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Apache 2.0.52 - JBoss 4.0 RewriteRule problem

2004-11-04 Thread Lviz
hi again

some other :) idea
#log verbose
RewriteLog /var/log/https_rewrite_log
RewriteLogLevel 9
###
RewriteRule (.*)\.xml$ cocoon/mysite/%{REQUEST_URI} [P] 

ok thats it for today :)

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853930


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Apache 2.0.52 - JBoss 4.0 RewriteRule problem

2004-11-04 Thread Lviz
ups...

i just remeber the eg. in tomcat server.xml

  | 
  | 
cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853923


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Apache 2.0.52 - JBoss 4.0 RewriteRule problem

2004-11-04 Thread Lviz
hi andrew

are you serving other things (static html...) from your root
http://www.mysite.com/ ? or just cocoon.

we did some things with mod_proxy... like

#ProxyRequests On
#ProxyPreserveHost On

#ProxyPass /test http://localhost:8080/foobar
#ProxyPassReverse /test http://localhost:8080/foobar
#ProxyPass / http://localhost:8080/bla
#ProxyPassReverse / http://localhost:8080/bla

and...
i just remeber the eg. in tomcat server.xml


cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853922


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Apache 2.0.52 - JBoss 4.0 RewriteRule problem

2004-11-04 Thread Lviz
hi 
have you tried it without Proxy[P]
eg:
RewriteRule (.*)\.xml$ cocoon/mysite/$1.xml

or:
RewriteRule (.*)\.xml$  http://%{SERVER_NAME}/cocoon/mysite/$1.xml

just a shot from the hip :)

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853868


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: make a jsp runnin' on https

2004-10-27 Thread Lviz
hi

yea i think you can do it without apache...
http://www.jguru.com/faq/view.jsp?EID=748030

for redirect with no logon take a look...
[url]http://struts.application-servers.com/[url]
we use struts layout with all of our jsp's


it will take some time to prepare an example... and i am busy right now

email me:
lothar.egger at spamcop.net

cheers
L[/url]

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852899


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: make a jsp runnin' on https

2004-10-22 Thread Lviz
hi kburn

absolutly clear ;)

we do this... but

we have apache in front of jboss/tomcat using the rewrite module

we use struts, struts-layout for the jsp redirect...

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852321


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: setting up jk module. Where's mistake?

2004-10-22 Thread Lviz
hi mi1291
looks like there is something missing...

here is our workers2.properties file, it is for two jboss instances.. 8008,18009

activate the debug statements the file logger and the log level debug

  | [logger]
  | level=INFO
  | 
  | [config:]
  | file=/etc/apache2/conf/workers2.properties
  | debug=0
  | debugEnv=0
  | 
  | [uriMap:]
  | info=Maps the requests. Options: debug
  | debug=0
  | 
  | # Alternate file logger
  | [logger.file:0]
  | level=INFO
  | file=/etc/apache2/logs/jk2.log
  | 
  | [shm:]
  | info=Scoreboard. Required for reconfiguration and status with multiprocess servers
  | file=/var/run/jk2.shm
  | size=100
  | debug=0
  | disabled=0
  | 
  | [workerEnv:]
  | info=Global server options
  | timing=1
  | debug=0
  | # Default Native Logger (apache2 or win32 ) 
  | # can be overriden to a file logger, useful 
  | # when tracing win32 related issues
  | #logger=logger.file:0
  | 
  | 
  | [channel.socket:localhost:8009]
  | info=Ajp13 forwarding over socket
  | debug=0
  | tomcatId=localhost:8009
  | 
  | [channel.socket:localhost:18009]
  | info=Ajp13 forwarding over socket
  | debug=0
  | tomcatId=localhost:18009
  | 
  | [ajp13.localhost:18009]
  | channel=channel.socket:localhost:18009
  | group=ajp13.localhost:18009
  | 
  | [ajp13.localhost:8009]
  | channel=channel.socket:localhost:8009
  | group=ajp13.localhost:8009
  | 
  | #[channel.socket:localhost:8019]
  | #info=A second tomcat instance. 
  | #debug=0
  | #tomcatId=localhost:8019
  | #lb_factor=1
  | #group=lb
  | #group=lb_1
  | #disabled=0
  | 
  | #[channel.un:/var/run/jk2.socket]
  | #info=A second channel connecting to localhost:8019 via unix socket
  | #tomcatId=localhost:8019
  | #lb_factor=1
  | #debug=0
  | 
  | 
  | [status:]
  | info=Status worker, displays runtime informations
  | 
  | 
  | 
  | #[uri:127.0.0.1:8003]
  | #info=Example virtual host. Make sure myVirtualHost is in /etc/hosts to test it
  | #alias=myVirtualHost:8003
  | 
  | #[uri:127.0.0.1:8003/ex]
  | #info=Example webapp in the virtual host. It'll go to lb_1 ( i.e. localhost:8019 )
  | #context=/ex
  | #group=lb_1
  | 
  | #example uri mapping [add your own]
  | [uri:/jboss1/*]
  | debug=0
  | group=ajp13:localhost:8009
  | 
  | [uri:/jboss2/*]
  | debug=0
  | group=ajp13:localhost:18009
  | 
  | 

hope that helps
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852303


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: setting up jk module. Where's mistake?

2004-10-21 Thread Lviz
hi 
post your workers2.properties file too.

cheers
Lviz

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852167


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: request.getSession() somtime return null

2004-10-14 Thread Lviz
hi
a call to request.getSession() returns ...:

Returns the current HttpSession associated with this request or, if there is NO 
current session returns null. 

a call to request.getSession(true) returns ...:

Returns the current HttpSession associated with this request or, if there is no 
current session and create is "true", returns a new session.

is that what you are lookung for :)

cheers
L


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851419


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: entering German

2004-10-13 Thread Lviz
hi jim
thank you for the link to theserverside.

i followed the link and stumbled across the post from "Dilshad Salim"

and i looked at our pages:

we also have a meta-tag in every page:

  | 
  | 

cheers
Lothar

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851307


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: entering German

2004-10-13 Thread Lviz
hello peter hello jim

we don't have any probs with umlauts..
in jsp's we use:

  | <%@ page contentType="text/html;charset=ISO-8859-15" language="java" %>
  | 

and we changed the run.sh to:

  | export LANG="[EMAIL PROTECTED]"
  | export LC_ALL="[EMAIL PROTECTED]"
  | 

cheers
lothar

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851269


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Struts resources, not found in classpath

2004-10-08 Thread Lviz
hi Lindsay

there is an entry in struts-config.xml

"Message Resources Definitions"
i think that what you looking for?!

if your ApplicationResources/MessageResources
are in WEB-INF/Classes/resources/MessageResources.properties

add


and it should work.

cheers
lothar

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850732


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.RC1 and Installing Struts 1.2.4

2004-09-22 Thread Lviz
hello BoomerangThree

just use a war, put the jar's in WEB-INF/lib
do all the necessary config for struts, thats it.

cheers
lothar

btw:
we use struts-1.2.4/ Struts-Layout with JB 3.2.5 and JB4.0

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849101


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: disable jk logging

2004-09-17 Thread Lviz
hello chlabreu

insert into your log4j.xml


  | 
  | 
  | 
  |
  |  
  |
  |   
  |
  |  
  |
  | 

this should do the job.
cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848566


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: isolate war deployment

2004-09-15 Thread Lviz
hi metadjer

maybe that helps ...
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845983#3845983
or
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844915#3844915

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848294


---
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread Lviz
hi Saurabh

reading the doc would help ;)
http://docs.jboss.org/admin-devel/Chap2.html#0_36191
look for jboss-app ;)
To enable an EAR specific loader repository, you need to create a 
META-INF/jboss-app.xml.


try to split up your ds config.
eg:
mySqldbfms-ds.xml, mySqldbpos-ds.xml

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845983


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread Lviz
hiho

maybe this is what you looking for:
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845976


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread Lviz
hello

take a look at this thread
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844915#3844915

especially 
UseJBossWebLoader:

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845970


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-12 Thread Lviz
hi randahl

we use "struts 1.2.1"

UseJBossWebLoader: A flag indicating if the class loader used by Tomcat as the web 
application class loader is a JBoss unified class loader. The default is true, and 
this means that the classes available in the war inside of the WEB-INF/classes and 
WEB-INF/jars are incorporated into the default shared class loader repository 
described in chapter 2. This may not be what you want as its contrary to the default 
servlet 3.2 class loading model and can result in sharing of classes/resources between 
web applications. You can disable this by setting this attribute to false.


different struts versions in wars,ears... what a mess ;)
... we had problems with sharing struts things between apps, so we used
UseJBossWebLoader "false".



we use the "all" configuration ..
you have to restart jboss if you change the UseJBossWebLoader..
clean the tmp and work directory after shutdown..

cheers
L


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844915


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-10 Thread Lviz
hi randahl

yes, some ideas ;)

be ABSOLUT sure that all your apps use the SAME struts version

you can try to use the tomcat specific class loader..
(that may help !?)
edit: /deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml

false

I/we had several problems with several struts/jboss versions

i use jboss3.2.5 and struts 1.2.1 and struts-layout-latest and Tomcat Webloader.
everything works fine now.

cheers
L



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844675


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Increasing Memory for JBoss on Solaris

2004-07-14 Thread Lviz
hi BK

in the "bin" folder is file "run.conf" there you can edit the JAVA VM options
to pass ...

cheers
lviz

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842057


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: How to change port?

2004-07-08 Thread Lviz
hello Lisa

just a shot in the dark.
maybe you are running a webserver listening on port 80 on your box?

try something like 18080

cheers
lothar

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841372


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: German (other UNICODE chars) umlauts

2004-05-26 Thread Lviz
hi innovate

we had some problems too with german umlauts

its worth a try

edit your run.bat/run.sh

try to set/export 

LANG="[EMAIL PROTECTED]"
LC_ALL="[EMAIL PROTECTED]"

hope it helps
cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836236



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Sudden Stopping

2004-05-19 Thread Lviz
hi marco

there was a problem with older versions of jboss "using /tmp"
as temporary for deployment.
and redhat cronjobs clean up the /tmp dir

but this isn't true anymore
3.2.3 should use server/*yourconf*/tmp

just a shot in the dark... the cron jobs ?

cheers
lviz

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835534


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: application on Xeon Dual CPU

2004-05-17 Thread Lviz
from sun java hotspot performance faq..


My program isn't scaling with the number of processors.

Scaling problems could be a multitude of things. First, your application may not be 
written in a scalable manner (if you use a lot of synchronization, for one example, or 
if you have only one thread, as another). It may also be that you are utilizing OS 
system resources which are not scalable. Finally, if you have many threads, it may be 
that garbage collection is getting in the way. Garbage collection in HotSpot is single 
threaded (a concurrent and parallel garbage collector will be available in version 
1.5) which means that your Java threads must be suspended for each one. First, make 
sure your application isn't doing its own garbage collection via a "System.gc()" 
explicit call. This used to be a popular style when generational garbage collectors 
didn't exist (the 1.x versions of Java at Sun) but should no longer be necessary. 
Next, turn on -verbose:gc to view and time the collections. This will help determine 
if garbage collection is the problem. If it is, check out the question on pause times 
above to help with garbage collection issues. See also Tuning Garbage Collection with 
the 1.3.1 Java Virtual Machine.

The threading model used by the VM may be a problem. The Solaris threading model uses 
a many to many mapping of Java threads to OS threads. In other words, a single Java 
thread may be mapped to different OS threads during its lifetime, and any given OS 
thread may have more than Java thread.

You can try reducing the variability by using -XX:+UseBoundThreads. This will map the 
Java thread to a particular Solaris LWP (this option is not available on 
Windows/Linux).

One can also attempt, if on Solaris 8, to use the alternate libthread in /usr/lib/lwp 
/usr/lib/lwp/libthread.so will switch to a one level thread model. This disallows user 
level scheduling, as only the kernel will schedule the thread. If the thread blocks on 
a mutex, the LWP will block in the kernel. In general if there is high lock contention 
then the standard libthread will work better than the alternate libthread as the 
alternate libthread's operations are heavier weight. 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835165


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id%62&alloc_ida84&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: application on Xeon Dual CPU

2004-05-17 Thread Lviz
hi
depends on your os and your vm.

os?
vm?

cheers
L


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835162


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: application on Xeon Dual CPU

2004-05-16 Thread Lviz
start a second java-vm/jboss
and it will use the other 50% of you dual machine.

L



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835134


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: application on Xeon Dual CPU

2004-05-16 Thread Lviz
hello zhangj

java uses only one cpu on the dual machine so if
it shows 50%; 1 cpu runs on 100%.

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835133


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk2 version

2004-05-10 Thread Lviz
hello f2racer

in server/*yourconfig*/deploy/jbossweb-tomcat*/META-IF/jboss-service.xml

add tomcatAuthentication="false" to your
apj13 connector

eg.

  | 
  |  
  | 

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834240


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Re: run jboss in debug mode

2004-05-06 Thread Lviz
hello Saroj

by debug mode do you mean:

debug output ?
you may configure your output to cosole/log in
conf/log4j.xml

attach a debugger to a runnig jboss?
you may configure the JPDA settings in
bin/run.conf
restart jboss
then attach your debugger to the address/port

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833877


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk2 version

2004-04-21 Thread Lviz
we use 
4 Boxes with
Apache/2.0.49 (Gentoo/Linux) mod_ssl/2.0.49 OpenSSL/0.9.7d mod_jk2/2.0.4 
jboss-3.2.4RC2 from cvs

behind 2 LVS loadbalancers.

everything works as expected :)

what kind of problems do you have ?

cheers
L

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831716


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Struts: 2 mal die selbe Appl. deployed, Probleme ...

2004-04-20 Thread Lviz
hello christian

afaik...

2 ears  
ApplikationLife.ear, ApplikationTest.ear

add a jboss-app.xml file to the meta-inf directory


AppLife:loader=ApplikationLife.ear



AppTest:loader=ApplikationTest.ear


cheers
L
btw: try to google with [jboss loader repository]

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831581


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBOSS hangs after contineous running for about 2 weeks

2004-04-05 Thread Lviz
hi Richard

afiak ... does your version of jboss use the /tmp as temporary folder?
and does your linux version has a cron job cleaning the /tmp folder every ~14 days?

just a shot in the dark

cheers
lothar

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829250


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: requred basic properties for clustering with jboss-3.2.

2004-03-08 Thread Lviz
hi suresh

for session clustering start jboss with -c all

store workers.properties in the apache conf dir.

cheers
lothar


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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824681>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user