[JBoss-user] [Clustering/JBoss] - Re: Changing Ports (two nodes, same machine, 4.0.4)

2006-07-10 Thread burakbayramli
Just looked, bindingservice-plugin.jar was not in the JBoss 4.0.4 installation. 

How should I install JBoss in order to get this jar? Or should I deploy this 
file manually (through Ant) from my project's development lib directory? Either 
way is fine, I just want to know the right method. 

Thanks, 

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

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


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


[JBoss-user] [Clustering/JBoss] - Changing Ports (two nodes, same machine, 4.0.4)

2006-07-07 Thread burakbayramli
Hi, in order to test a cluster on the same machine, on 4.0.1, I used to be able 
to create several copies of server/all folder, and change jboss-service.xml 
inside those folders to contain references to ports-01, 02, etc and start 
server with -c node1, node2.

This seems to have been changed, bcz now I get this error when I use the same 
technique. 


  | 13:03:35,084 ERROR [MainDeployer] Could not create deployment: 
file:/C:/devprogs
  | /jboss-4.0.4.GA-clustered/server/node1/conf/jboss-service.xml
  | org.jboss.deployment.DeploymentException: No ClassLoaders found for: 
org.jboss.services.binding.ServiceBindingManager; - nested throwable: 
(java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.services.binding.ServiceBindingManager)
  | 

I looked inside the 4.0.4 jars, and could not find any ServiceBindingManager 
class. The JBoss AS Guide for 4.0.4 still recommends the old technique; Has 
something changed but not reflected in the docs? 

Any help would be appreciated, 

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

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

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


[JBoss-user] [Clustering/JBoss] - Re: Changing Ports (two nodes, same machine, 4.0.4)

2006-07-07 Thread burakbayramli
The JBoss installation was done using java -jar jems-installer-1.2.0.BETA.jar 
and selecting ejb3-clustered profile.

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

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

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


[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-18 Thread burakbayramli
That was the problem! 

I like to keep all jars in one directory; And the jboss-seam.jar was used both 
under .ear and under web-inf/lib for this reason. 

Selectively including the jars (instead of *) needed for the ear inside Ant 
build.xml does the trick; 

zipfileset id=example.war.webinf.lib prefix=WEB-INF/lib 
dir=../../lib/seam
  | include name=el-api.jar/
  | include name=el-ri.jar/
  | include name=jboss-seam-debug.jar/
  | include name=jboss-seam-ui.jar/
  | include name=jsf-facelets.jar/
  |   /zipfileset

Thanks! 


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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - seam component not found

2006-06-17 Thread burakbayramli
I am trying to get a simple create scenario working; Somehow my Pojo is not 
being injected into the Action. Also it seems the Action is not called by the 
button press. Any help would be appreciated. 

The code (very small, 16KB) is at 

http://www.bilgidata.com/downloads/SeamHibSimple.zip

The log shows; 


  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
resolving name: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.Component] seam component not 
found: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
resolving name: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.Component] seam component not 
found: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
could not resolve name
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
could not resolve name
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
resolving name: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.Component] seam component not 
found: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
resolving name: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.Component] seam component not 
found: car
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
could not resolve name
  | 2006-06-17 10:38:31,195 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] 
could not resolve name
  | 2006-06-17 10:38:31,205 INFO  
[org.apache.myfaces.shared_impl.config.MyfacesConfig] No context init parameter 
'org.apache.myfaces.PRETTY_HTML' found, using default value true
  | 2006-06-17 10:38:31,205 INFO  
[org.apache.myfaces.shared_impl.config.MyfacesConfig] No context init parameter 
'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
  | 2006-06-17 10:38:31,205 INFO  
[org.apache.myfaces.shared_impl.config.MyfacesConfig] Tomahawk jar not 
available. Autoscrolling, DetectJavascript, AddResourceClass and 
CheckExtensionsFilter are disabled now.
  | 2006-06-17 10:38:31,225 DEBUG [org.jboss.seam.core.Manager] Discarding 
conversation state: 1
  | 2006-06-17 10:38:31,225 DEBUG [org.jboss.seam.contexts.Lifecycle] flushing 
page context
  | 2006-06-17 10:38:31,225 DEBUG [org.jboss.seam.core.Manager] Discarding 
conversation state: 1
  | 2006-06-17 10:38:31,225 DEBUG [org.jboss.seam.contexts.Lifecycle] flushing 
page context
  | 2006-06-17 10:38:31,335 DEBUG [org.jboss.seam.contexts.Lifecycle] After 
render response, destroying contexts
  | 2006-06-17 10:38:31,335 DEBUG [org.jboss.seam.contexts.Lifecycle] 
destroying event context
  | 2006-06-17 10:38:31,335 DEBUG [org.jboss.seam.contexts.Contexts] 
destroying: org.jboss.seam.core.manager
  | 2006-06-17 10:38:31,335 DEBUG [org.jboss.seam.contexts.Lifecycle] 
destroying conversation context
  | 2006-06-17 10:38:31,335 DEBUG [org.jboss.seam.contexts.Contexts] 
destroying: facesMessages
  | 2006-06-17 10:38:31,335 DEBUG [org.jboss.seam.contexts.Lifecycle] flushing 
server-side conversation context
  | 2006-06-17 10:38:31,335 DEBUG [org.jboss.seam.contexts.Lifecycle]  End 
web request
  | 

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-17 Thread burakbayramli
BTW: The demo applications worked fine for me without any problems.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam component not found

2006-06-17 Thread burakbayramli
Startup messages in zipped format can be found below; 

http://www.bilgidata.com/downloads/server.zip

Thanks, 

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Monitoring Script Example

2005-08-19 Thread burakbayramli
There is open source GUI tool JmxMonitor for watching JMX MBeans remotely; You 
can set threshold values which are watched for violation, if any are, e-mails 
sent out, GUI displays the alerts, etc. 

The code uses the adaptor pattern to connect to a JMX Server, so it can also 
work with a socket adaptor, file adaptor.

http://jmxmonitor.sourceforge.net

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

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


---
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] [Clustering/JBoss] - Looking up EJB using multicast, HA-JNDI

2005-08-09 Thread burakbayramli
Hello, 

I have setup an EJB cluster consisting of two nodes running on a Linux machine 
(using ports-01 and ports-02). My problem is retrieving an EJB from a third JVM 
(same machine) using HA-JNDI (multicast method). I've read JBossClustering.pdf 
doc, it says if you want to use multicast JNDI lookup, use empty 
Context.PROVIDER_URL. So I did this: 


  | Properties p = new Properties();
  | p.put(Context.INITIAL_CONTEXT_FACTORY,
  |   org.jnp.interfaces.NamingContextFactory);
  | p.put(Context.URL_PKG_PREFIXES, jboss.naming:org.jnp.interfaces);
  | p.put(Context.PROVIDER_URL, ); 
  | 

Using this method, I got this result: 


  | 12:50:53,474 ERROR [STDERR] javax.naming.NameNotFoundException: ejb not 
bound
  | 12:50:53,475 ERROR [STDERR] at 
org.jnp.server.NamingServer.getBinding(Naming
  | Server.java:491)
  | 

EJB  is bound though, because if I change JNDI port to localhost:1199, things 
work just fine. 

I am running JBoss 4.0.1 on SuSe Linux 8, JDK 1.4.2

Any help would be appreciated. 

Thanks,  


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

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


---
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] [Clustering/JBoss] - Stickiness and load balancing does not work at the same time

2005-08-06 Thread burakbayramli
Hello, based on the info from Wiki and some other resources, I was able to 
setup Apache -- mod_jk -- JBoss 4.0.1 using single node. However I had 
problems with clustering. It seems that, I can only use sticky behavior, or 
load balancing, not both at the same time. 

When I changed my workers.properties file to:


  | worker.node2.port=8109
  | worker.node2.host=localhost
  | worker.node2.type=ajp13
  | worker.node2.lbfactor=100
  | worker.node2.local_worker=1
  | 
  | worker.node1.port=8209
  | worker.node1.host=localhost
  | worker.node1.type=ajp13
  | worker.node1.lbfactor=100
  | worker.node1.local_worker=1
  | 
  | worker.loadbalancer.type=lb
  | worker.loadbalancer.balanced_workers=node2,node1
  | worker.loadbalancer.sticky_session=1
  | worker.loadbalancer.local_worker_only=1
  | 

JMeter load tests keep going to the same server. One node is not utilized at 
all, it is as if the second node (whichever node is listed last in the 
worker.loadbalancer.balanced_worker list) does not exist.

If I comment out worker.node2.local_worker line for both nodes, then I get load 
balancing, but no session stickiness. 

I have checked the jmvRoute option in server.xml file, it looks OK. 

I am using Apache 1.3, JDK 1.4.2 and JBoss 4.0.1 running on SuSe 8. 

I've read JBossClustering.pdf document (which is for JBoss 3). 

Any help would be appreciated. 

Thanks, 



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

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


---
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] [Clustering/JBoss] - Re: Stickiness and load balancing does not work at the same

2005-08-06 Thread burakbayramli
Thanks, this worked. I had been using Apache 1.3, so I was taking some parts of 
Wiki and not others.  

To get things running, I did have to recompile both Apache 2 and mod_jk from 
sources however. If there is any need for this info on the Wiki, I can add 
them. 

Regards, 


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

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


---
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] [Performance Tuning] - High CPU Utilization While JBoss Idle

2005-03-23 Thread burakbayramli
Hi, we are observing high CPU utilization rates on JBoss 4.0.1sp1 even while 
the server is IDLE and doing nothing. The rates we see are at %40. 

We do have couple background processes, but they wake up every 30 seconds, and 
finish very quickly. An output from hprof display the performance killer is 
PlainSocketImpl.socketAccept call. Now, we use OSCache but have distributed 
caching disabled. The output is below. 

CPU SAMPLES BEGIN (total = 211354) Fri Jan 21 12:56:38 2005
rank   self  accum   count trace method
   1 74.04% 74.04%  156483   479 java.net.PlainSocketImpl.socketAccept
   2 16.46% 90.50%   34792  1363 java.net.SocketInputStream.socketRead0
   3  7.10% 97.60%   14997  1182 java.lang.System.currentTimeMillis

My question is, if you see high CPU utilization on listener type threads with 
low priority, is it possible that threads with higher priroty can still get 
their CPU share and the overall system can still perform acceptably? Would 
socketAccept() be one of those methods/classes? If not, which JBoss subsystem 
could be using this call?

We use JMS/queuesMDBs, have Hibernate 3.0 with OSCache.

Regards, 



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

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Browsing Remote MBeans - Some Missing!

2005-03-11 Thread burakbayramli
Hi, I am writing an open source tool to watch and define alerts on MBeans and 
their attributes. For this, I need to be able to see all MBeans. I used to 
method below, and I am getting most of the MBeans, but not all. Especially the 
ones I registered using 

ObjectName name = new  ObjectName(MyApp:type=MyStats);
mbeanServer.registerMBean(stats, name);

.. are nowhere to be seen. 

Any ideas? Thanks in advance. 

-

private InitialContext getContext(String serverUrl)
{
Properties props = new Properties();
props.put(Context.INITIAL_CONTEXT_FACTORY, 
 org.jnp.interfaces.NamingContextFactory);
props.put(Context.URL_PKG_PREFIXES,
org.jboss.naming:org.jnp.interfaces); 
props.put(Context.PROVIDER_URL, serverUrl);
InitialContext ic = new InitialContext(props);
return ic;
 }


public void connect(Machine machine)  {
try {
this.machine = machine;
InitialContext ic = getContext(machine.getId().getIp());
server = (RMIAdaptor) ic.lookup(jmx/rmi/RMIAdaptor);
} catch (Exception e) {
throw new RuntimeException (exception);
}
}

public Map retrieveAllObjectNames() throws Exception {

for (Object o : server.queryNames(new ObjectName(*:*), null)) {
String nameString = o.toString(); 
ObjectName name = new ObjectName(nameString);
   
try {
MBeanInfo info = server.getMBeanInfo(name);
Map values = new HashMap();
for(MBeanAttributeInfo currInfo : info.getAttributes())
{
 ...
}
...
 }
  



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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Browsing Remote MBeans - Some Missing!

2005-03-11 Thread burakbayramli
Actually the snippets are from server and client side, respectively. So they 
are running in the right place. The registration code runs under JBoss, the 
client code is another machine. 

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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Browsing Remote MBeans - Some Missing!

2005-03-11 Thread burakbayramli
And also, the output I seem to get comes from localhost, not the remove server 
I am trying to connect.  This API behaves little odd; Is there a way around 
this? 

Thanks, 

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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Browsing Remote MBeans - Some Missing!

2005-03-11 Thread burakbayramli
Yes, I do see my MBeans through jmx-console. 

I also read the links you posted, and I changed the code to:

InitialContext ic = getContext(192.168.43.75:1099);
server = (MBeanServerConnection) ic.lookup(jmx/invoker/RMIAdaptor);
..

I still seem to get localhost somehow. My assumption was the Context is 
received from remote host JNP port, then we lookup the necessary adaptor.

Is my getContext method wrong? 

I am on JBoss 4.0.1. 

Thanks again, 


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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Browsing Remote MBeans - Some Missing!

2005-03-11 Thread burakbayramli
I just upgraded to 4.0.1sp1, still the same problem. Should I apply the 
workarounds mentioned in any case? Any other ideas would be appreciated as 
well. 

Thanks, 

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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Load Balancer is Single Point of Failure?

2005-02-25 Thread burakbayramli
Thank you very much

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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Load Balancer is Single Point of Failure?

2005-02-17 Thread burakbayramli
Hi, 

We have set up a JBoss cluster for our Servlets. We also read the literature on 
load balancing that recommends using one Apache (through mod_jk2) that 
distributes load among JBoss servers. 

But this turns Apache into a single point of failure. 

We would like to have two Apache servers. Both these guys will know about 
both JBoss servers. 

Will this work? Do we need to put a DNS round robin in front of two Apache 
servers? How will session affinity work in this setup? 

Thanks, 



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

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


---
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=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - XAConnectionFactory not bound

2005-02-03 Thread burakbayramli
From a -service.xml we are calling an MBean which is responsible for getting a 
connectionfactory in the beginning of the application. The factory we were 
getting was XAConnectionFactory. 

This approach worked in JBoss 4.0.0RC1. We are having problems on JBoss 4.0.1. 
Error says XAConnectionFactory not bound. 

Any ideas? 

Thanks, 

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

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


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