| Author |
Problem Compiling The JSP
|
RGupta
Greenhorn
Joined: Jun 05, 2006
Posts: 11
|
|
Hi, I am trying to run my application using weblogic 8 under Redhat. While trying to run it, I get JSP compile error on the browser. I guess the uri path is not being resolved correctly in Linux for the tld files. Otherwise it works fine in tomcat. <%@ taglib prefix="c" uri="core" %> <%@ taglib prefix="fmt" uri="fmt" %> <%@ taglib prefix="spring" uri="spring" %> <%@ taglib prefix="emars" uri="app" %> <%@ taglib prefix="authz" uri="authz" %> Can anyone help me out please? slight correction the taglib defined here are <%@ taglib prefix="c" uri="/core" %> <%@ taglib prefix="fmt" uri="/fmt" %> <%@ taglib prefix="spring" uri="/spring" %> <%@ taglib prefix="emars" uri="/app" %> <%@ taglib prefix="authz" uri="/authz" %> I believe here "/" causing problem On Linux. Any help will be highly appreciated. [ June 26, 2006: Message edited by: RahulGupta ] [ June 26, 2006: Message edited by: RahulGupta ]
|
Rahul
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
"RahulGupta", you have previously been warned on one or more occasions regarding adjusting your display name to meet JavaRanch standards. This is not optional. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it prior to your next post. Be aware that accounts with invalid display names are removed. bear JavaRanch Sheriff
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
Also, please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.
|
 |
 |
|
|
subject: Problem Compiling The JSP
|
|
|