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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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: 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: [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: 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 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: 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 --

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: 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

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: 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: 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: 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: [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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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
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
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
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: 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: 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: 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: 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: Errors Starting Up Tomcat 5.5

2005-01-07 Thread Parsons Technical Services
Not a 5.5 user, but have a couple of questions. Has the examples ever worked? Did you just try to add them? Are you letting Tomcat deploy them from the war? Have you tried to pull a virgin copy of the war file? What OS are you on? Are you hiring and how much.. Oops. Never mind that last one, go

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-07 Thread Parsons Technical Services
nuary 05, 2005 11:44 AM To: Tomcat Users List Subject: Re: Speed issues with SQL Server 2000 and JTDS Charles P. Killmer wrote: Thanks. I had already done this but maybe not communicated them as concisely. Thanks Charles -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTE

Re: Upgrading from 5.0.19 to 5.0.28 with a Service Startup

2005-01-06 Thread Parsons Technical Services
Punched send too fast. What scripts? - Original Message - From: "Dakota Jack" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, January 07, 2005 12:29 AM Subject: Upgrading from 5.0.19 to 5.0.28 with a Service Startup I want to upgrade from Tomcat 5.0.19 to 5.0.28. I am using s

Re: Upgrading from 5.0.19 to 5.0.28 with a Service Startup

2005-01-06 Thread Parsons Technical Services
OS? - Original Message - From: "Dakota Jack" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, January 07, 2005 12:29 AM Subject: Upgrading from 5.0.19 to 5.0.28 with a Service Startup I want to upgrade from Tomcat 5.0.19 to 5.0.28. I am using script to startup a service. Wher

Re: Enquiry about IIS-TOMCAT redirection

2005-01-06 Thread Parsons Technical Services
http://jakarta.apache.org/tomcat/connectors-doc/howto/iis.html Doug - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, January 06, 2005 9:57 PM Subject: Enquiry about IIS-TOMCAT redirection Hi, In implementing the change, is it possible to exclude some pages (i.e. JSP)

Re: Serving files from Tomcat...sorta

2005-01-06 Thread Parsons Technical Services
1. Set listings to true in the default web.xml. 2. Place a welcome file in any directory that you do not want to display listings. 3. Set up a realm per this link: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html 4. Deploy an upload app for each user. Define the matching role in t

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Parsons Technical Services
o: "Tomcat Users List" Sent: Wednesday, January 05, 2005 8:58 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Thanks. I had already done this but maybe not communicated them as concisely. Thanks Charles -Original Message----- From: Parsons Technical Services [mailto:[EMAI

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-04 Thread Parsons Technical Services
Trying a few test should help you narrow things down a bit. 1. Run without DB connection. (Done runs fast) 2. Run with a DB connect but no query. 3. Run with a simple query and do nothing with it. 4. Run with a simple query and post results in page. Only move forward through result set. 5. Run w

Re: web.xml servlet mappings, url pattern and CGI.PATH_INFO (tomcat 4.1.31)

2005-01-03 Thread Parsons Technical Services
I am sure there is a better option out there but if no one else weighs in, here are a couple of thoughts. As for the wild card I know there are several threads addressing the do and don't of this. Although I think you have figured them out through trial and error. As for one way to approach th

Re: can't run tomcat with jsvc

2005-01-03 Thread Parsons Technical Services
Can you start it using the startup script? Doug - Original Message - From: "Haluk Durmus" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, January 03, 2005 9:19 AM Subject: Re: can't run tomcat with jsvc Wolfgang Hackl wrote: Please verify that no http server (apache, squid et

Re: Tomcat Suddenly Stopped!

2005-01-02 Thread Parsons Technical Services
Check your log files. Report back what you find. Doug - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, January 02, 2005 8:16 PM Subject: Tomcat Suddenly Stopped! Before anything else, I would like to greet everybody HAPPY NEW YEAR!!! O

Re: Still need help! - DBCP/DB2/Tomcat 4.1.24 problem!

2004-12-23 Thread Parsons Technical Services
James, Two things that I see that you may want to try. 1. Change Resourceparams to ResourceParams 2. Check the documentation on the DB2 drivers for the proper way to pass the parameters. Some drivers cannot handle certain parameters from the xml. Some have to be included in another parameter. If

Re: performance issue with JK und IIS6

2004-12-21 Thread Parsons Technical Services
mance issue with JK und IIS6 Do you have some smart keywords for searching this issue? Michael -Ursprüngliche Nachricht- Von: Parsons Technical Services [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 21. Dezember 2004 13:21 An: Tomcat Users List Betreff: Re: performance issue with JK und II

Re: performance issue with JK und IIS6

2004-12-21 Thread Parsons Technical Services
Check the archives. There was a similar issue less than a couple of month ago. I think it involved a problem with ack. Doug - Original Message - From: "Michael Südkamp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 21, 2004 5:32 AM Subject: performance issue with JK

Re: [OT] Request an app test (free beer!)

2004-12-20 Thread Parsons Technical Services
On TAO Linux (Compiled from RHEL) Linux I already use this. I switch from pooled (on server) to direct on my development box (windows). Saves me the hassle of changing code. Doug - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Commons User" <[EMAIL PROTECTED]>; "S

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Parsons Technical Services
The pool manager built into Tomcat handles this just fine. Also ensure you have the latest drivers. Doug - Original Message - From: "Eric Rotick" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 20, 2004 7:39 AM Subject: Re: strange tomcat Behavior n

Re: security-constraint to limit jsp access

2004-12-18 Thread Parsons Technical Services
Jay, I think you need the auth-constraint tags. Example Security Constraint Protected Area /security/protected/* DELETE GET POST PUT role1 Then don't give anyone that rol

Re: Olen joululomalla, palaan 4.1.2005

2004-12-17 Thread Parsons Technical Services
I think I can say this for a lot of us Thank You! Doug - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 4:48 PM Subject: RE: Olen joululomalla, palaan 4.1.2005 No worries. I'll kick them off the

Re: Tomcat as standalone

2004-12-12 Thread Parsons Technical Services
Dola, You will find a wealth of opinions on this. The real answer is always a big IT DEPENDS. Because each case is different only you can really determine this. Some things to ask: Is there something you are doing that Tomcat can't do unless connected to Apache? Are the majority of your hits to t

Re: Display of Static Resources

2004-12-11 Thread Parsons Technical Services
xml so you could see what is wrong with the config. I have not done any config for the static resource at all; is there any config I need to do? Thanks...Ram ---------

Re: Display of Static Resources

2004-12-11 Thread Parsons Technical Services
here any config I need to do? Thanks...Ram --------- Parsons Technical Services wrote: Are the images served out ok on other pages? Images are not being served at all

Re: Re: Chirag: Can Tomcat Server be surfed from the Machine where the Server it is running

2004-12-11 Thread Parsons Technical Services
Before you make the changes to go to JDK 1.4 try removing the address attribute. This will require that you have IP addresses assigned to all adapters. If you still have the second adapter enabled, go into network from control panel and assign it a static IP(you may want to do this anyway). Dou

Test

2004-12-11 Thread Parsons Technical Services
Test mail. Doug - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Display of Static Resources

2004-12-10 Thread Parsons Technical Services
Are the images served out ok on other pages? Images are not being served at all in any page. This makes me think you have a configuration issue that is pointing all content to your servlet other than *.jsp. Have you tried running Tomcat without Apache? And is there a reason you need Apache? If

Re: Display of Static Resources

2004-12-10 Thread Parsons Technical Services
Ram, Are the images served out ok on other pages? As a test can you serve out a static page from the same folder the gif is in? When you say it is making the round trip, please explain what or how you know this. Is it possible that when you see the round trip, you are actually seeing the brows

Re: Strange problem

2004-12-10 Thread Parsons Technical Services
Yang, Give us some history. Is this a new build? Did it work before? With another app? Are the default components working? Can you get to static content? Doug - Original Message - From: "Yang Xiao" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, December 10,

Re: Chirag: Can Tomcat Server be surfed from the Machine where the Server it is running

2004-12-10 Thread Parsons Technical Services
Following a few post about being off topic, I leaning towards that this may end up OT. Try a few test: Compare: http://203.192.197.197:8080 http://127.0.0.1:8080 http://localhost:8080 http://www.yoururl.com:8080If you have a url. You might also try back stepping to a 1.4 JDK as a test. Are al

Re: [OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-09 Thread Parsons Technical Services
Some days ago we had a 20 post about how to convert a char to an intvery legitimate question but very OT. And marked as such. Quote: "sorry for posting this offtopic qns here" And the subject: "off topic - how do i convert an int to char" Doug --

Re: [OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-08 Thread Parsons Technical Services
And then there are the cases that would be deemed OT only to end up as a full blown Tomcat discussion. Some guy asked a question about IIS and at first it's OT. But after a few exchanges the solution is Tomcat. So even if the person is OT sometimes the answer is Tomcat. Doug - Original Mess

Re: what to do about port for Tomcat 4 on Linux?

2004-12-08 Thread Parsons Technical Services
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/setup.html http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg126929.html - Original Message - From: "Stephen Charles Huey" <[EMAIL PROTECTED]> To: "Tomcat User" <[EMAIL PROTECTED]> Sent: Wednesday, December 08, 2004 12:54 PM Subje

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
1. Is IIS shutdown (Stop the service and disable it)? 2. Is Tomcat up and running? 3. http://localhost returns what? If you get the default start page there is a link to the manager. As for the login Benson is speaking of the authentication (login) box that appears when you hit a site with sec

Re: Help: Windows Server on Linux Client

2004-12-07 Thread Parsons Technical Services
t number? I want to make 8080 disappear in linux... http 401 authentication problem occurs if I use http://server/myApp... still I cannot make use of realm because how to know I the client is using linux? Thanks! -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] S

Re: Best place to store files ?

2004-12-07 Thread Parsons Technical Services
les ? le 7/12/04 23:33, Parsons Technical Services à [EMAIL PROTECTED] a écrit : I use a directory that belongs to the owner of Tomcat and is located outside of the Tomcat directory. It really is a matter of preference. As for not overwriting the files, I have yet to read anything on this. How w

Re: simplest way to cache jsp pages into built "static" files?

2004-12-07 Thread Parsons Technical Services
Warning, I am going to twist things around a bit here. What if you wrote the pages that were to be cached as servlets. These would run in the background and regenerate the page at a set interval. The page is stored in a servlet as a string and served out whenever the servlet receives a matching r

Re: Best place to store files ?

2004-12-07 Thread Parsons Technical Services
I use a directory that belongs to the owner of Tomcat and is located outside of the Tomcat directory. It really is a matter of preference. As for not overwriting the files, I have yet to read anything on this. How would you determine which file to keep and which to overwrite? If you never delete

Re: off topic - how do i convert an int to char

2004-12-07 Thread Parsons Technical Services
Cast it with the offset added. int i = 0; char ch = (char)(i+97); Wrap in a try catch block if desired. Doug - Original Message - From: "Nilesh Bhattad" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; "Yang Xiao" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 10:51

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-07 Thread Parsons Technical Services
Try some google searches. I am sure there are some applications that will do it. Doug - Original Message - From: "Chirag" <[EMAIL PROTECTED]> To: "Parsons Technical Services" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-07 Thread Parsons Technical Services
At the dos prompt: startup >c:\capout.txt This will send all output to the file capout.txt No output will show on the screen. Use any name for the file and you can direct it anywhere you like. - Original Message - From: "Chirag" <[EMAIL PROTECTED]> To: "Pa

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-07 Thread Parsons Technical Services
change Tomcat back to using port 8080. Doug - Original Message - From: "Chirag" <[EMAIL PROTECTED]> To: "Parsons Technical Services" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 1:58 AM Subject: Re: Chirag: java.net.S

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-06 Thread Parsons Technical Services
debug="0" resourceName="UserDatabase"/> unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> 203.192.1

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-06 Thread Parsons Technical Services
is no kind of firewall Thanks in advance CSJakharia Parsons Technical Services <[EMAIL PROTECTED]> wrote: Are you running any kind of firewall? Doug - Original Message - From: "Chirag" To: Sent: Monday, December 06, 2004 11:53 AM Subject: Chirag: java.net.SocketExceptio

Re: Help: Windows Server on Linux Client

2004-12-06 Thread Parsons Technical Services
So to recap: On windows server you have disabled Anonymous access. Only Domain users are to be allowed. Windows using IE and Linux using Firefox work. Mozilla and konqueror do not. All of this with the browser hitting IIS on the front end. If this is correct, then the issue is with the browser and

Re: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket

2004-12-06 Thread Parsons Technical Services
Are you running any kind of firewall? Doug - Original Message - From: "Chirag" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 06, 2004 11:53 AM Subject: Chirag: java.net.SocketException: socket closed Endpoint ServerSocket Software Installed -

Re: Tomcat 5.0.27-r4 java.net.BindException

2004-12-06 Thread Parsons Technical Services
Chris, Great. Wasn't a home run, but at least I didn't strike out. Doug - Original Message - From: "Chris Stratton" <[EMAIL PROTECTED]> To: "Parsons Technical Services" <[EMAIL PROTECTED]> Cc: "Tomcat Users List" <[EMAIL PROTECTED

Re: apache&php4.0---Permission denied error

2004-12-06 Thread Parsons Technical Services
Oops, wrong mailing list. Slide on over to the httpd list. This one's for Tomcat and related jsp/servlet questions. http://httpd.apache.org/lists.html Thanks Doug www.parsonstechnical.com - Original Message - From: "vishal nalwa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: Service Not Starting Up with Start bar icon but only with a reboot

2004-12-06 Thread Parsons Technical Services
Jack, However, hitting the icon won't start Tomcat. If I restart the machine it will restart Tomcat however. Have you tried starting it from the services window? Any ideas? Do I need to provide any more information? There is nothing in the logs. Which logs? Have you looked in the windows logs an

Re: Help: Windows Server on Linux Client

2004-12-05 Thread Parsons Technical Services
Aris, Do want the only people that use the app to be domain users? If so, then you will need to implement a different security system if users will be on non windows machines. One option is the authentication roles in Tomcat. Down side is that the database of users will have to be maintained sep

<    1   2   3   4   5   6   >