Re: servlet context scope variables

2004-07-19 Thread Vladimer Shioshvili
Thanks Tim.. I realized that after I sent the question... Vladimer At 12:23 PM 7/19/2004, you wrote: A better thing to do is to implement a ServletContextListener to deallocate any resources. -Tim Vladimer Shioshvili wrote: I know this question is more of a servlet spec question, but I hope

servlet context scope variables

2004-07-18 Thread Vladimer Shioshvili
I know this question is more of a servlet spec question, but I hope someone has an answer.. if i have an object in the servlet context scope, if tomcat is shutdown gracefully would the object get finalized? thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc

Fwd: org.apache.jasper.JasperException: Unable to compile class for JSP

2004-07-16 Thread Vladimer Shioshvili
$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Unknown Source) Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

serving binary files

2004-03-01 Thread Vladimer Shioshvili
upper bits of the data. Any useful suggestion would be greatly appreciated. Thanks, Vlad ___ Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

Re: Simple instructions

2004-03-01 Thread Vladimer Shioshvili
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

RE: serving binary files

2004-03-01 Thread Vladimer Shioshvili
immediately delete this e-mail from your computer system and notify the sender. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC

Re: Problem with spanish accents and the 'ñ' char

2003-12-22 Thread Vladimer Shioshvili
] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155 - To unsubscribe, e-mail

Re: rare problem with javac

2003-11-05 Thread Vladimer Shioshvili
identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro

Re: (OT) oracle.jdbc.driver.OraclePreparedStatement.setString(OraclePreparedStat ement.java:1082)

2003-10-28 Thread Vladimer Shioshvili
commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155 - To unsubscribe, e-mail: [EMAIL

parameter null if an equal sign in the value of the jsp:param?

2003-10-21 Thread Vladimer Shioshvili
(or null?) from the request of the included page. Has anyone seen such a behavior? Thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

RE: parameter null if an equal sign in the value of the jsp:param?

2003-10-21 Thread Vladimer Shioshvili
= ; } return s; }//end workingValue That should fix any worries. Wade -Original Message- From: Vladimer Shioshvili [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 2:36 PM To: Tomcat Users List Subject: parameter null if an equal sign in the value of the jsp:param? Hello all

case insensitive path

2003-09-09 Thread Vladimer Shioshvili
is it possible to make context path case insensitive? Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

[OT] javamail uses wrong timezone in tomcat

2003-09-05 Thread Vladimer Shioshvili
Hi all, I am trying to send email message using javamail from Tomcat and messages have GMT + timestamp. Do i have to manually set the date through the javamail message, or i am missing something else? Thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc

how to make a scheduled event on tomcat

2003-08-26 Thread Vladimer Shioshvili
i would like to have a method that would run every-so-often (let's say two weeks). i am guessing listener could be an option.. is there a better solution to achieve this? thanks Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W

application scope variable lost

2003-07-28 Thread Vladimer Shioshvili
. this is something i was not ready for.. any clues or suggestions what could be the cause? any help is appreciated.. thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

Re: application scope variable lost

2003-07-28 Thread Vladimer Shioshvili
, though) Jon Vladimer Shioshvili wrote: I have three contexts running basically the same application. (one is semi-production, and two sandboxes). All of them having bunch of hasmaps in the application scope to use as a reference. there is only one servlet per application that actually does writing

Tomcat jsp file is locked on win32

2003-07-15 Thread Vladimer Shioshvili
for an answer to this question, would be greatly appreciated. Thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

Re: Unable to compile JSP on Win 2k sp3, tc 4.1.24 as service, sdk 1. 4.1_03 - Is there a solution?

2003-06-26 Thread Vladimer Shioshvili
recipient, please notify the sender immediately by return email and delete this communication and destroy all copies. Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

Re: Log4j problem mixing 2 apps

2003-06-26 Thread Vladimer Shioshvili
? It looks like the application that has been deployed last gets all the log messages. Thanks, Jim. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC

page buffer size

2003-06-25 Thread Vladimer Shioshvili
is it possible to specify a page buffer size in web.xml file? or is it only possible in the file? i tried the book, and google and had no success... thanks Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone

reposting: error page for basic authentication

2003-06-10 Thread Vladimer Shioshvili
any luck. Any help is greatly appreciated. Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155 - To unsubscribe, e-mail

basic authentication error page

2003-06-09 Thread Vladimer Shioshvili
..) Thus, how can i modify HTTP Status 401 - Unauthorized to be what i want it to be? PS. i am trying to define security constraint in conf/web.xml for every context I've tried to look for the solution on the web, but didn't have any luck. Any help is greatly appreciated. Vladimer

Re: directory list

2003-06-06 Thread Vladimer Shioshvili
' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'. Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

RE: directory list

2003-06-06 Thread Vladimer Shioshvili
://jblinux.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda

valves, and filtering by ip address

2003-05-31 Thread Vladimer Shioshvili
doesn't have a specific ip address.. but then i think i am missing something and i get authentication window three times and then get 401 error.. i am assuming that i am missing realm setup. any lead would be greatly appreciated.. Vladimer Shioshvili QRC Division of Macro

RE: Reloading class file without disturbing users?

2003-05-30 Thread Vladimer Shioshvili
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657

error-page question...

2003-04-04 Thread Vladimer Shioshvili
.. but header itself may cause a problem as it's not plain html, and i would get a recursive action. any quick suggestions? thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

RE: error-page question...

2003-04-04 Thread Vladimer Shioshvili
, and then i have an error page for errors. i want to include header in the error page so it looks like a standard page.. but header itself may cause a problem as it's not plain html, and i would get a recursive action. any quick suggestions? thanks, Vlad Vladimer Shioshvili QRC

RE: Not seeing new classes

2003-04-04 Thread Vladimer Shioshvili
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

Re: user clicks submit but nothing happens

2003-04-03 Thread Vladimer Shioshvili
for a solution and pattern for several days. Thank you so much Garrett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro

Re: jdk switching

2003-03-31 Thread Vladimer Shioshvili
PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: jdk switching

2003-03-31 Thread Vladimer Shioshvili
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer

RE: jdk switching

2003-03-31 Thread Vladimer Shioshvili
commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155 - To unsubscribe, e-mail: [EMAIL

NT services

2003-03-31 Thread Vladimer Shioshvili
be shutdown earlier than tomcat, but didn't see any changes. still the same... any ideas? Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

redirecting stdout

2003-03-26 Thread Vladimer Shioshvili
) I am using tomcat 4.0.6 running as an NT service on a win 2K box. thus, the question is, is there a way to either make tomcat date the file, or append to it? Thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD

Re: Servlet help

2003-03-26 Thread Vladimer Shioshvili
Patricia Hunter Systems Development and Web Design - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315

tomcat restart

2003-03-07 Thread Vladimer Shioshvili
be worried about it? as much as i know windows is properly restarted (by systems people)... Thanks in advance Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

tomcat and SAS

2003-02-21 Thread Vladimer Shioshvili
. Thanks for your help, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155 - To unsubscribe, e-mail: tomcat-user

tomcat NT service memory

2003-02-03 Thread Vladimer Shioshvili
. Could anyone either confirm that this is the correct approach, or give me suggestions. Thanks, Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155

session serialization

2003-01-22 Thread Vladimer Shioshvili
I am sure this question has been asked before, i am trying to find an answer, but not much luck yet. how can i disable session serialization? thanks vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone

Re: How do I unsubscribe?

2003-01-13 Thread Vladimer Shioshvili
send an email to [EMAIL PROTECTED] At 08:38 AM 1/13/2003, you wrote: How do I unsubscribe from the forum? I did try to 2 times by sending an email to un-subscribe address. But no luck. Thanks Krishna Nagaraj Vladimer Shioshvili QRC Division of Macro International Inc

jakarta-taglibs DBTags

2003-01-06 Thread Vladimer Shioshvili
appreciated... Vlad Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone: (301) 657 3077 ext. 155 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: jakarta-taglibs DBTags

2003-01-06 Thread Vladimer Shioshvili
thanks... At 01:52 PM 1/6/2003, you wrote: jdbc:oracle:thin:@machine:port:database -Original Message- From: Vladimer Shioshvili [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 1:44 PM To: Tomcat Users List Subject: jakarta-taglibs DBTags i know this is not a tomcat problem

servlet path

2003-01-03 Thread Vladimer Shioshvili
for some reason i remember seeing somewhere that i can painlessly change how servlets are accessed. by this i mean removing /servlet for URI path and using xx.com/ instead of xx.com/servlet/. any help appreciated, Vlad Vladimer Shioshvili QRC Division of Macro

Re: Console output in Tomcat

2002-12-31 Thread Vladimer Shioshvili
Raj, This is what happens with Windows (i am not sure how is it in Linux environment). If using tomcat as a service, output goes to a log file stdout.log (it's defined by default in the service configuration) located in %tomcat_home%\logs folder. Along with that you will find sterr.log that

RE: Console output in Tomcat

2002-12-31 Thread Vladimer Shioshvili
not with Tomcat4.1.12. I had run in the same problem a couple of days before and the only alternative was to install cygwin and redirect the output to a file. Sumit -Original Message- From: Vladimer Shioshvili [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 8:37 AM To: Tomcat Users List

RE: Virtual Hosting with Tomcat

2002-12-31 Thread Vladimer Shioshvili
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Vladimer Shioshvili QRC Division of Macro International Inc. 7315 Wisconsin Avenue, Suite 400W Bethesda, MD 20814 Phone