Thanks for your quick response.
Here's what I did:
- sudo dpkg -P tomcat6 libtomcat6-java tomcat6-admin tomcat6-common
tomcat6-docs tomcat6-examples
- downloaded and unpacked the package in your link
- ~/apache-tomcat-6.0.32/bin] ./startup.sh
- browsed to
http://localhost:8080 : I get an updated tomcat welcome
screen with links on a yellow background on the left.
- browsed to
http://localhost:8080/xnat : I get the same 404 error as
before.
- added the grant block of code to ~/apache-tomcat-6.0.32/conf/
catalina.policy as described in the previous post:
http://groups.google.com/group/xnat_discussion/browse_frm/thread/a400f8347118cbe4
- ~/apache-tomcat-6.0.32/bin] ./shutdown.sh
- ~/apache-tomcat-6.0.32/bin] ./startup.sh
- browsed to
http://localhost:8080/xnat : I get the same 404 error as
before.
I'm out of ideas again at this point. Thanks a lot for your help, it
really makes a difference for us!
Kasper
On Mar 14, 5:39 pm, deech <
aditya.si...@gmail.com> wrote:
> I am the author of that post. I have since stopped using the packaged
> version of Tomcat on Ubuntu. The quickest solution to your problem might be
> to uninstall Ubuntu's Tomcat (by typing "sudo dpkg -P tomcat6" at the
> command line) and download Tomcat
> (
http://www.alliedquotes.com/mirrors/apache/tomcat/tomcat-6/v6.0.32/bi...)
> and install it yourself.
>
> If this is not an option let me know and I'll try and troubleshoot with you.
>
> My email if you want to take this offline is:
aditya.si...@gmail.com
>
> Regards,
> -deech