It's not a secret anymore!
The moose likes JSP and the fly likes Problem Compiling The JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Problem Compiling The JSP" Watch "Problem Compiling The JSP" New topic
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
    
  13

"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
    
  13

Also, please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem Compiling The JSP
 
Similar Threads
problem when working with selectOneListbox
Spring with JSTL the expresion c:out value="${result}" not working
Spring Framework Petclinic example - tld error
Problem Using c:if
Path Resolving problem in Weblogic 8