[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - .war classpath issue in 4.0.3SP1

2006-04-02 Thread just_a_w
I have a .war file that works fine in 4.0.2. But when I run it in 4.0.3SP1, I get an exception: java.lang.NoClassDefFoundError: org/dom4j/xpath/DefaultXPath The dom4j-full.jar is in WEB-INF/lib (and it contains org.dom4j.xpath.DefaultXPath). And it works fine in 4.0.2. Any idea what might be

[JBoss-user] [HTTPD, Servlets & JSP] - taglibs not printing variable's values

2005-07-05 Thread just_a_w
I'm trying to use taglibs but am having some problems. I added an entry in my web.xml for the 'core' taglib (c.tld). I also added c.tld into the WEB-INF directory of my .war file and appserv-ext.jar, appserv-jstl.jar, and appserv-tags.jar (taken from the Sun app server) into JBoss' lib directo

[JBoss-user] [Management, JMX/JBoss] - OnlyOnceErrorHandler from log4j call

2005-06-14 Thread just_a_w
I'm getting the following error when starting my app-server (4.0.2). It happens when calling java.util.logging.LogManager.exists("mylogger"); What's strange is that it only happens on Linux...on WinXP it starts fine. And after the error, everything works fine - my logging with log4j works fin

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to implement an interface in a JSP

2004-07-06 Thread just_a_w
i get the same error in 3.2.5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841153#3841153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841153 --- This SF.Net em

[JBoss-user] [HTTPD, Servlets & JSP] - How to implement an interface in a JSP

2004-07-06 Thread just_a_w
I'm trying to implement an interface in a JSP as follows: <%@ page language="java" implements="my.class" %> This worked in a different J2EE app server (WLS 8.1), but I get the following exception when I try to use it in JBoss 3.2.3. org.apache.jasper.JasperException: /index.jsp(0,0) Page direct