Re: Replying to threads

2006-11-09 Thread Justin Jaynes
Well, I suppose it depends on your email client. But on almost all clients, open the message (or thread response which you wish to add to) and click the 'Reply' button in your email client. Then write your response to the dialog occuring, and click send. Of course you have to be a member of t

Re: Include Directive Misbehaving: Feedback for Mark Thomas

2006-11-08 Thread Justin Jaynes
mas <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, November 7, 2006 10:27:38 PM Subject: Re: Include Directive Misbehaving Justin Jaynes wrote: > Oh snap! That's exactly what's happening. Can you point me to a good > document that expalins how to set up contexts?

Re: Include Directive Misbehaving

2006-11-07 Thread Justin Jaynes
ot what I want. Justin - Original Message From: Mark Thomas <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, November 7, 2006 9:30:07 PM Subject: Re: Include Directive Misbehaving Justin Jaynes wrote: > To further complicate this problem, I have tried more experimenting

Include Directive Misbehaving

2006-11-07 Thread Justin Jaynes
http.HttpServlet.service(HttpServlet.java:802) Can someone try to reproduce this error? I believe that Tomcat 5.5 and 6.0 do not behave properly in this reguard. Unless I am making a mistake. If that is the case, please guide me out of it. Justin When I enter the same - Original Mes

Re: Include Directive

2006-11-07 Thread Justin Jaynes
Chris, Using "/header.jsp" which is of course an absolute path, I get virtually the same error. Only /../header.jsp changes to /header.jsp Still doesn't work. You also suggested this: <%@ include file="<%= request.getContextPath() %>/header.jsp" %> I tried it but the code inside the quotes do

Re: Include Directive

2006-11-07 Thread Justin Jaynes
I think that this will work fine. 2006/11/7, Justin Jaynes <[EMAIL PROTECTED]>: > > Hello, > > I am trying to eliminate unnecessary duplication of code by using include > directives. Currently my directory structure is like this: > > [main app directory] > index

Include Directive

2006-11-06 Thread Justin Jaynes
Hello, I am trying to eliminate unnecessary duplication of code by using include directives. Currently my directory structure is like this: [main app directory] index.jsp header.jsp footer.jsp [admin subdirectory] index.jsp The index.jsp file in the main directory contains the code <%@ include

Cycling Missing File Error

2006-09-18 Thread Justin Jaynes
Hello Tomcat Users et. al. I've been developing with tomcat for a few years now, and I've never had this problem until I decided to restructure some code to save time by consolidating files with similar content AT DIFFERENT LEVELS in the DIRECTORY TREE. Now these files I have been using, I was al

Re: Image Scaling Code

2006-01-12 Thread Justin Jaynes
Thanks Everyone, Your many responses were correct. I'm on my way. Closer anyway, I get a different error now, but I think I can track it down. I'll let you know if I need any more help. Justin Jaynes Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/12/06, Justin Jaynes

Re: Image Scaling Code

2006-01-12 Thread Justin Jaynes
t variable, but the exact answer eludes me. Actually, it looks like you *have* defined the environment variable (DISPLAY in the stack trace rings a bell). Is X running? I believe it has to be for this to work. Frank Justin Jaynes wrote: > Hello all, > > I've written a java clas

Image Scaling Code

2006-01-12 Thread Justin Jaynes
Hello all, I've written a java class to scale jpeg images. But I can't seem to get it to work. Can anyone point me in the right direction? Here is my code: package com.everybuddystree; import java.awt.*; import java.awt.image.*; import java.io.*; import javax.imageio.*; public

Re: Tomcat as a service under Linux... "To dream the impossible dream"

2005-11-07 Thread Justin Jaynes
w is because I fought the uphill battle until I knew what was what. I'll try to tell you, but you have to be willing to read other sources as well. Study study study. Tomorrow ... Justin Jaynes --- Preston Crawford <[EMAIL PROTECTED]> wrote: > I've tried this so many differe