| public void init() throws ServletException {
| serverUrl = LEProperties.getServerURL(); // line 49
| if (StringUtil.isEmpty(serverUrl)) {
| throw new ServletException("le.server.url property value is
missing.");
| }
| }
|
How to add the jvm arg for JBoss?
I did a search in the .war and only found one LEProperties class. Thanks for your help
thus far.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013288#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...