Re: Copying large files around

2007-10-13 Thread PTS
Yes. It has AT (command line) and a scheduler (GUI). You can do a batch file and set it to run at a certain time, day and frequency. I had a client that I setup the dhcp service to stop, copy the database over to a backup directory and then restart the service in a batch file. Then I called it

Re: Corrupted archive file?

2007-09-09 Thread PTS
Mark, Did he post to the dev list or another list as well? Just curious why this would be a cross post. Doug - Original Message - From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, September 09, 2007 10:14 AM Subject: Re: Corrupted

Re: upload and download of images with Tomcat

2007-09-07 Thread PTS
I think it may be your choice of location that is causing you problems. Also would you not loose that content if you undeployed your app (depending on how it is deployed)? I do uploads and display the images without issue in my app. But my directory is outside the web app structure. WARNING

Re: Noob needs help with a webservice wich uses resources located in a folder

2007-09-03 Thread PTS
If my quick read of your problem is correct, (only works when run from command line) then I would venture to say that you may have a rights issue. Who owns the app? By default Tomcat starts from the scripts as owner tomcat where as from the command line it is running as you (root or some admin

Re: OT tomcat embedded 5.5 localhost alias

2007-08-21 Thread PTS
It has nothing to with Tomcat in this case. http://localhost equals http://127.0.0.1 equals http://AAA.BBB.CCC.DDD (the IP address of the machine) When it comes to accessing the web page from the machine that is hosting the site. The above is not exactly correct when it comes to things

Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread PTS
/me finishes throwing out straws :-) -- Hassan Schroeder [EMAIL PROTECTED] Since Hassan has run out I have a few. What IF Tomcat is starting OK but there is no page to serve at the URL you are going to? IF the server is starting fine but the app is not deploying then

Re: Tomcat Farm Recommendation

2007-07-04 Thread PTS
First things first, I do not have an answer. As for the approach of multiple machines it does allow for better fault tolerance. But is also has the disadvantage of multiple machines to manage. And I am sure the list has lots of other pros and cons. As for the machine brand selection is another

Re: Null

2007-06-27 Thread PTS
queryResult[i]; } Cheers On 25/06/07, Propes, Barry L [EMAIL PROTECTED] wrote: yeah, this seems like a good solution, too. -Original Message- From: PTS [mailto:[EMAIL PROTECTED] Sent: Saturday, June 23, 2007 12:29 PM To: Tomcat Users List Subject: Re: Null I had to deal with a lot

test from gmail user

2007-06-24 Thread PTS
Having issues getting my email to show on the list. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

another test

2007-06-24 Thread PTS
Trying again. user only - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: another test

2007-06-24 Thread PTS
Thanks. - Original Message - From: Wendy Smoak [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, June 24, 2007 12:04 PM Subject: Re: another test On 6/24/07, PTS [EMAIL PROTECTED] wrote: This is a strange one indeed. It would appear that Google mail

Re: another test

2007-06-24 Thread PTS
intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: PTS [EMAIL

Re: Null

2007-06-23 Thread PTS
I had to deal with a lot of null values coming back from a database. I may have been reinventing the wheel but I wrote a little DBUtil class that I used to sanitize the returned data. I wrote a get for each type of data and did a try catch. If the data came back not null I simply returned it,

Re:[OT] Tomcat Server CPU utilization goes upto 400%

2007-06-14 Thread PTS
Gaikaiwari -Original Message- From: PTS [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 9:23 AM To: Tomcat Users List Subject: Re: Tomcat Server CPU utilization goes upto 400% Sumit, Look at the design of the app. Is each session doing a query every 30 seconds? Also

Re: Tomcat Server CPU utilization goes upto 400%

2007-06-13 Thread PTS
Sumit, Look at the design of the app. Is each session doing a query every 30 seconds? Also is the database on the same server? I had an app that was originally designed to be for a few users that each session hit the database. Due to the amount of processing of the data it had a snowball