[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-07-25 Thread michael_lacy
We deployed the site on a couple dozen Xeon servers running Red Hat linux.  We're 
using Struts, Tiles, Hibernate, Velocity, & Spring and the performance is great.

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-07-23 Thread michael_lacy
We've worked out the major bugs and now the site is very stable and fasteven when 
we hit 15,000 concurrent users :)

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-07-16 Thread michael_lacy
it's a little rocky but it's because of database issues, not jboss

we're using a combination of jboss, tomcat, hibernate, struts, velocity, & spring and 
they are all performing very well, not to mention fast as well

once we get our DB issues straightened out, we should have a pretty stable site :)

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-07-01 Thread michael_lacy
2 weeks from today (July 15th) we will be relaunching our site, and it is built on a 
JBoss/Tomcat core.  At peak hours of the day we will be serving nearly 10,000 
concurrent users.

http://www.bolt.com

[EMAIL PROTECTED]



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

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


---
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] - does netboot really work as advertised?

2004-06-23 Thread michael_lacy
>From the documentation, it appears that you can take an existing server deployment, 
>and use it as a netboot configuration.  However, in practice, it appears that this is 
>not the case.

I've run into problems with the deployers with netboot.  Basically, everything that 
was previously deployed in folders had to be packaged up into their respective .sar, 
.war, .ear files.

Also, i've had problems with deploying WARs as well as getting JSPs to compile.

All of which worked under my local server installation.

If there are caveats to using netboot, it would be nice to know what they are...

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

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


---
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] [Management, JMX/JBoss] - JMX MBean error with netboot

2004-06-23 Thread michael_lacy
I'm trying to get a netboot deployment working and I'm getting the following startup 
error which i do not get when starting the server "normally":


  | MBeans waiting for other MBeans:
  | ObjectName: jboss.admin:service=PluginManager
  |  state: CONFIGURED
  |  I Depend On:  
jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
  | 
  |  Depends On Me:
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
  |  state: NOTYETINSTALLED
  |  I Depend On:
  |  Depends On Me:  jboss.admin:service=PluginManager
  | 

can someone point me in the right direction?

thx


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

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


---
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] [HTTPD, Servlets & JSP] - Re: MBean Error when starting Tomcat with JBoss 3.2.4

2004-06-16 Thread michael_lacy
http://jboss.org/index.html?module=bb&op=viewtopic&t=50602

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - MBean Error when starting Tomcat with JBoss 3.2.4

2004-06-08 Thread michael_lacy
Starting JBos 3.2.4 with Tomcat v.5.0.26, i get the following error:


  | 10:38:53,187 INFO  [Tomcat5] Saw org.jboss.system.server.started notification, 
starting connectors
  | 10:38:53,187 WARN  [Tomcat5] Failed to startConnectors
  | RuntimeOperationsException: null
  | Cause: java.lang.IllegalArgumentException: MBean does not contain operation 
findConnectors
  | at 
javax.management.modelmbean.ModelMBeanInfoSupport.getOperation(ModelMBeanInfoSupport.java:416)
  | at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:457)
  | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  | at org.jboss.web.tomcat.tc5.Tomcat5.startConnectors(Tomcat5.java:364)
  | at org.jboss.web.tomcat.tc5.Tomcat5.handleNotification(Tomcat5.java:394)
  | at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:138)
  | at $Proxy22.handleNotification(Unknown Source)
  | at 
javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:98)
  | at 
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:81)
  | at org.jboss.system.server.ServerImpl.sendNotification(ServerImpl.java:786)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:435)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
  | at org.jboss.Main.boot(Main.java:144)
  | at org.jboss.Main$1.run(Main.java:389)
  | at java.lang.Thread.run(Thread.java:534)
  | Caused by: java.lang.IllegalArgumentException: MBean does not contain operation 
findConnectors
  | 

any ideas?

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

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


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: error under jboss jmx-console running with tomcat 5

2004-02-12 Thread michael_lacy
View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821247#3821247

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

Agreed, where/what is the fix?  Would be nice to be able to use the jmx-console :-)


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user