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

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
, 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 doesn't ask is a fool

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
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 unsubscribe, e-mail: [EMAIL PROTECTED

Re: Webapps inexplicably losing access to common/shared classloaders

2006-12-01 Thread Timothy Collett
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 live in it. --Buffy Anne Summers

Re: Tomcat listening on port but not responding to requests

2006-11-30 Thread Timothy Collett
? 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... Timothy Collett -- For every complex

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 servlet-api jar

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-16 Thread Timothy Collett
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 so. Timothy Collett

Re: Webapps inexplicably losing access to common/shared classloaders

2006-11-15 Thread Timothy Collett
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 might be very useful. But now it is gone. ~haiku

Re: Change welcome page

2006-11-07 Thread Timothy Collett
/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 -- The Tao that is seen

Re: Is Tomcat a good solution for me?

2006-11-07 Thread Timothy Collett
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, commenting on the microchip

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
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 toner. ~haiku

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

2006-08-28 Thread Timothy Collett
. 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 a new topic, e-mail

Re: newbie installation problems

2006-07-27 Thread Timothy Collett
is 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 Roosevelt

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

2006-07-21 Thread Timothy Collett
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. Reflect, repent, and reboot. Order shall return. ~haiku

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

2006-07-21 Thread Timothy Collett
. 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 start a new topic, e-mail: users

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 here. ~haiku

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

2006-07-21 Thread Timothy Collett
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. Cookies, maybe? Timothy Collett -- The grave's

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 Roosevelt

Re: Tomcat Not An App Server

2006-07-17 Thread Timothy Collett
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: Tomcat Not An App Server

2006-07-17 Thread Timothy Collett
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 some kind of Zen) ~haiku

Re: Tomcat Not An App Server

2006-07-17 Thread Timothy Collett
, and not 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 The network is down ~haiku

Re: Frustrated by NoClassDefFound errors

2006-07-14 Thread Timothy Collett
to be 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 triumphs, even

Re: Frustrated by NoClassDefFound errors

2006-07-14 Thread Timothy Collett
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 - To start a new topic, e-mail: users

Re: Frustrated by NoClassDefFound errors

2006-07-14 Thread Timothy Collett
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.org To unsubscribe, e-mail: [EMAIL PROTECTED

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. You

Frustrated by NoClassDefFound errors

2006-07-13 Thread Timothy Collett
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 Must now be retyped. ~haiku