Hi All,
We have 2 servers and they are already clustered. I want to Load balance them so that all useres will use one single URL instead of two and that in case of failover service will still be served. Can you help me guys how to do this (via a freeware software) like apache. Can anybody send me a detailed step-by step documentation or guide me to a site that helps me with that.
We have JBoss 4.0.2 and IIS 6.0
Regards,
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232949#4232949
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232949
"jaikiran" wrote : The JBossAS-5.1.0 GA which is to be released, will contain a major fix which we expect will improve the deployment time noticeably for big deployments. I'll update this thread with the details when 5.1.0 GA is out.
|
|
JBoss AS 5.1.0 GA has been released http://www.jboss.org/index.html?module=bb&op=viewtopic&t=155922. As i mentioned, it contains a major fix (in classloading) which we expect to bring in some noticeable performance improvement in the EJB3 application deployment time (especially for big deployments). Please download the AS 5.1.0 GA and try deploying your application (you do *not* have to use the EJB3 plugin because the AS contains the right version of EJB3). Please deploy the application after the entire AS has started, to get the correct numbers. Let us know if you see any improvements.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232945#4232945
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232945
Hello, it isn't the real error, because after it jboss still run. The real error is:
..
09:02:09,285 ERROR [[/HelloWorld]] Error configurando escuchador de aplicaciÃÂþn de clase org.springfr
amework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
...
so, jboss don`t find ContextLoaderListener, and this class is inside spring-web.jar library, and I have this library in my WEB-INF/lib directory. I don`t understand why jboss don`t find this class. This is my main problem. Can you help me? Thans very much, and greetings
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232943#4232943
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232943