[jboss-user] [Beginners Corner] - Re: NoSuchMethodError

shawnsmsu do-not-reply at jboss.com
Thu Feb 8 16:48:44 EST 2007


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

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



More information about the jboss-user mailing list