Re: Quick webapp reloading [was : Is jsp designed for use by large websites]

2006-12-02 Thread Timothy Collett
The simplest thing to do, if all you're after is to be able to see changes to JSPs quickly, without any compiling, redeploying, etc, is just to put the JSP files directly in a folder in $TOMCAT_HOME/ webapps, and edit them there. Timothy Collett -- No man is justified in doing evil o

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
wnloaded Eclipse and the Sysdeo Tomcat plugin, to see if I could debug the problem, and starting Tomcat from within Eclipse doesn't seem to trigger the problem--at least not yet. Timothy Collett -- "The hardest thing in this world is to liv

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
re Tomcat's standard-shipped ones... Timothy Collett -- "You know, Hobbes, some days even my lucky rocketship underpants don't help" -- Calvin - To start a new topic, e-mail: users@tomcat.apache.org To un

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
On Dec 1, 2006, at 8:45 AM, Caldarale, Charles R wrote: From: Timothy Collett [mailto:[EMAIL PROTECTED] Subject: Re: Webapps inexplicably losing access to common/shared classloaders Now, this seems to happen *every* time I stop and restart Tomcat... Does anything happen to the access

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
at, or not cleaned up at all? Once again, I would greatly appreciate help from anyone with *any* insight into this--especially if you can tell me I'm being an idiot, it's obviously (X setting)... Thank you. Timothy Collett -- He who asks is a fool for five minues. He who d

Re: Tomcat listening on port but not responding to requests

2006-11-30 Thread Timothy Collett
hat does that tell me? Hmm...should it be "GET / HTTP/1.1"? Oh, well, I'm not that great on raw http... Can you try doing the same thing from the machines themselves--ssh in, then telnet localhost 8080? The only other thing I can think of to check offhand is the firewall..

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-21 Thread Timothy Collett
On Nov 20, 2006, at 3:07 PM, Timothy Collett wrote: ...And, just as I suspected it would, it has once again ceased to function in the 5.5.20 container. One webapp can't see the shared classloader (for the MySQL jar), and the other can't see the common classloader (for the servl

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-16 Thread Timothy Collett
0.1 at the download site. OK, I've moved it back to the 5.5.20 container I moved it from in the first place for exactly the same issue (in between my 2 previous emails on this thread)...it's working OK so far, but I have no particular reason to believe it will continue to do s

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-15 Thread Timothy Collett
ting...not to mention the fact that if I don't know why it's happening, I might end up making it happen on the production machine too. Thanks to anyone who's able to help... Timothy Collett -- A file that big? It mig

Re: Is Tomcat a good solution for me?

2006-11-07 Thread Timothy Collett
If I've misunderstood, and you're intending to migrate from ASPs to JSPs/servlets, then I apologize. Timothy Collett -- "But what ... is it good for?" --Engineer at the Advanced Computing Systems Division of IBM, 1968,

Re: Change welcome page

2006-11-07 Thread Timothy Collett
lhost:8080/businessobjects/enterprise115/ desktoplaunch' to see the application that I want to see. I'm trying for two days now and wasn't able to configure it... Any hints?? You just need to change the ROOT/WEB-INF/web.xml to remove the servlet mapping to index.jsp. Timothy Collett --

Webapps inexplicably losing access to common/shared classloaders

2006-11-07 Thread Timothy Collett
e webapp couldn't find javax/servlet/http/HttpServlet). I would greatly appreciate any help with this. Timothy Collett -- With searching comes loss and the presence of absence: "My Novel" not found. ~haiku~

Classloader hierarchy viewer?

2006-10-02 Thread Timothy Collett
... Timothy Collett -- We do not inherit the world from our parents; we borrow it from our children - American Indian Proverb - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Timothy Collett
work. Tomorrow I will try out Leo Donahue's support page, and see if that works... Timothy Collett -- "Great spirits have always encountered violent opposition from mediocre minds." -Albert Einstein - To start

Re: IIS 6.0 working with Tomcat (via isapi)?

2006-08-28 Thread Timothy Collett
nations of jk versions, isapi_redirect.dll locations, and IIS6 settings, but none have gotten me anywhere... Do you know of any other configuration issues that can mess with it? Thanks. Timothy Collett -- The Tao that is seen Is not the true Tao, until You bring fresh ton

Re: newbie installation problems

2006-07-27 Thread Timothy Collett
set (you might check for a ~/.bashrc or ~/.cshrc, depending on your shell). It may take some digging to find, but somewhere in your profile scripts, it is setting CATALINA_HOME to that. Timothy Collett -- "Nobody can make you feel inferior without your permission." -Eleanor

Re: getSession() thread-safe? User A can see user B's account

2006-07-21 Thread Timothy Collett
he assumption that when a session is created for a particular user, it remains for that user, at that location, until it times out or is otherwise destroyed/ invalidated. If this assumption is incorrectwell, I'll clearly have to find *some* other way of identifying users. Coo

Re: getSession() thread-safe? User A can see user B's account

2006-07-21 Thread Timothy Collett
with, and though *everything* else remained the same (apparently), including the session IDs, the username and test/live indicator were being changed somehow. Timothy Collett -- You step in the stream, But the water has moved on. This page is not he

Re: getSession() thread-safe? User A can see user B's account

2006-07-21 Thread Timothy Collett
test, as well. When I have some more time, I'll re-run the experiments and confirm this. Timothy Collett -- "Reality is merely an illusion, albeit a very persistent one " --Albert Einstein - To st

Re: getSession() thread-safe? User A can see user B's account

2006-07-21 Thread Timothy Collett
somewhat disturbing that it's just those two fields, and none of the rest of them. I'll try and take another look, recreate my last experiments with the problem, and come back with some more detailed information. Timothy Collett -- Chaos reigns within. Refle

Re: DonĀ“t work :(

2006-07-19 Thread Timothy Collett
Are there any messages in the Tomcat logfiles? They should be in / usr/local/apache-tomcat-5.5.17/logs, and catalina.out is likely to have the most useful stuff... Timothy Collett -- "Do what you can, with what you have, where you are." -Teddy

Re: Tomcat Not An App Server

2006-07-17 Thread Timothy Collett
be attached to any particular webapp. At least, that's how I see it. But, as I've said before, I'm relatively new at this, and am willing to be contradicted, as long as I'm also educated ;-) Timothy Collett -- Stay the patient course Of little worth is your ire T

Re: Tomcat Not An App Server

2006-07-17 Thread Timothy Collett
ame with a Valve: I'm not sure as I've never worked with Valves. Either way, it should, indeed, just be a jar you drop into common/lib and an attribute you add/change in server.xml. Timothy Collett -- Error: No keyboard. Press F1 to continue. (It's

Re: Tomcat Not An App Server

2006-07-17 Thread Timothy Collett
ld be as simple as calling super.start() and super.stop () then calling whatever initialization methods you need to run. Timothy Collett -- No man is justified in doing evil on the ground of expediency. - Theodore Roosevelt ---

Re: Frustrated by NoClassDefFound errors

2006-07-14 Thread Timothy Collett
On Jul 14, 2006, at 11:26 AM, Peter Crowther wrote: From: Timothy Collett [mailto:[EMAIL PROTECTED] Actually, one of the things I'm doing is making a subclass of Context Good luck - I wanted to extend StandardContext for my own nefarious purposes and found it was almost impossible.

Re: Frustrated by NoClassDefFound errors

2006-07-14 Thread Timothy Collett
27;ve managed to get it working for me ;-) Timothy Collett -- "Never try and teach a pig to sing, you waste your time and annoy the pig" - Mark Twain - To start a new topic, e-mail: users@tomcat.apache

Re: Frustrated by NoClassDefFound errors

2006-07-14 Thread Timothy Collett
working perfectly until a few days ago with the setup I described earlier. Perhaps I need to experiment with various combinations... Thanks a lot! Timothy Collett -- It is a miracle that curiosity survives formal education. --Albert Einstein

Re: Frustrated by NoClassDefFound errors

2006-07-14 Thread Timothy Collett
e a framework that can be used by multiple webapps at once, so common/ lib or shared/lib seemed to make sense... However, even placing AspectJ in the webapp's WEB-INF/lib directory gives me the same error. Timothy Collett -- "Far better it is to dare mighty things, to win glorious t

Frustrated by NoClassDefFound errors

2006-07-13 Thread Timothy Collett
er I did a little tidying up). I've tried them in the shared/lib directory as well, to no avail. I'm running Tomcat 5.5.17 on Mac OS X 10.4.7, with JDK 1.5.0_06. Any help would be greatly appreciated. Timothy Collett -- Having been erased, The document you're seeking Mu