As for the mangled ubuntu version, tomcat_home is /usr/share/ tomcat5.5, here is the directory listing
total 20
drwxr-xr-x   5 root root 4096 Dec  9 00:35 .
drwxr-xr-x 121 root root 4096 Dec  9 00:37 ..
drwxr-xr-x   2 root root 4096 Dec  9 00:35 bin
drwxr-xr-x   6 root root 4096 Dec  9 00:35 common
lrwxrwxrwx   1 root root   14 Dec  9 00:35 conf -> /etc/tomcat5.5
lrwxrwxrwx   1 root root   16 Dec  9 00:35 doc -> ../doc/tomcat5.5
lrwxrwxrwx 1 root root 23 Dec 9 00:35 logs -> /var/lib/tomcat5.5/ logs
drwxr-xr-x   5 root root 4096 Dec  9 00:37 server
lrwxrwxrwx 1 root root 25 Dec 9 00:35 shared -> /var/lib/ tomcat5.5/shared lrwxrwxrwx 1 root root 23 Dec 9 00:35 temp -> /var/lib/tomcat5.5/ temp lrwxrwxrwx 1 root root 26 Dec 9 00:35 webapps -> /var/lib/ tomcat5.5/webapps lrwxrwxrwx 1 root root 23 Dec 9 00:35 work -> /var/lib/tomcat5.5/ work

Here is my updated web.xml on pastebin, hopefully easier to read =).
http://pastebin.ca/1708600

Here is the directory listing for tomcat_home/webapps
total 12
drwxr-xr-x 3 tomcat55 root 4096 Dec  9 00:12 .
drwxr-xr-x 5 root     root 4096 Dec  9 00:35 ..
drwxr-xr-x 6 root     root 4096 Dec  9 00:12 uPortal

Again, the issue is blank pages navigating to localhost:8080 and tomcat 404 when navigating to localhost:8080/uPortal

On Dec 8, 2009, at 5:41 PM, Caldarale, Charles R wrote:

From: Egeste [mailto:ege...@egeste.net]
Subject: Re: tomcat, uPortal, error messages and confusion

I'm unsure whether it's an "ubuntu mangled" version - I installed
tomcat5.5 via apt-get.

It's mangled, meaning that files may not be located where they are in the standard Tomcat distribution, and some configuration settings may have been changed from the standard.

Here is my server.xml:
http://pastebin.ca/1707274

That looks o.k.

webapps/uPortal/META-INF/context.xml:
<Context crossContext="true" reloadable="false">
   <Manager pathname=""
className="org.apache.catalina.session.StandardManager"/>
</Context>

The above is fine. What else do you have under the webapps directory? In particular, is there a default (ROOT) webapp deployed? I seem to recall seeing blank pages returned when no default webapp is available.

web.xml
http://pastebin.ca/1707286

That's pretty much unreadable, at least by humans my age.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to