Only to explain, when you're running $ sudo sh /usr/share/tomcat5.5/bin/catalina.sh run you're starting another instance of tomcat. But because you said you already have tomcat installed from the repository, I suppose it's already running. To make Tomcat aware of a new context you should have created for DSpace in /etc/tomcat5.5/server.xml, you need to restart the running instance (sudo /etc/init.d/tomcat5.5 restart).
Regards, ~~helix84 ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

