You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Chris Keilitz <ke...@gmail.com> on 2005/10/23 19:21:39 UTC

Roller 1.2 w/WebSphere

I am struggling a bit with getting Roller 1.2 to work with WebSphere Studio
Application Developer (WSAD) 5.1.0. I am hoping you can help or point me in
the right direction. If needed, I'll post back the steps to get Roller
1.2running in WSAD and send them to you for future reference. The
steps for
deployment in WSAD should be similar if not identical to WebSphere
Application Server 5.x.

I imported the Roller files into a new web project in WSAD. After importing,
WSAD is reporting a problem in resolving the taglib statements within many
of the JSPs -- ultimately residing in the taglibs.jsp file. This is the
error message:

JspTranslate: This absolute uri (http://java.sun.com/jstl/core) cannot be
resolved in either web.xml or the jar files deployed with this application.

These are the lines in the taglibs.jsp that are not resolving.

<%@ taglib uri="http://java.sun.com/jstl/core " prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt " prefix="fmt" %>

The jstl.jar and standards.jar are are packaged with the Roller application
and shouldn't be the problem. I am wondering if it might be a configuration
issue with the web.xml file. I have included it for reference.

I would appreciate anything you can do to help.

Thank you.

Chris Keilitz