You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Jens Doll (JIRA)" <ji...@apache.org> on 2008/03/19 08:34:24 UTC

[jira] Commented: (JSPWIKI-186) Tomcat 5.5 SEVERE: Error filterStart

    [ https://issues.apache.org/jira/browse/JSPWIKI-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580262#action_12580262 ] 

Jens Doll commented on JSPWIKI-186:
-----------------------------------

The problem seems to be, that getRealPath("/") retrieves the path in windows, but yields null in Linux. It has also to be considered, that the servlet created from a jsp is executed somewhere else, but nut in the directory of the web site. In my own application I worked around it by creating a special jsp-parameter with the path for the Linux part.

Jens

> Tomcat 5.5 SEVERE: Error filterStart
> ------------------------------------
>
>                 Key: JSPWIKI-186
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-186
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.6.1
>         Environment: Linux Suse 10.0, Plesk, Tomcat 5.5., jdk 1.5 
>            Reporter: Jens Doll
>         Attachments: smime.p7s
>
>
> The Wiki works on Tomcat 5.5.9 under Windows, but when I upload it to the server, I get these messages and don't know, where to search..
> I first tried with jdk 1.4 and upgraded to jdk 1.6, but it did not help.
> What can be done?
> Regards
> Jens
> INFO: Starting Coyote HTTP/1.1 on http-9080
> Feb 14, 2008 9:31:30 AM org.apache.coyote.tomcat5.MapperListener registerEngine
> WARNING: Unknown default host: localhost
> Feb 14, 2008 9:31:30 AM org.apache.catalina.startup.Catalina start
> INFO: Server startup in 3886 ms
> Feb 14, 2008 10:02:38 AM org.apache.catalina.core.StandardHostDeployer start
> INFO: standardHost.start /JSPWiki
> Feb 14, 2008 10:02:40 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart
> Feb 14, 2008 10:02:40 AM org.apache.catalina.core.StandardContext start
> SEVERE: Context startup failed due to previous errors

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.