Re: How to release connections in connection pool during reload?

2005-01-07 Thread Parsons Technical Services
removeAbandoned true removeAbandonedTimeout 60 Time in seconds. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurati

Re: How to release connections in connection pool during reload?

2005-01-08 Thread Parsons Technical Services
Are you using a global pool or is the pool just for that app? If global, this will kill the connections for all the apps. Not something you want to do in production but will be fine in development. So remember to remove this before going live, if global. That is what I get for reading while aslee

Re: Pagecache framework?

2005-01-09 Thread Parsons Technical Services
One other aspect to think about that will help, is to consider the cause of the dynamic. If the difference in the page is due to the client then that page would need to be current data. But if the dynamic nature if from an outside change and the client has no affect on the content, then the que

Re: Chirag: Logout from the JDBCRealm Authentication

2005-01-09 Thread Parsons Technical Services
Looking into the Authenticatorbase.java and the register method of 5.0.19, it looks like you could do session.removeNote(Constants.SESS_USERNAME_NOTE); session.removeNote(Constants.SESS_PASSWORD_NOTE); You may need to do this as well: session.setAuthType(null); session.setPrincipal(null); Two th

Re: Errors Starting Up Tomcat 5.5

2005-01-10 Thread Parsons Technical Services
Stop Tomcat Make sure the Servlet Examples war file is still in the webapps folder and then delete the folder. Start Tomcat The war file should be deployed and the folder recreated. If no go: Make sure the permissions on all files and folders under the Tomcat directory belong to the Tomcat user.

Re: Can't compile mod_jk 1.2.8

2005-01-10 Thread Parsons Technical Services
May I ask is there a reason that you need Apache? If yes, then is there any special reason for jk rather than mod_proxy(I think)? Just thought it might save you some headaches, that is unless you like that kind of thing. Doug - Original Message - From: "Glenn Parsons" <[EMAIL PROTECTED

Re: Errors Starting Up Tomcat 5.5

2005-01-10 Thread Parsons Technical Services
ors do not show up. Right now, tomcat is being run as root. I have not touched the web.xml file. I am running version 5.5.4 No other apps have been installed. Thanks, Ryan Parsons Technical Services wrote: Stop Tomcat Make sure the Servlet Examples war file is still in the webapps folder and then

Re: Can't compile mod_jk 1.2.8

2005-01-10 Thread Parsons Technical Services
http://httpd.apache.org/docs-2.0/mod/mod_proxy.html http://jakarta.apache.org/tomcat/faq/connectors.html#vs - Original Message - From: "Ben Ricker" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, January 10, 2005 7:06 PM Subject: Re: Can't compile mod_jk 1.2.8 Basically, the i

Re: Errors Starting Up Tomcat 5.5

2005-01-10 Thread Parsons Technical Services
Users List" Sent: Monday, January 10, 2005 7:51 PM Subject: Re: Errors Starting Up Tomcat 5.5 I just read that you need jre 1.5 or later and I was using j2sdk1.4.2_06. Could this be the cause of the errors I am seeing? I will update it and give it a try. Ryan Parsons Technical Services wrote:

Re: How do I reset the Default Context for all tomcat application in a Server Container??

2005-01-10 Thread Parsons Technical Services
To move each app, set their context value in the "app".xml to the desired context. As for the welcome page, you will either need a new app(rename ROOT) and add/modify as needed or combine it with another app and tweak the links. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.htm

Re: How to let tomcat call a jsp automatically?

2005-01-10 Thread Parsons Technical Services
To rephrase, you want something to make a request for a jsp once every two weeks? If this is the case check the archives. Just last month or this one there was a similar thread. I essence us an outside app like cron or task manager to do it. If this is not right, then explain your need in more

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Parsons Technical Services
It may be that the login request is not getting back to you intact. Do you have another app that is protected and triggers a login prompt? Like the manager app. If not hit me off list and I will give you a URL to try. If all else fails, would form auth over SSL work? Just a thought, yeah I know

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-10 Thread Parsons Technical Services
Still using MS IE 6, I try to open http://www.example.com/webapp/webdav/ as a Web Folder using File|Open... (as Web Folder). IE reports that it is unable to open the location as a Web Folder---would I like to see the default view? If I answer in the affirmative, IE sends a GET and shows me the

Re: tomcat - https to a web service

2005-01-11 Thread Parsons Technical Services
Yes. By adding the proper entries in the web.xml for that application. That is after you have SSL working on the server. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html http://wiki.apache.org/jakarta-tomcat/HowToNumber 11 For the web.xml http://java.sun.com/webservices/docs/1.3

Re: Multiple domain names to a single site

2005-01-11 Thread Parsons Technical Services
Since you asked so nicely. You will be working with the host entries in the server.xml From how I read this you want mycompany..com and .net pointing at the same app. You can do this either at the dns level or in the host entry with an alias. As for master slave the master will be the desired URL

Re: Multiple domain names to a single site

2005-01-11 Thread Parsons Technical Services
ost%20Name%20Aliases Doug - Original Message - From: "Paul Taylor" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 11, 2005 11:21 AM Subject: Re: Multiple domain names to a single site Parsons Technical Services wrote: You will be

Re: Tomcat 5.5.4 - Using a Context.xml File With a Path Different Than The File Name

2005-01-11 Thread Parsons Technical Services
If you don't use autodeploy, you can turn this off and use a context with "yourchoice" path like in 5.0 . Otherwise Tomcat will deploy the app twice, once using your xml and once using the default xml. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html#Automatic%20Application%20Dep

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Parsons Technical Services
Does anyone have an IIS box you can connect to to see what happens. Then maybe you can mimic it. Doug - Original Message - From: "Garret Wilson" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 11, 2005 1:12 PM Subject: Re: Apache, Tomcat, WebDAV, and Web Folders... Oh

Re: Client browsers can't find Tomcat page

2005-01-11 Thread Parsons Technical Services
Localhost is the same as the IP of the machine you are on (unless overridden in the host files. So on that you would not be able to get an answer unless you were running something on the client machine. As for server name, you may wish to try the IP of the server and see what the result is. Bu

Re: How do I reset the Default Context for all tomcat application in a Server Container??

2005-01-11 Thread Parsons Technical Services
Troy, I should have suggested this before. As cheap as URLs are get a second one and set it up to point to the Tomcat stuff and set your main one as the default. Nothing changes for the built in apps except ROOT. If this is an option I can go further in detail. Or Leave Tomcat as the default lo

Re: Client browsers can't find Tomcat page

2005-01-11 Thread Parsons Technical Services
billion. -----Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 2:09 PM To: Tomcat Users List Subject: Re: Client browsers can't find Tomcat page Localhost is the same as the IP of the machine you are on (unless overridden in the host fil

Re: Tomcat 5.5.4 - Using a Context.xml File With a Path Different Than The File Name

2005-01-11 Thread Parsons Technical Services
se Tomcat only knows about it through the myappsavedfiles.xml file in conf/Catalina/localhost --- the content for the app is NOT in appBase. If I didn't do autodeployment, how would I deploy it at the path I needed? By using the Tomcat manager? Matt -Original Message- From: Parsons Technical Se

Re: Apache, Tomcat, WebDAV, and Web Folders... Oh, my!

2005-01-11 Thread Parsons Technical Services
Ahh the world according to B.G. and Micro$lime. What do you think the odd are that it works against IIS? M$ is famous for their "interpretations" of the RFC and implementation of odd handling of standards. Thus if you don't live in a Micky$oft world you will have more than you share of problems.

Re: set default web application

2005-01-11 Thread Parsons Technical Services
Turn up debugging and check your logs. It should report on startup what is processed. Look for errors. Move the ROOT folder out of the webapps folder. After step 3 would step 1 still work? Doug - Original Message - From: "xhu1" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 11, 2005 8:4

Re: connection refused when testing jsp

2005-01-11 Thread Parsons Technical Services
Is tomcat actually running? How are you starting it? Try disabling the firewall. Are all the configuration file default? What errors are in the log file? Doug - Original Message - From: "Ben Kuang" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 11, 2005 7:44 PM Subject: connection refus

Re: Deploying an application with its own xml file

2005-01-12 Thread Parsons Technical Services
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html#Automatic%20Application%20Deployment http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html Doug - Original Message - From: "Paul Taylor" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, January 12,

Re: Unable to initialize TldLocationsCache: null

2005-01-12 Thread Parsons Technical Services
Did you set up 5.5 to run on jdk1.4 per the RUNNING.txt? Doug - Original Message - From: "K B" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 12, 2005 5:26 AM Subject: Unable to initialize TldLocationsCache: null Hi, I'm using tomcat 5.5.4 on Linux and jdk 1.4.2, I deployed a web app

Re: Multiple domain names to a single site

2005-01-12 Thread Parsons Technical Services
. OR Try the alias. I don't know if the alias will change the URL or not. (Or is this what you were doing?) Doug - Original Message - From: "Paul Taylor" <[EMAIL PROTECTED]> To: "Parsons Technical Services" <[EMAIL PROTECTED]> Sent: Wednesday, January 1

Re: new Host without restarting Tomcat

2005-01-12 Thread Parsons Technical Services
I may be incorrect, but in all I have read, the server.xml is only read once, during Tomcat startup. This is the reason for the context.xml fragment files which can be read and loaded without a restart. So the answer is it can't be done at this point. To the best of my knowledge. http://jakart

Re: set default web application

2005-01-12 Thread Parsons Technical Services
I think I have found the answer. In 5.5 any path elements are ignored and the filename/docBase is used instead, UNLESS you specify it in a context element placed in the server.xml. So to set the default app for Tomcat you will need to do it this way. As I said I think. So try adding a context e

Re: [OT] Consulting Position in Costa Mesa, CA,

2005-01-13 Thread Parsons Technical Services
Looks like she hit several of us on the list. But of course. Where else is a more logical place to go fishing? - Original Message - From: "Ben Souther" <[EMAIL PROTECTED]> To: "Tomcat Users List" Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 13, 2005 8:03 PM Subject: [OT] Consulting P

Re: Tomcat 4.1.x and mod_jk config

2005-01-13 Thread Parsons Technical Services
If virtual hosts are your only need, then forget apache and jk. If there is another reason for apache, then ok. Also, you may want to move up to 5.x to get better support on the list and performance that "can" match Apache. I, for one, have never touched 4.x Tomcat. If you need Apache http://ja

Re: Tomcat 5.5 -> path attrubute ignored in context fragments

2005-01-13 Thread Parsons Technical Services
From a previous poster, name your context xml file suitename#appname.xml and it will be deployed as needed. Doug - Original Message - From: "Duncan, Sean" <[EMAIL PROTECTED]> To: Sent: Thursday, January 13, 2005 10:15 PM Subject: Tomcat 5.5 -> path attrubute ignored in context fragments

Re: WELCOME to tomcat-user@jakarta.apache.org

2005-01-14 Thread Parsons Technical Services
First, welcome to the list. Second, Whenever you are posting to the list with a new issue, please start with a new email. Do not do a reply-to, even if you change the subject it messes up the listings for the archives and some email clients. Third, please post in your email, the version of Tomca

Re: question

2005-01-14 Thread Parsons Technical Services
What you have here is a classic case of cut and paste by the clueless(public boolean newbie;). This code is from the server.xml that was setup for a Global database connection pool as opposed to a pool just for the app. The person has cut and pasted it into the context file for the app which wi

Re: Tomcat Won't Shutdown

2005-01-14 Thread Parsons Technical Services
Going out on a limb here and don't know how much help I will be. our questions are: 1) What got stepped on in Tomcat to cause this behavior? My off the wall speculation is that the duplication of the jar files bit you. 2) Is there another way to stop Tomcat (other than system reboot), to see if

Test

2005-01-15 Thread Parsons Technical Services
13+ hours and no activity. Wow. Just testing. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Test

2005-01-15 Thread Parsons Technical Services
ay, January 15, 2005 11:18 AM Subject: Re: Test On Sat, Jan 15, 2005 at 10:25:08AM -0500, Parsons Technical Services wrote: : 13+ hours and no activity. Wow. : Just testing. Wow... so maybe .NET really *did* take over! =) -QM -- software -- http://www.brandxdev.net tech news --

Re: [Newbie] Failed access to servlet via URL mapping (context setting problem?)

2005-01-16 Thread Parsons Technical Services
I notice you are using 1.4.2 Does the compat install mean you set it up to use 1.4 in place of the 1.5 per RUNNING.txt? Doug - Original Message - From: "Geoffrey Charters" <[EMAIL PROTECTED]> To: Sent: Saturday, January 15, 2005 11:47 PM Subject: [Newbie] Failed access to servlet via U

Re: Default Web Application

2005-01-16 Thread Parsons Technical Services
Set your path to "" in the context.xml file of your app. Or in the server.xml if you are not using context.xml. See: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html Doug - Original Message - From: "Dinesh Sharma" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sund

Re: [Newbie] Failed access to servlet via URL mapping (context setting problem?)

2005-01-16 Thread Parsons Technical Services
I didn't do any setting up, other than to install the compatibility patch as directed. It is my understanding that this acts as a bridge between the "new" V5.5 tomcat architecture, and the old 1.4 JDK. From the success of the trial servlets, the installation seems to be working, and I just suspe

Re: Website downloading old file

2005-01-17 Thread Parsons Technical Services
File permissions may be part of your problem. What OS is Tomcat running on? As for the showing the file after deleting it from the server, did you do a restart of Tomcat after deleting the file? I remember something on the list awhile back similar to this. Doug - Original Message - From

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Parsons Technical Services
I think you have an error in your server.xml. The path to the keystore and other SSL fields are in the Factory element instead of the connector element. port="8443" minProcessors="5" maxProcessors="30" address="100.100.100.3" enableLookups="

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Parsons Technical Services
unfortunately this does not seem to solve the problem ... but results in the following error (as the given keystore cannot be used) Jan 17, 2005 4:59:29 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-62.116.64.7-8080 Jan 17, 2005 4:59:29 PM org.apache.c

Re: multiple ips, multiple ssl certificates and port forwarding

2005-01-17 Thread Parsons Technical Services
Tomcat needs the name of the keystore to be .keystore No it doesn't. The name (and path) is arbitrary, which is why there *is* a keystoreFile attribute. As I said before, I haven't done this myself. I have, and none of my installations use ".keystore" as the file name... That is why I made the sta

Re: Website downloading old file

2005-01-17 Thread Parsons Technical Services
write actually worked and that you didn't accidentally ADD another file with a slightly different name? On Mon, 2005-01-17 at 09:56, Parsons Technical Services wrote: File permissions may be part of your problem. What OS is Tomcat running on? As for the showing the file after deleting it from

Re: Website downloading old file

2005-01-17 Thread Parsons Technical Services
lts are imediate. Two ther bits of info which maybe relevent. 1. The host is based in Canada and hence has time set to Candian time which is earlier than UK time where Im downloading to. 2. The file Im trying to download is a .bin (Linux) file. The problem is also happening on Internet Explorer.

Re: Service Runner question

2005-01-17 Thread Parsons Technical Services
I do not run Tomcat on Windows. So with that I am making a couple of assumptions. If Tomcat is registered as a service, it should be listed in the services found under manage on a right click of My Computer. From there you can set the service to be manual, automatic or disabled. By setting it t

Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x?

2005-01-17 Thread Parsons Technical Services
The docs say that the factory parameter is only needed for entries that Tomcat is not "aware" of. Since you had a special factory(in your old 5.0 context) and not the standard one used by Tomcat you will need to have the factory element in place. See: http://jakarta.apache.org/tomcat/tomcat-5.5

Re: how many connections can tomcat handle?

2005-01-18 Thread Parsons Technical Services
We're running Tomcat 4.1.27 on a pretty up-to-date Red Hat 8. I'm wondering what usually determines the number of connections Tomcat can handle. Would it typically be Tomcat breaking first, or just the server itself trying to deal with so many connections? Would it have to do with memory, or pro

Re: Re: Test]

2005-01-18 Thread Parsons Technical Services
Actually they came through, at least I got them. Doug - Original Message - From: "Alan Deikman" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 18, 2005 7:31 PM Subject: [Fwd: Re: Test] I wouldn't go that far. I posted a question twice since joining but haven't seen anything yet. Mayb

Re: Question about JNDI resources

2005-01-18 Thread Parsons Technical Services
Since no one else has taken a crack at this As for the examples, a lot of apps do not hold any static content. At least simple example types. Then there is the issue of jsp's with no static class. It sounds plausible to hold onto the DataSource once you had it. If you did, I don't think you

Re: Consolidate webapplications

2005-01-19 Thread Parsons Technical Services
Just a suggestion for a simple alternative. If the URL is of no concern then simply a page of links to each service would point the user to proper port. All they need to remember is one page and that one can be put on the standard port 80. You could even put it behind a login. Thus no proxy, no

Re: Re: ConnectionPooling

2005-01-19 Thread Parsons Technical Services
People who have to figure out how to use other peoples work either have messy hair or are bald. There are three main pages for reference: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations http://jakarta.apach

Re: bug? invalid url-pattern - 'schemas/content.xsd'

2005-01-19 Thread Parsons Technical Services
Try changing the name of the servlet. From content-schema To content_schema Or contentschema I know there are some restrictions on what characters you can use and where in the name you can use them. Can't find the reference at the moment. Doug - Original Message - From: "Robert Koberg" <

Re: mod_jk or mod_proxy

2005-01-19 Thread Parsons Technical Services
Take a look at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/balancer-howto.html There are three ways to do it. Each has it's pros and cons. jk Complex setup -- Advance features and Failover proxyEasy setup -- Limited features balancerRuns on tomcat -- Not for high traffi

Re: [OT] Modifying Reply-To header in list messages

2005-01-19 Thread Parsons Technical Services
If the author subscribed to this list they would be aware that the main point of mailing from a different address is a mute issue and does not apply to this list as well as many others. If an email is not sent from the subscribed email it won't go through, thus negating this reason for a reply-

Re: Major bug in deployer!!

2005-01-20 Thread Parsons Technical Services
This is the default action of the 5.5 path and is noted on the context documentation. The way to fix this is to name the context.xml as servlet#myservlet.xml Doug - Original Message - From: "Durfee, Bernard" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 20, 2005 1

Re: Missing application web.xml

2005-01-20 Thread Parsons Technical Services
Not an expert in this area (don't use ant) but two things. Try to unpack the war file and read the xml file. It may be there but is corrupt. You can test # 2 by renaming the file, copy it to the directory and then renaming it. Just some thoughts. Doug - Original Message - From: <[EMAIL

Re: virtual host names

2005-01-20 Thread Parsons Technical Services
Do you want an alias (two domain names pointing to the same app) or a virtual host (separate apps each with is own domain name hosted on the same server and IP)? Alias: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Host%20Name%20Aliases Virtual Host: http://jakarta.apache.org/

Re: plus/minus of unpack war?

2005-01-20 Thread Parsons Technical Services
I am not in the "Tomcat crew" but one advantage is when you are doing a manual install of the app. If set to true you would have to delete the created folders where with false you simply overwrite the war file. On the dis side you can not make live tweaks as the code is wrapped in a war. Past t

Re: problem with Basic authentication -- no window to login

2005-01-20 Thread Parsons Technical Services
IE on Linux, interesting. Add the resource link to your context.xml file to give the system access to the user database/file. Doug - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, January 21, 2005 12:20 AM Subject: RE: problem with Basi

Re: What is it mean that "Java code does not belong in well designed JSP pages"?

2005-01-23 Thread Parsons Technical Services
Don't ask to see my code. All I know is it works most of the time. Really, I think it is a matter of circumstance. Each case is different and allows for sway from one extreme to the other. One word of caution to people just learning, is that as you move from company to company expect to see

Re: Syntax error on toekn "import"

2005-01-23 Thread Parsons Technical Services
Post your code section where you are doing the imports. Missing semicolon or colon instead of semi. Incorrect syntax could actually be on the line before the import statement as well. <%@ page import="java.util.*,ddr.*" %> <%@ page import="java.sql.*" %> Doug - Original Message - From: "

Re: Syntax error on toekn "import"

2005-01-23 Thread Parsons Technical Services
DOH.. PLEASE ignore that second line. And to clarify the first line is doing two imports. java.util.* and ddr.* Doug - Original Message - From: "Parsons Technical Services" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, January 23, 2005 6:41 PM Su

Re: Syntax error on toekn "import"

2005-01-23 Thread Parsons Technical Services
tax error on toekn "import" ...Thanks, but how do I know what file the problem occurs in. It doesn't tell me what it fails to compile. From the browser's point of view everything works correctly. Also, I'm note quite sure about the colons and semicolons. I think I use neither,

Re: Help with JDBC query

2005-01-23 Thread Parsons Technical Services
Actually you need to add a ) at the end: "?, ?, ?, ?)"); Classic case of unmatched bracket. Inner one is for the sql string as per Edmon and outer for your method call sql.setSqlValue(" "); Doug - Original Message - From: "Edmon Begoli" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent:

Re: sharing webapplication

2005-01-24 Thread Parsons Technical Services
Way out on a limb here. (Assuming) If you are having three customers then you have three URLs. If this is true, maybe you could use the alias and setup something like this: secure.companya.com secure.companyb.com secure.companyc.com where all three are pointed to the same app. I have NOT done th

Re: Tomcat Bug?

2005-01-24 Thread Parsons Technical Services
Empty your browser cache. How are you doing the deploy? Make sure the directory is being removed before redeploy. Are other pages updating? What if you delete the page all together? Doug - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday,

Re: Does JDBCRealm close connections?

2005-01-24 Thread Parsons Technical Services
In a quick scan of the source (4.1.30). The realm does not use pools. It opens the connection upon authentication. Then closes it right after. All in the same method. There is a note about adding pooling, and this may be one reason why. If you have a limit on the number of connection your dbengi

Re: Tomcat Bug?

2005-01-24 Thread Parsons Technical Services
January 25, 2005 12:07 AM Subject: RE: Tomcat Bug? I've deleted the cookies, ie history, temp files... is this the way to empty browser cache? I've also deleted the whole webapp/elog folder before deployment. but to no avail. thanks aris -Original Message----- From: Parsons Technic

Re: tomcat

2005-01-25 Thread Parsons Technical Services
Need to have you clarify a few things please. Are the request being handled by Apache and then handed off to Tomcat? Are you using jk, jk2 or mod_proxy? Which version of Tomcat 5.0.x or 5.5.x? Sorry to ask, but it is necessary to know in order to give a proper answer. Doug - Original Message --

Re: Long running requests and timeouts?

2005-01-25 Thread Parsons Technical Services
I have noticed that you have posted this before. I don't have an answer but a couple of suggestions. First have you tried turning up the debug level to 99 and seeing if anything shows up in the logs. With any luck it might point to what is giving you such grief. Second. If all else fails, coul

OT: Re: Apache2.0.52, Tomcat 5.5.4 and jk1.2.8

2005-01-25 Thread Parsons Technical Services
Yes. From: http://httpd.apache.org/docs-2.0/upgrading.html a.. The AddModule and ClearModuleList directives no longer exist. These directives were used to ensure that modules could be enabled in the correct order. The new Apache 2.0 API allows modules to explicitly specify their ordering, elimin

Re: How to identify automatically in spite of a Realm

2005-01-25 Thread Parsons Technical Services
Try this. In your servlet that you submit your signup form to, for the user data, return to the user as a response a login form with the username and password values set. In the body tag place onload="document.lform.submit();" where lform is the name of the form. This should immediatly submit th

Re: tomcat

2005-01-26 Thread Parsons Technical Services
Closest thing I could find: http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk2/vhosthowto.html Doug Yes the request is being handled by Apache and then being handed off to Tomcat. I am using Tomcat 5.0 with jk2 and Apache 2.0.52. Many thanks Dave. --- Parsons Technical Services

Re: blank page

2005-01-26 Thread Parsons Technical Services
Please describe environment more. Such as: Are Tomcat and IIS on the same machine? Are any firewalls running? What OS? Differences between production and development setup? Doug - Original Message - From: "Pablo Carretero Sánchez" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: W

Re: the default name of the local data source

2005-01-26 Thread Parsons Technical Services
I know there is a way to read in the name but am unsure how to do it at this point. But there is a logistic issue with it. What if there is more than one? You could do one of three things. Either: On startup read in the ds and store it. Then have each class simple grab the ds each time. Or: Us

Re: Chirag: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'

2005-01-27 Thread Parsons Technical Services
Check the configuration: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html#Database%20Connection%20Pool%20(DBCP)%20Configurations 5.5 has a different set up than 5.0 . You also need a resource link. See: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/global

Re: logging remote IP address

2005-01-27 Thread Parsons Technical Services
If what you are trying to see is the private IP of a machine then you will only have success if the machine was named the IP. Not likely. The IP is not stored in the HTTP header (Unless I missed it) but is derived from the TCP/IP packet. When a machine is on a private network this address is re

Re: Make Tomcat use one JVM for JSPs accessed from multiple URL paths

2005-01-27 Thread Parsons Technical Services
I think he may be looking for the alias attribute in the context. Different URLs served by the same app. Give an example and we can probably give you an answer. Doug - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 27,

Re: Invoker workaround on AIX

2005-01-27 Thread Parsons Technical Services
I have not worked with TC4 but I think your problem is that the mappings for the servlets should be in the web.xml for the app and not in the general web.xml. Also when you do the mappings in the app web.xml you do not need fully qualified paths. Doug - Original Message - From: "Flaffe

Re: Tomcat datasource not persisting across restarts

2005-01-27 Thread Parsons Technical Services
Post your config files. server.xml and web.xml from ../conf/ and the web and context files for you app. Doug - Original Message - From: "Johnny Tolliver" <[EMAIL PROTECTED]> To: Sent: Thursday, January 27, 2005 2:07 PM Subject: Tomcat datasource not persisting across restarts I've bui

Re: Make Tomcat use one JVM for JSPs accessed from multiple URL paths

2005-01-27 Thread Parsons Technical Services
ctory. Doug - I think this is what you are suggesting, but I was under the impression that the "alias" is for hosts. I'll look into it now. Thanks in advance! Ethan Parsons Technical Services <[EMAIL PROTECTED]> to Tomcat Show options 7:34pm (32 minutes ago) I think he may b

Re: Invoker workaround on AIX

2005-01-28 Thread Parsons Technical Services
. Ben Ricker On Thu, 27 Jan 2005 22:45:02 -0500, Parsons Technical Services <[EMAIL PROTECTED]> wrote: I have not worked with TC4 but I think your problem is that the mappings for the servlets should be in the web.xml for the app and not in the general web.xml. Also when you do the mappings i

Re: [OT] Advertising website

2005-01-28 Thread Parsons Technical Services
Go read Google. They tell you what they look for. One thing is links from other pages. It helps to legitimize your site. So if you can get a bunch of others to put up links to yours it helps. Ever make you wonder how some of these companies do their magic? Doug - Original Message - From

Re: Tomcat datasource not persisting across restarts

2005-01-28 Thread Parsons Technical Services
Always better to be too much than not enough. At a quick glance I see two errors. One make this for the root of the app. When the war or root folder resides. Two make Rave generated DataSource Reference jdbc/APLregistration javax.sql.DataSource should be

Re: Invoker workaround on AIX

2005-01-28 Thread Parsons Technical Services
Let me float the problem by you. Maybe I am overlooking something in the config. We have a hard coded URI that goes "/servlet/com.bo.hsal.HSALServlet?foo" (it is in 3rd party software that we do not have the source for). With the invoker taken out, any call to /servlet fails because it cannot find

Re: logging remote IP address

2005-01-28 Thread Parsons Technical Services
Definitely possible. Not as unlikely as you think. I know of shops that put a whole bunch of users on the same IP. Then there are schools that put a hundreds of classroom machines on one IP. Doug - Original Message - From: "Dakota Jack" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent:

[OT]Re: logging remote IP address

2005-01-29 Thread Parsons Technical Services
From: Dakota Jack [mailto:[EMAIL PROTECTED] Subject: Re: logging remote IP address The IP address that is exposed to the public, which is the one I use, has to be different or there would be no way to get back to the client machine. Charles Wrote: "Not true - the combination of IP address and POR

Re: Edit session timeout

2005-01-30 Thread Parsons Technical Services
Yes. Doug - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, January 30, 2005 11:53 PM Subject: RE: Edit session timeout Thanks Drew! I found it.. =) can I also use this setting per web app? by editing web.xml per web app? -Original Me

Re: [OT] Advertising website

2005-01-31 Thread Parsons Technical Services
So if a group of say Tomcat uses all traded some simple html pages with each others links we could in fact beat the system and for free (as in beer). Doug - Original Message - From: "Didier McGillis" <[EMAIL PROTECTED]> To: Sent: Monday, January 31, 2005 8:20 AM Subject: RE: [OT] Advert

Re: FOLLOW-UP: Sharing the JSTL JARs and Classloading

2005-01-31 Thread Parsons Technical Services
Thank you for posting the follow up. So often people solve their problems and don't post the solution. Then when you do a search you may find the issue you were looking for but not the solution. Don't worry we have all goofed. Doug - Original Message - From: "Tony LaPaso" <[EMAIL PROTEC

Re: Tomcat datasource not persisting across restarts

2005-01-31 Thread Parsons Technical Services
Johnny wrote: I'm confused by this. First, I found that to get the datasource to work at all I had to use a context file with a docbase pointing to an exploded war file rather than just installing a complete war file into Tomcat's webapps directory. Thinking that there might be other such occasio

Re: Slow HTTP upload of POST content

2005-02-01 Thread Parsons Technical Services
Search the archives. There is a thread on this and the cause. http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED] Doug - Original Message - From: "Michael Merkulovich" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, February 01, 2005 2:14 AM Subject: Slow HTTP upload of

Re: Slow HTTP upload of POST content

2005-02-01 Thread Parsons Technical Services
to loose more time on this search. thx -- BMW Group Herr Christoph Emmersberger Praktikant mailto:[EMAIL PROTECTED] Url: http://www.bmwgroup.de -- -Ursprüngliche Nachricht- Von: Parsons Technical Services [ma

Re: tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Parsons Technical Services
Is this on a dual processor machine? What version of Tomcat and JVM? Doug - Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 01, 2005 11:25 PM Subject: tomcat CPU utilization pegged...total CPU only 50% Hello, I am trying to performance test an a

Re: idle connections

2005-02-02 Thread Parsons Technical Services
Just to clarify on the abandoned connections, this will reclaim connections that have be orphaned in code (like not closing the statement) and return them to the pool. Doug - Original Message - From: "Bobby Tahir" <[EMAIL PROTECTED]> To: "Al Sutton" <[EMAIL PROTECTED]> Cc: "Tomcat User

Re: Preferred Platform for Tomcat5

2005-02-03 Thread Parsons Technical Services
TAO www.taolinux.org RHEL clone. PIII 750 512M Tomcat 5.0.19 JVM 1.4.2.x MySQL Small site with one week of punishment. Handled 50k hits in about 12 hours and never broke a sweat. Doug - Original Message - From: "Didier McGillis" <[EMAIL PROTECTED]> To: Sent: Thursday, February 03, 20

Re: [OT] RE: Preferred Platform for Tomcat5

2005-02-03 Thread Parsons Technical Services
The processors in most of your hardware firewall are not nearly as fast as people think. It is amazing how much of a hog a gui is. Unless you are running a very large site and need support most people can and will run on older stuff. Until it becomes apparent that the web part is mission critic

<    1   2   3   4   5   6   >