RE: Malformed URL Exception: unknown protocol: c

2005-08-26 Thread Jay Burgess
are considered valid URI's according to the spec, though they must be, as everything seems to work. Good luck. | Jay Burgess [Vertical Technology Group] | Essential Technology Links | http://www.vtgroup.com/ -Original Message- From: Franklin Phan [mailto:[EMAIL PROTECTED] Sent

RE: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Jay Burgess
explain why mine works and Franklin's fails? Maybe I'm missing something obvious. Jay | Jay Burgess [Vertical Technology Group] | Essential Technology Links | http://www.vtgroup.com/ -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 4:21 PM

RE: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Jay Burgess
. That app works without a hitch. Why is that? Jay Burgess wrote: First, I assume you mean CLASSPATH and /lib, or PATH and /bin, but not CLASSPATH and /bin? Second, your situation has me puzzled. Mark's answer appears correct, as unknown protocol: c is typically the C:\ of a Windows filesystem

RE: 10 connection limit with IIS and JK/ISAPI 1.2.14

2005-08-24 Thread Jay Burgess
I don't really have an answer for you, but Google'ing iis 10 connection limit returns a lot of hits. It looks like a fairly common question/issue. Maybe it'll help. Jay | Jay Burgess [Vertical Technology Group] | Essential Technology Links | http://www.vtgroup.com/ -Original Message

RE: JSP including servlet output

2005-06-17 Thread Jay Burgess
already been called for this response object It'd seem that the Writer had already been acquired. Jay | Jay Burgess [Vertical Technology Group] | Essential Technology Links via RSS | http://www.vtgroup.com/ -Original Message- From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent

Automatic WAR updates - suggestions wanted

2005-05-09 Thread Jay Burgess
not redeploy the new .WAR on restart, and our app is effectively dead in the water. Am I missing a setting in server.xml/context.xml/web.xml that can indicate always re-deploy a .WAR, regardless of whether the webapp subdiretory tree is present or not? Thanks. Jay | Jay Burgess [Vertical Technology

RE: can't see a tomcat installation on home network

2005-04-19 Thread Jay Burgess
I'm coming in late to this thread, but the word Telnet caught my eye. I just debugged a Telnet issue today by running Ethereal and seeing what was going on at the network level. Maybe something like that will work for you? Ethereal is great, and can be found at http://www.ethereal.com// Jay

RE: session-timeout

2005-04-14 Thread Jay Burgess
Think of the timeout as a 30 minute countdown timer. Every time there is any session activity, like a page request, the timers starts over. If the timer ever gets to 0, then the session times out. Jay Vertical Technology Group http://www.vtgroup.com/ -Original Message- From: Tim Funk

RE: class path (UNCLASSIFIED)

2005-04-13 Thread Jay Burgess
Yes, doing a javac -h to receive help says -classpath path. But the angle brackets from path are not meant to be included. Jay Vertical Technology Group http://www.vtgroup.com/ -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005

RE: DBCP Please Help Get Working Properly

2005-04-08 Thread Jay Burgess
Do you have anything in your Tomcat log files that might help? If not, you can bump up the debug levels in server.xml and you might get some more info. I also found that adding one of the two following listeners in my server.xml helped me debug my DBCP problems (I don't remember which one I

RE: DBCP Please Help Get Working Properly

2005-04-08 Thread Jay Burgess
PM To: Tomcat Users List Subject: Re: DBCP Please Help Get Working Properly Aren't debug levels in TC 5.5 inactive? Will need to set up log4j. Bob On Apr 8, 2005 5:15 PM, Jay Burgess [EMAIL PROTECTED] wrote: Do you have anything in your Tomcat log files that might help? If not, you can bump

RE: java.library.path - DLL - Domino

2005-04-06 Thread Jay Burgess
Have you tried putting it into your system path via the PATH environment variable? (If you're running Tomcat as a service, you'll need to reboot to have it take effect I think.) If it's there, what happens if you run rundll32 nlsxbe SomeDummyEntryPoint? it should find the DLL, but complain

RE: java.library.path - DLL - Domino

2005-04-06 Thread Jay Burgess
loader can find it? Apparently the answer is not java.library.path, unless there is a bug in Tomcat preventing it from properly parsing the path. Bernard Durfee -Original Message- From: Jay Burgess [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 5:01 PM To: tomcat-user

error-page vs. errorPage

2002-07-12 Thread Jay Burgess
Can someone explain the relationship between the error-page element in my webapp's WEB.XML versus the errorPage attribute of the page directive within a JSP? I'm trying to create a single error page that handles any exceptions generated by the JSPs within my webapp, without having to name

RE: Mailing List Load.... Forum???

2002-06-27 Thread Jay Burgess
Hey STEVE R BURRUS! (And anyone else that wants to adopt an I EXPECT you to help me! attitude.) It's really bad netiquette to say things like since you didn't see fit to respond to my email message to u last nite, and more especially will you please try to do a better job of responding back

RE: Memory Leak?

2002-05-29 Thread Jay Burgess
Doesn't matter, you don't name an instance variable and a parameter the same thing.??? Unless I'm completely missing the point of your comment, Of course you can. I do it all the time, and it's in lots of books that way. Prefixing with this. separates the two variables. Your suggestion of

RE: Why ignore sendRedirect() for an include? - solved

2002-05-20 Thread Jay Burgess
(). Attempts to invoke these methods will be ignored. My oversight. Thanks anyway. Jay -Original Message- From: Jay Burgess [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 11:08 AM To: [EMAIL PROTECTED] Subject: Why ignore sendRedirect() for an include? I started

jsp:param value?

2002-05-06 Thread Jay Burgess
I tried this question on the JSP list, but haven't received any replies. I don't honestly know whether this is a Tomcat issue, or my error in reading the spec. Very simply, shouldn't the percent sign be valid in the following jsp:param element? jsp:include page=myservlet flush=true

RE: Browser continues to run after response received

2001-10-01 Thread Jay Burgess
and was wondering if anyone had any suggestions. Thanks for any help, K Lewis -- Jay Burgess Delano Technology Corporation mailto:[EMAIL PROTECTED] (913) 438-9444 x154

RE: There is no disk in the drive!

2001-07-11 Thread Jay Burgess
consulting firm integrating technology strategy and software solutions. -- Jay Burgess Delano Technology Corporation mailto:[EMAIL PROTECTED] (913) 438-9444 x154

RE: Is Tomcat 3.2.1 supported on Windows 2000?

2001-05-15 Thread Jay Burgess
let me know how to resovle this problem. Is it possible that this Tomcat 3.2.1 is not supported on Windows 2000? Or, is there a different configuration instruction that I need to follow. Thanks in advance George Prado -- Jay Burgess Delano Technology Corporation mailto:[EMAIL PROTECTED

RE: Servlet -- File -- Web-browser

2001-05-03 Thread Jay Burgess
an IOException right? Why if i use apache server w/ tomcat or IE connect to tomcat directly won't cause IOException in doGet() method? thanks. -- Jay Burgess Delano Technology Corporation mailto:[EMAIL PROTECTED] (913) 438-9444 x154