RE: Simple question, but can't figure out answer

2006-07-12 Thread Mead, Jennifer L - VSCM
t; -Original Message- > From: Andrew Miehs [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 7:08 AM > To: Tomcat Users List > Subject: Re: Simple question, but can't figure out answer > > > On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: > >

Re: Simple question, but can't figure out answer

2006-07-12 Thread David Smith
t it turns out to be something stupid (on my part). It is pretty frustrating but for now they get no images! Thanks for the reply. Jen -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 4:31 PM To: Tomcat Users List Subject: Re: Simple questio

Re: Simple question, but can't figure out answer

2006-07-12 Thread Andrew Miehs
al Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:08 AM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: I already have that. I really don't understand but I bet

Re: Simple question, but can't figure out answer

2006-07-12 Thread Pid
rew Miehs [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 7:08 AM > To: Tomcat Users List > Subject: Re: Simple question, but can't figure out answer > > > On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: > >> I already have that. I really do

RE: Simple question, but can't figure out answer

2006-07-12 Thread Mead, Jennifer L - VSCM
Nope, where and what is it trying to display? -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:08 AM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM

Re: Simple question, but can't figure out answer

2006-07-12 Thread Andrew Miehs
On 12/07/2006, at 4:01 PM, Mead, Jennifer L - VSCM wrote: I already have that. I really don't understand but I bet it turns out to be something stupid (on my part). It is pretty frustrating but for now they get no images! Thanks for the reply. Jen Does http://server/images/myimage.gif wo

RE: Simple question, but can't figure out answer

2006-07-12 Thread Mead, Jennifer L - VSCM
2006 4:31 PM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahhh... and in webapps/ROOT/ create a directory called WEB-INF (please note capitals) that should fix your problem... Regards Andrew On 11/07/2006, a

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ahhh... and in webapps/ROOT/ create a directory called WEB-INF (please note capitals) that should fix your problem... Regards Andrew On 11/07/2006, at 11:53 PM, Mead, Jennifer L - VSCM wrote: What this does is draw the box where the image s

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/07/2006, at 11:53 PM, Mead, Jennifer L - VSCM wrote: What this does is draw the box where the image should be. When I right click on it and look at the properties and it finds the right file. Just thought someone else would have ran int

RE: Simple question, but can't figure out answer

2006-07-11 Thread Mead, Jennifer L - VSCM
e properties and it finds the right file. Just thought someone else would have ran into this Jen -Original Message----- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 2:27 PM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer Hi

RE: Simple question, but can't figure out answer

2006-07-11 Thread Mead, Jennifer L - VSCM
ught someone else would have ran into this Jen -Original Message- From: Andrew Miehs [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 2:27 PM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer Hi Jennifer, Very strange! Tomcat and perl cgi! co

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
Hi Jennifer, Very strange! Tomcat and perl cgi! cool - didn't know it worked... Are you sure you are not using Apache with mod_jk, or mod_proxy? As for the perl. Where is the page that prints the HTML? why don't you just add print ''; Very confused Or could it be that you ar

RE: Simple question, but can't figure out answer

2006-07-11 Thread Mead, Jennifer L - VSCM
Sent: Tuesday, July 11, 2006 2:09 PM To: Tomcat Users List Subject: Re: Simple question, but can't figure out answer -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 More stupid question... 1 - Why are you using perl when you have tomcat - can't you just use a jsp? 2 - why can't you u

Re: Simple question, but can't figure out answer

2006-07-11 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 More stupid question... 1 - Why are you using perl when you have tomcat - can't you just use a jsp? 2 - why can't you use an tag? and have tomcat deliver the page... 3 - You are using tomcat aren't you? Confused Andrew On 11/07/2006, at 1

Re: Simple question, but can't figure out answer

2006-07-11 Thread Avi Deitcher
Jen, Unless there is a particular reason (e.g. dynamically created images), why are you reading image files directly in Perl, then dumping the output? You should just use CGI to generate HTML that looks like this: Even if you want to dynamically *choose* the image, you are better off having CGI