Re: Debian Tomcat Fail

2009-06-01 Thread trojansnake12
Thanks Chris. I don't doubt this is sloppy, but I was able to change around some things and get this working properly. I appreciate the help. -- View this message in context: http://www.nabble.com/Debian-Tomcat-Fail-tp23734947p23823034.html Sent from the Tomcat - User mailing list archive at N

RE: Debian Tomcat Fail

2009-06-01 Thread trojansnake12
> > > > >> Date: Thu, 28 May 2009 14:51:28 -0700 >> From: boppn...@swbell.net >> To: users@tomcat.apache.org >> Subject: RE: Debian Tomcat Fail >> >> >> Sorry, this code was provided to me by a graduate student (I'm a lowly >> fr

RE: Debian Tomcat Fail

2009-05-28 Thread trojansnake12
Sorry, this code was provided to me by a graduate student (I'm a lowly freshman). Still very new to all of this, I'll look into that. Caldarale, Charles R wrote: > >> From: trojansnake12 [mailto:boppn...@swbell.net] >> Subject: RE: Debian Tomcat Fail >>

RE: Debian Tomcat Fail

2009-05-28 Thread trojansnake12
e, Charles R wrote: > >> From: trojansnake12 [mailto:boppn...@swbell.net] >> Subject: Re: Debian Tomcat Fail >> >> The >> "../webapps/geosim/WEB-INF/classes/Project.java" >> does not work correctly. > > When used from where? What's the action bein

Re: Debian Tomcat Fail

2009-05-28 Thread trojansnake12
Thanks Chris, I was really just messing around with some stuff to see if I could get the page working at all, I was really unconcerned with the file types I was using. In the end, as I said, I got this thing working, my only question now is the relative file pathing. The "../webapps/geosim/WEB-I

RE: Debian Tomcat Fail

2009-05-26 Thread trojansnake12
Thanks so much. I had no idea the debian version of tomcat was so messed up. I've installed apache's Tomcat6, and it is working great. -- View this message in context: http://www.nabble.com/Debian-Tomcat-Fail-tp23734947p23735892.html Sent from the Tomcat - User mailing list archive at Nabble.c

Re: Debian Tomcat Fail

2009-05-26 Thread trojansnake12
I've switched to using Sun Java 6, and now my stuff doesn't crash, but I get internal errors all over the place. On the app in my original post I get a HTTP status 500, exception report: javax.servlet.ServletException: Could not initialize class javax.imageio.ImageIO org.apache.catalina.

Debian Tomcat Fail

2009-05-26 Thread trojansnake12
I am about at my wits' end here with Tomcat on Debian. I have an app called Project.java, and all it should do is grab a file from the file system, and output that on the browser window. On my windows box, this works perfectly. I'm using jdk6 on the windows box, and gcj4.3 on the debian box. M