I'm trying to work out the install process for getting JSPWiki to
install with GoDaddy hosted servers.
I started the process off by getting the account, and putting
JSPWiki.war in the root directory.
On the 1 AM restart, the war file was "exploded" and the files were
created in a directory called JSPWiki.
On a browser request for Wiki.jsp I get:
org.apache.jasper.JasperException: File "/WEB-INF/jspwiki.tld" not found
So I move jspwiki.tld into the /WEB-INF/ directory supplied by GoDaddy.
org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo
class: com.ecyrd.jspwiki.tags.AdminBeanIteratorInfo
Toot cause:
java.lang.ClassNotFoundException: com.ecyrd.jspwiki.tags.AdminBeanIteratorInfo
So I move all of the files in /JSPWiki/WEB-INF to /WEB-INF and I get the same error.
GoDaddy is a pretty locked down environment, so I don't have a lot of wiggle
room on what I can edit and where I can put files.
Thanks for any ideas you may have!
Foster