[
https://issues.apache.org/jira/browse/JSPWIKI-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794460#action_12794460
]
Harry Metske commented on JSPWIKI-620:
--------------------------------------
Well yes, the war-tomcat task creates a JSPWiki-tomcat.war that has all jsp's
compiled into jsp.jar, and also creates the necessary statements in web.xml.
However, after
* changing the jspwiki.properties (pagedir and attachmentdir)
* running the Installer
* recycling tomcat
I also get a blank screen when trying to access the JSPWiki webapp, the log
shows the following messages :
==> /tmp/jspwiki.log <==
2009-12-24 17:55:32,354 [http-8080-1] INFO com.ecyrd.jspwiki.ui.TemplateManager
JSPWiki:/JSPWiki/ JSPWiki:http://localhost:8080/JSPWiki/ - Final name =
ViewTemplate.jsp
2009-12-24 17:55:32,355 [http-8080-1] FATAL
com.ecyrd.jspwiki.ui.TemplateManager JSPWiki:/JSPWiki/
JSPWiki:http://localhost:8080/JSPWiki/ - findJSP() was asked to find a null
template or name (default,null). JSP page '/JSPWiki/'
So there is something going wrong here, I have to find out what the intended
behavior is (or somebody else can just tell it from the top of the head....)
> templates not copied
> --------------------
>
> Key: JSPWIKI-620
> URL: https://issues.apache.org/jira/browse/JSPWIKI-620
> Project: JSPWiki
> Issue Type: Bug
> Components: Servlet Container/Java compatibility
> Affects Versions: 2.8.3
> Environment: Debian linux, ant 1.7.1, tomcat 6.0.20
> Reporter: Rolf Schumacher
>
> What I did:
> checked out branch 2.8.3 or downloaded source distribution from jspwiki.org,
> built with "ant war" or "ant war-tomcat", unjared to webapps location,
> configuration page is handled properly, restart tomcat, entered
> http://localhost:8080/JSPWiki.
> What I expected:
> to see the Main.txt page
> What I got:
> a blank window
> Workaround:
> manually copied all jsp pages from webdocs/templates/default of the source
> distribution to tomcat/webapps/JSPWiki/templates/default inclunding
> subdirectories.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.