Image caching how to

2005-09-07 Thread Arun Prasad R
how to enable image caching in tomcat? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HTTP status code 404

2005-09-02 Thread L. Mohan Arun
but this is not what I want (because it will return a 200 OK status). I want the actual error code 404 to be returned to the client and HTTP status code 404 (Page not found). Mohan Arun

Re: A web based e-mail client

2005-08-16 Thread Arun Prasad R
hi there, i happen to see this. http://demo.zohovo.com a web based tool for office On 8/14/05, Robert F Hall [EMAIL PROTECTED] wrote: Evgeny, Thanks for the clarification. I've written several java apps that run in Tomcat, with browser based front ends and never thought of them as java

Re: serving japanese file problem

2005-08-15 Thread Arun Prasad R
thanks Mark,Hiroshi but how do i specify this in tomcat configuration. in which config file i need to change. what are the changes to be done to achive this. pls help. im newbie arun On 8/12/05, Mark Thomas [EMAIL PROTECTED] wrote: Arun Prasad R wrote: i have a ウェブ.jpg (japanese filename

Re: serving japanese file problem

2005-08-12 Thread Arun Prasad R
thanks Hiroshi, I set -Dfile.encoding=UTF-8 while starting tomcat and my platform support UTF-8 creation. servlet is same as what u have specifed but i get broken image(ie file not found) arun On 8/12/05, Hiroshi Iwatani [EMAIL PROTECTED] wrote: Your tomcat isn't running with UTF-8

serving japanese file problem

2005-08-11 Thread Arun Prasad R
i have a ウェブ.jpg (japanese filename) in images directory. while requesting that file url encode to %E3%82%A6%E3%82%A7%E3%83%96.jpg but tomcat doesn't serve ウェブ.jpg instead it says file not found. my question is how to make tomcat to decode %E3%82%A6%E3%82%A7%E3%83%96.jpg as ウェブ.jpg

serving file name in unicode

2005-08-10 Thread Arun Prasad R
hi there, im facing problem in tomcat serving a file with unicode name. pls help in this regard thanks in advance, arun

Re: Can session time be modified at runtime?

2004-09-10 Thread Arun Prasad R
hi if i don't control in application, so i can not do session.setMaxInactiveInterval(600); but for that application i experience frequent timeout. is there any other way, so that i need not to restart tomcat arun On Fri, 10 Sep 2004 11:59:39 +0100, Mike Fowler [EMAIL PROTECTED] wrote: You

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Arun Prasad R
hi you can set a session property like System.setProperty(user.dir, /your/application/home); this will change the applications current working dir. i have not checked the side effects. whether tomcat will be affected by this action or not arun On Fri, 10 Sep 2004 12:00:45 +0200, MATHOT Jacques

How to configure jakarta-struts-1.2.2 with tomcat 4.1.27

2004-09-10 Thread Arun Prasad R
hi all, i want to know step by step process of configuring jakarta-struts-1.2.2 with tomcat 4.1.27, any help thanks in advance arun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
hi index.jsp is not being compiled dynamically, if i rename to some other name some.jsp its get compiled. if somebody faced this issue pls help. im not getting clue by google. arun - To unsubscribe, e-mail: [EMAIL PROTECTED

how do i set max session time in 4.1.27

2004-09-09 Thread Arun Prasad R
hi all how do i set max session time in 4.1.27 Thanks in Advance arun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how do i set max session time in 4.1.27

2004-09-09 Thread Arun Prasad R
thanks paul though i set session.setMaxInactiveInterval(); sombody is overriding this action any help arun On Thu, 9 Sep 2004 16:24:05 +0530, Antony Paul [EMAIL PROTECTED] wrote: If you are setting maximum session time out you can set it in the WEB-INF/web.xml like this session-config

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
thanks for getting back im using 4.1.27, im changing server.xml arun On Thu, 9 Sep 2004 16:30:05 +0530, Antony Paul [EMAIL PROTECTED] wrote: Which version ?. Are you using the default Tomcat installation . If yes there should not be any problem if you didnt changed any configuration files

Re: put applications in other than webapps and webapps simultaneously

2004-09-09 Thread Arun Prasad R
hi you have edit CATALINA_HOME/conf/server.xml in that Context path=/YOUR_CONTEXT_PATH docBase=APPLICATION_DIRECTORY debug=0 privileged=true /Context eg Context path=/mypath docBase=/home/web/application debug=0 privileged=true /Context arun On Thu, 9 Sep 2004 16:29:01 +0530, Atishay Kumar

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
) at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:585) at java.lang.Thread.run(Thread.java:536) On Thu, 9 Sep 2004 08:22:08 -0500, QM [EMAIL PROTECTED] wrote: On Thu, Sep 09, 2004 at 04:00:25PM +0530, Arun Prasad R wrote: : index.jsp is not being compiled dynamically

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
happens only for file named index.jsp is it tomcat bug arun On Thu, 9 Sep 2004 08:42:12 -0500, QM [EMAIL PROTECTED] wrote: On Thu, Sep 09, 2004 at 07:07:26PM +0530, Arun Prasad R wrote: : i want to edit that source file. and i removed servlet and : servlet-mapping entry from web.xml

Re: Pls Help index.jsp not compiling dynamically

2004-09-09 Thread Arun Prasad R
modification for dynamic compile, then i will have all the class files, it will work fine. but in tomcat 4.1.27 i face this issue arun On Thu, 9 Sep 2004 08:57:18 -0500, QM [EMAIL PROTECTED] wrote: On Thu, SOP 09, 2004 at 07:20:31PM +0530, Arun Prasad R wrote: : thanks it worked, i just rename

Can session time be modified at runtime?

2004-09-09 Thread Arun Prasad R
changing session-timeout will it be effective for sessions created thereafter? anyone clarify arun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: org/apache/jsp/index_jsp (wrong name: index_jsp)

2004-09-08 Thread Arun Prasad R
Hi, i get this problem only when my web.xml entry removed, also if i rename that index.jsp to someothername.jsp, dynamic compilation is done only for the file index.jsp dynamic compilation is not done Arun On Wed, 8 Sep 2004 08:40:00 -0400, Shapira, Yoav [EMAIL PROTECTED] wrote: Hi, http

Frequent session expire in Tomcat 4.1.27

2004-09-08 Thread Arun Prasad R
hi i experience frequent session expire in Tomcat 4.1.27. is there any way to extend the expiry time in server configuration. Thanks in Advance, Arun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Frequent session expire in Tomcat 4.1.27

2004-09-08 Thread Arun Prasad R
hi let me some sample in this regard. im new to tomcat pls help me arun On Wed, 8 Sep 2004 23:00:47 -0500, Filip Hanik (lists) [EMAIL PROTECTED] wrote: you do that in your own web.xml file see a tutorial on web.xml /servlets -Original Message- From: Arun Prasad R [mailto:[EMAIL

org/apache/jsp/index_jsp (wrong name: index_jsp)

2004-09-07 Thread Arun Prasad R
Hi all, Im using linux 2.4.18-14, tomcat 4.1.27, apache 2.0.40 jdk 1.4.1. im getting following exception only for the pages having name index.jsp, if anybody faced this already please inform me about the fix Thanks in Advance Arun javax.servlet.ServletException: org/apache/jsp/index_jsp (wrong

RE: Need help - Data Source problem

2004-03-03 Thread Mathur, Arun
thoughts as to what else I can do to troubleshoot this problem further? I am running Tomcat-4.1.27. Thanks, Arun -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 3:31 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Need help

RE: Need help - Data Source problem

2004-03-03 Thread Mathur, Arun
My apologies. I forgot to change the subject before posting. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 4:04 PM To: Tomcat Users List Subject: RE: Need help - Data Source problem Hi, same import statement, and it worked fine.

Uploading a file using JSPs

2004-03-03 Thread Mathur, Arun
thoughts as to what else I can do to troubleshoot this problem further? I am running Tomcat-4.1.27. Thanks, Arun

How to configure the default application in apache to point to tomcat??

2003-12-09 Thread Natarajan Arun
. Thanks for any help. Arun N. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ConnectException in Tomcat 4.1

2003-11-19 Thread Arun N
what is the file you are trying to read, ie what is the extension. did you check if the server allows you to access the file directly.. ie http://server:port/dir/yourfile.ext are you able to access the this way ? - Original Message - From: Efrat Bar-Nahum [EMAIL PROTECTED] To: [EMAIL

Large Scale Deploymenet on Tomcat ?

2003-10-27 Thread ARUN PRASAD
Hi ! Are there any success stories of deploying a large scale application (1+ users ) on tomcat+jboss out there ? Really need to convince the top bosses down here to give it a chance :) Arun Justin Ruthenbeck [EMAIL PROTECTED] ne.com

JNDIRealm(LDAP) Authentication Configuration Sample Required

2003-10-01 Thread Arun K Solleti
something in the configuration and tomcat is not talking with LDAP, was wondering if you can provide some inputs on this. Appreciate your help and time. Thanks Arun Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail

JNDIRealm (LDAP) Configuration Problem

2003-09-29 Thread Arun K Solleti
provide some inputs on this. Appreciate your help and time. Thanks Arun Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! http://login.mail.lycos.com/r/referral?aid=27005

Ant Install Task: Context Startup Failed

2003-03-19 Thread Arun Horne
LifecycleException: Container StandardContext[/test] has not been started at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3643) at org.apache.catalina.core.StandardContext.start(StandardContext.java:3621) --- END LOG --- Thanks in advance, Arun -- Arun Horne

Apache-Tomcat configuration on Win2k

2003-02-13 Thread Arun
the following error message: Syntax error on line 1024 of c:/program files/apache group/apache/conf/httpd.conf: JkWorkersFile takes one argument, the name of a worker file for the Jakarta servlet containers Please suggest.. Arun Mysore

Using JasperReports with Tomcat's Xerces : NoClassDefFound exception

2003-02-08 Thread Arun Jayaprakash
the older jars in the common\endorsed folder, but it was of no use. Can anybody tell me where I am going wrong. I tried looking through the archives but could not come up with anything similar (perhaps my search criteria was wrong!) Regards, Arun Jayaprakash.

Problem in running NT service using Tomcat.

2002-07-24 Thread Arun Natesan
the message that Tomcat failed to start.Please help me in identifying the problem soon.Thanks a lot. M Arun Natesan Infosys Technologies Limited Telstra - APAC Off : 91-80-8520261 Extn:51525 Per: 91-98452-96824 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

problem in using jsp:usebean...

2002-02-26 Thread arun yadav
ARUN _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Returned mail: User unknown

2002-02-12 Thread arun desai
Hi, Could you please let me know how to create a virtual directory using Tomcat 4.0.1. ? thanks, Arun Desai. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4

2002-02-12 Thread arun desai
Please let me know how to create Virtual dirctory using tomcat 4.0.1 thanks, Arun Desai. - Original Message - From: Donald Lee [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: 2/12/02 4:54 PM Subject: RE: cocoon2.0.1 under tomcat4.0.2LE jdk1.4 you would probably have

Tomcat Shutdown Problem

2002-01-19 Thread Arun K Solleti
of JDK (tried with 1.2.2_07) but i noticed that my server shutdown 3 times in a span of 30minutes while i was performing some tests. Does any one have any idea what my server is shutdowning ?? Thanks Arun -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED

How can I use LDAP for Tomcat authentication ?

2002-01-18 Thread Arun K Solleti
of my server. But i was not asked for any UserId/Password. Was wondering if i have done anything wrong ?? Thanks Arun -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

prob with installation on winNT

2001-07-27 Thread arun yadav
Hi everybody iam new 2 this site plz help me When i run statup.bat I get an error msg : error relocation error : NULL relocation taget' has occurred in : 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z' :Interpreting method And it asks 2 report the error in detail 2 java.sun.com Then a msg

tomcat download

2001-07-24 Thread arun yadav
Iam unable 2 download the binaries source code of tomcat Can anyone help me When I click on the link from where I've to download it give retry window adinfinitum _ Get your FREE download of MSN Explorer at

Citybus project

2001-04-28 Thread Arun Sharma
Thought this might be of interest to some of you. Of course, I'm using tomcat for the project ;) http://sharmas.dhs.org/~adsharma/projects/citybus/citybus.html -Arun

Can't redirect from servlet to jsp

2001-04-27 Thread Arun Bhat
Arun BhatSoftware EngineerDante Consulting, Inc.www.dante-consulting.com 1550 Wilson Blvd, Suite 705Arlington, VA 22209(703) 807-0520 ===The information contained in this electronic transmission is intended onlyfor the use

Can't redirect from servlet to jsp

2001-04-26 Thread Arun Bhat
t.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) Thanks, Arun Arun BhatSoftware EngineerDante Consulting, Inc.www.dante-consulting.com 1550 Wilson Blvd, Suite 705Arlington, VA 22209(703

Tomcat3.2 on Win2000

2001-04-04 Thread Arun Jayaprakash
. Has anybody faced this problem? Does anybody have the solution? Thanks and bye, Arun Jayaprakash. __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

Apache tomcat problem

2001-03-01 Thread Arun Sivashankaran
helpful, as I don't check the list that frequently. Thanks in advance. arun - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Using Jikes with Tomcat 3.2 final

2000-12-08 Thread Arun Katkere
ctx.log("JikesContextInterceptor - no servlet named \"jsp\": " + ctx.getPath() + " " + ctx.getDocBase()); } } and added this class *after* WebXmlReader loading in server.xml. Not the cleanest way, but we didn't want to put TomCat specific code in