Regarding PSK and SRP support for Tomcat 9.0.37 server

2021-01-26 Thread Rahul Shukla
versions. If it is supported, how can I configure it. Any reference will be really appreciated. Any idea, if PSK and SRP based ciphers are only supported for any specific TLS protocol version? Thanks, Rahul.

Regarding PSK and SRP support for Tomcat 9.0.37 server

2021-01-20 Thread Rahul Shukla
versions. If it is supported, how can I configure it. Any reference will be really appreciated. Any idea, if PSK and SRP based ciphers are only supported for any specific TLS protocol version? Thanks, Rahul.

ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread Rahul Ranjan
The issue is the files and folder is not showing in a sorted order. I am attaching you a screenshot for your reference. [image: image.png] As I know by default Apache-Tomcat displays the files in a sorted order. I don't know why it's behaving like that. Please help me to know

Problem in ApacheTomcat - 8.0. 37: Files are not displaying in sorted order.

2019-04-24 Thread Rahul Ranjan
fine. Can you please tell me what could be the problem? I am attaching you a screenshot for reference. I will appreciate any help. [image: image.png] *Regards,* [image: Lucida Technologies] RAHUL RANJAN C++ Developer | IBM Mob : 9570311276 Skype: rahulranjan.c...@gmail.com [image: facebook] &

After updating to Tomcat V7.0.78 from V7.0.54 JSP compilation fails due to 65535 bytes limit

2019-01-16 Thread Rahul Singh
, Same JSP was succesfully executed and compiled in Tomcat 7.0.54. and no information is mentioned in chnagelogs and relase notes related to this phenomena. Your eraly response is highly appriciated !! Regards, Rahul kumar Singh

Why Tomcat Session Replication requires Sticky Sessions

2017-09-29 Thread Singh, Rahul (CWM-NR)
it seems stickiness is a pre-condition for session replication. Why? Is it not a replacement for sticky sessions? Regards, Rahul __ This email is intended only for the use of the individual(s) to whom it is addressed and may be

Re: Tomcat 7.0.54 gives zero-byte .java and .class files for jsp in work directory that cause truncated class error

2016-08-04 Thread Rahul Singh
duction environments (occurring Many production environments), and it is raised as tomcat specific problem so occurrence condition and root cause may be required from tomcat team. Regards, Rahul Kumar Singh From: Christopher Schultz Sent: Sunday, July 31

Tomcat 7.0.54 gives zero-byte .java and .class files for jsp in work directory that cause truncated class error

2016-07-27 Thread Rahul Singh
us to finding root cause. Regards, Rahul Kumar singh

Http POST request is getting tempered in Tomcat7

2016-07-15 Thread Rahul Singh
pache-Coyote/1.1 Content-Type text/html;charset=utf-8 Date Thu, 14 Jul 2016 15:41:55 GMT X-Cache MISS from gateway1 X-Cache-Lookup MISS from gateway1 Via 1.0 gateway1 This request in the Struts filter gives null entry set. Why does the POST request get changed in this case and also entry se

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-19 Thread Rahul Singh
Apart from below information, one additional information. We have used the jQuery form plugin js in our project. This handles the form and request submit. The code is as attached here. From: Rahul Singh Sent: Tuesday, January 19, 2016 11:30 AM To

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-18 Thread Rahul Singh
---BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahul, On 1/17/16 11:28 PM, Rahul Singh wrote: > Code flow is attached, forgot to attach in trailing mail. > > -- - -- > > *From:* Rahul Singh > *Sent:* Monday, Jan

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-17 Thread Rahul Singh
Code flow is attached, forgot to attach in trailing mail. From: Rahul Singh Sent: Monday, January 18, 2016 8:39 AM To: Tomcat Users List Subject: Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79] He

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-17 Thread Rahul Singh
r response(which is not received in our case). Our application works fine for lesser than 2 gb fie uploads but fails for greater size files as the request fails to reach the dofilter() method after which the request can be forwarded to the requested method. Regards, Rahul __

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-14 Thread Rahul Singh
Dear Christopher, Thanks for your guidelines, we have big hope from Apache Tomcat Team to solve this problem as this is show stopper for our application, we have also raise this question on various forum like stack overflow and other,but no relevant reply till now. Hope you understand my situa

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-14 Thread Rahul Singh
oads, so that the request reaches the doFilter() method? From: Christopher Schultz Sent: Wednesday, January 13, 2016 8:11 PM To: Tomcat Users List Subject: Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79] Rahul, On 1/12/16 10:56 PM, Rahul S

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-13 Thread Rahul Singh
.79] maybe a stupid question nowadays, but : is the platform on which you are running this 32-bit, or 64-bit ? (OS and JVM) On 13.01.2016 04:56, Rahul Singh wrote: > Hi, > >> Define "Not successful"? Exceptions thrown? File truncated? Upload >> never starts? Nev

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-12 Thread Rahul Singh
ion thrown, as well as when file size is less than 2GB, then request.getContentLength return the correct value of file size in byte. Regards, Rahul Kumar Singh From: David kerber Sent: Tuesday, January 12, 2016 6:07 PM To: Tomcat Users List Subject: Re: F

Re: File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-11 Thread Rahul Singh
struts.xml: In JSP: === Alongwith with configuring server.xml with maxPostSize element and mutipart-config in web.xml But still the file upload request for greater than 2 gb not successful.  Thanks Rahul

File size >= 2GB not uploaded in application [Tomcat 7.0.54 Struts: 2.3.24 JAVA: openJDK 1.7.79]

2016-01-11 Thread Rahul Singh
d="post" enctype="multipart/form-data"> Alongwith with configuring server.xml with maxPostSize element and mutipart-config in web.xml But still the file upload request for greater than 2 gb not successful.  Thanks Rahul

RE: logjam attacks in tomcat 7

2015-10-01 Thread Rahul Singh
ct 2015 08:59:31 +0200 > > On 01/10/2015 07:08, Rahul Singh wrote: > > Yes i know this fix, > > i just want to know, waht is deafult cipher deatil, in my existing > > server.xml no cipher parameter value is mentioned.So please help me to > > understand the same. >

RE: logjam attacks in tomcat 7

2015-09-30 Thread Rahul Singh
" > > ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, > > TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA, > > TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC

logjam attacks in tomcat 7

2015-09-30 Thread Rahul Singh
ypu please assist me to understand the following things. 1- What value of default cipher is using in My application.2- Does it require to update for working with lates Browser chrome and fixing the "Diffie-Hellman" security issue. Regards,Rahul kumar Singh

log4j:ERROR setFile(null,true) call failed.

2015-08-05 Thread Rahul Singh
Dear Tomcat team,thanks for your continuous support. please assist us to find the root cause of the below problem. during the start of tomcat server, the below error occurred. Jul 30, 2015 6:57:38 AM org.apache.coyote.AbstractProtocol initINFO: Initializing ProtocolHandler ["http-bio-8585"]Jul 3

RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file

2015-07-23 Thread Rahul Kumar Singh
) java.lang.ClassFormatError: Truncated class file 2015-07-23 8:49 GMT+03:00 Rahul Kumar Singh : > Dear Christopher, > > The solution is fine, but first thing we need to identify the root cause. > If it is the problem of "loading a JSP-based class file." Why it is happened > in prod

RE: Tomcat 7 (7.0.54) Login URL is Passing with JSESSION ID. | why there is different behaviour in Tomcat 6 and Tomcat 7

2015-07-23 Thread Rahul Kumar Singh
is Passing with JSESSION ID. | why there is different behaviour in Tomcat 6 and Tomcat 7 2015-07-21 14:38 GMT+03:00 Rahul Kumar Singh : > Hello Tomcat Team, > > “;jsessionid=C1A67FB90E1300DF14EE027A3634A34B” passed in URL > "localhost:8080/login. jsp;jsessionid=C1A67FB90E1300DF14E

RE: Tomcat 7 (7.0.54) Login URL is Passing with JSESSION ID. | why there is different behaviour in Tomcat 6 and Tomcat 7

2015-07-23 Thread Rahul Kumar Singh
54) Login URL is Passing with JSESSION ID. | why there is different behaviour in Tomcat 6 and Tomcat 7 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rahul, On 7/21/15 6:38 AM, Rahul Kumar Singh wrote: > “;jsessionid=C1A67FB90E1300DF14EE027A3634A34B” passed in URL > "localhos

RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file

2015-07-22 Thread Rahul Kumar Singh
Dear Christopher, The solution is fine, but first thing we need to identify the root cause. If it is the problem of "loading a JSP-based class file." Why it is happened in production environment? Any solid reason ? Regads, Rahul Kumar Singh -Original Message- From: C

RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file

2015-07-21 Thread Rahul Kumar Singh
) -Original Message- From: Rahul Kumar Singh [mailto:rahul.si...@nectechnologies.in] Sent: Wednesday, July 22, 2015 9:33 AM To: Tomcat Users List Subject: RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file Dear Christopher, >Any quotas on the filesystem? No. >Any idea which

RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file

2015-07-21 Thread Rahul Kumar Singh
ime and JSP compilation time. Regards, Rahul -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, July 21, 2015 10:49 PM To: Tomcat Users List Subject: Re: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file -BEGIN PGP SIG

RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file

2015-07-21 Thread Rahul Kumar Singh
Subject: Re: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file 2015-07-21 11:41 GMT+03:00 Rahul Kumar Singh : > Hello Tomcat team, > > Thanks for your always support !! > > Please do the needful on below problem. > > Web A

RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file

2015-07-21 Thread Rahul Kumar Singh
Sent: Tuesday, July 21, 2015 3:50 PM To: Tomcat Users List Subject: Re: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file 2015-07-21 11:41 GMT+03:00 Rahul Kumar Singh : > Hello Tomcat team, > > Thanks for your always support !! > > Please do the needful on b

RE: Tomcat 7 (7.0.54) Login URL is Passing with JSESSION ID. | why there is different behaviour in Tomcat 6 and Tomcat 7

2015-07-21 Thread Rahul Kumar Singh
ESS LOGS: 127.0.0.1 - - [21/Jul/2015:08:30:13 +] "GET /login.jsp;jsessionid=C1A67FB90E1300DF14EE027A3634A34B HTTP/1.0" 200 1063 -----Original Message- From: Rahul Kumar Singh Sent: Tuesday, June 23, 2015 6:17 PM To: 'Tomcat Users List' Subject: Tomcat 7 (7.0.54) Login

RE: Tomcat 7 (7.0.54) java.lang.ClassFormatError: Truncated class file

2015-07-21 Thread Rahul Kumar Singh
) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) ... 83 more = Your Help would be highly appreciated. Regards, Rahul Kumar Singh DISCLAIMER

Tomcat 7 (7.0.54) Login URL is Passing with JSESSION ID.

2015-06-23 Thread Rahul Kumar Singh
in Tomcat 6 It is not happening. Could any one help me on this from Apache Tomcat community. Regards, Rahul Kumar Singh DISCLAIMER: --- The contents of this e-mail and any

RE: SSL / TLS compression | SPDY service|CVE-2012-4929

2015-03-27 Thread Rahul Kumar Singh
. From: Ognjen Blagojevic [ognjen.d.blagoje...@gmail.com] Sent: Friday, March 27, 2015 8:34 PM To: Tomcat Users List Subject: Re: SSL / TLS compression | SPDY service|CVE-2012-4929 Rahul, On 27.3.2015 14:42, Rahul Kumar Singh wrote: > So how to disa

SSL / TLS compression | SPDY service|CVE-2012-4929

2015-03-27 Thread Rahul Kumar Singh
to disable compression and / or the SPDY service in tomcat6. Regards, Rahul Kumar Singh DISCLAIMER: --- The contents of this e-mail and any attachment(s) are confidential and in

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-25 Thread Rahul Kumar Singh
. = Regards, Rahul Kumar Singh -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Wednesday, March 25, 2015 4:11 AM To: Tomcat Users List Subject: Re: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28) Rainer Jung wrote: > Some numb

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-24 Thread Rahul Kumar Singh
Some of the observations during the GC call monitoring / heap dump from JMAP: Tomcat Version Stages Java Heap Usage Java Heap Capacity Virtual memory (by top) Resident Memory (by top) Tomcat 6 After tomcat startup 17.18 MB 367.8 MB 6712 MB 175 MB After functional operation 18.77 MB

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
>Also interesting is "cat /proc/PID/maps" but here one would need to calculate >sizes per line from the two hex addresses given at the start of each line. >Something like: >cat /proc/PID/maps | perl -n -e '($a,$b)=split(/[- ]/);print hex($b)-hex($a), >" ", $_;' | sort -n >(replace PID by the c

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
>Just remember that the numbers out of top are at best approximations, and, as >Rainer pointed out, not taking measurements immediately after a GC is a >guarantee of an apples versus oranges comparison. >The appropriate tools (e.g., VisualVM) must be used for any rational analysis. During the an

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28) -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rahul, On 3/23/15 8:39 AM, Rahul Kumar Singh wrote: >> Exact command-line that starts Tomcat7 (as given e.g. by "ps -ef >> | grep java") : > Tomcat7 559

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
you deploying in both cases >above ? The default application came with apache tomcat 6 and tomcat7 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, March 23, 2015 5:27 PM To: Tomcat Users List Subject: Re: Tomcat 7 (7.0.54) memory consuption is very high(3

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
as given e.g. by "ps -ef | grep java") : -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, March 23, 2015 5:27 PM To: Tomcat Users List Subject: Re: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28) Rahul Kumar Singh wr

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
Plz ignore previous mail -Original Message- From: Rahul Kumar Singh Sent: Monday, March 23, 2015 6:05 PM To: Tomcat Users List Subject: RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28) >Exact command-line that starts Tomcat6 (as given e.g. by &quo

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
is not a big difference, then obviously it must have something to >with your application. And then, follow Mark's already-given advice to find >out what. The initial value is also somewhere double of tomcat6. Regards, Rahul Kumar Singh -Original Message- From: André War

RE: Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
o same. (java version "1.7.0_09-icedtea" OpenJDK Runtime Environment (rhel-2.3.3.el5.1-x86_64) OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)), 3-The initial memory of tomcat is increased by three times. Regards, Rahul Kumar Singh -Original Message- From

Tomcat 7 (7.0.54) memory consuption is very high(3 times) than Tomcat 6 (6.0.28)

2015-03-23 Thread Rahul Kumar Singh
. RESIDENT MEMORY:300-400 MB Approx. Tomcat 7.0.54 memory consumption MAP. RESIDENT MEMORY:900-1800 MB Approx. Underline java platform is same(OpenJDK7) in both tomcat 6 and tomcat 7. Now question is that, why the memory consumption increased about 3 times in Tomcat 7. Regards, Rahul Kumar Singh

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
cgi /cgi-bin/* Please let me know what do you mean by privileged usage. On Fri, Jun 20, 2014 at 6:17 PM, André Warnier wrote: > Rahul R wrote: > >> More info: >> >> http://localhost:8180/toggle_read.html is html. But after using >> >>

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
More info: http://localhost:8180/toggle_read.html is html. But after using in the html the url loading is http://localhost:8180/read_toggle.cgi and again its giving 404 error. :( On Fri, Jun 20, 2014 at 5:59 PM, Rahul R wrote: > Thanks Mark for your suggestion. But by privileged, did

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
Thanks Mark for your suggestion. But by privileged, did you mean to add an entry like below on context.xml? On Fri, Jun 20, 2014 at 5:46 PM, Mark Thomas wrote: > On 20/06/2014 12:49, Rahul R wrote: > > Hi > > > > I am trying to migrate something which was working und

CGI script to work on Tomcat

2014-06-20 Thread Rahul R
-apache-tomcat.html I don't see anything in the catalina.out or any other logs. Kindly me help to fix this issue. -- Thanks, Regards, Rahul R .~. /V\ // \\ /( )\ ^`~'^ Mob: 09008030921

Re: Unable to unpack war under webapps

2014-05-06 Thread Rahul R
Thanks Daniel.. That clue helped... tomcat was running as a different user and I tried to start using root. On Tue, May 6, 2014 at 7:38 PM, Daniel Mikusa wrote: > On May 6, 2014, at 9:25 AM, Rahul R wrote: > > > Hi > > > > I have put ROOT.war under webapps folder of

Unable to unpack war under webapps

2014-05-06 Thread Rahul R
. Any help would be much appreciated. -- Thanks, Regards, Rahul R

Re: Async Context not timing out

2013-05-13 Thread Rahul Kumar
because the timeouts for me can be anything from 100 millis to 1 millis. I think I should be using a timer thread or a HashWheeledTimer instead! Thank You! -Rahul PS: The async timeout works just fine with higher timeout and sleep values for e.g. (a timeout of 1000 millis and a sl

Async Context not timing out

2013-05-13 Thread Rahul Kumar
d the output in plain text format. I have tried this on Tomcat 7.0.20, 7.0.37, 7.0.40. Nothing seems to help. Am i doing something wrong? Please help. Apologize if I am wasting your time! But I need to fix it. Thanks for your help! -Rahul -- *Meet AdIQuity at:* *Ad:Tech, Singapore *on 13th-14th

Re: Tomcat DBCP Logging

2013-03-06 Thread Rahul Somasunderam
Thanks Dan, The initialSize brought the logs into my catalina.out. R, rahul On Mar 6, 2013, at 2:21 PM, Daniel Mikusa wrote: > On Mar 6, 2013, at 5:07 PM, Rahul Somasunderam wrote: > >> >> On Mar 6, 2013, at 11:26 AM, Daniel Mikusa wrote: >> >>>

Re: Tomcat DBCP Logging

2013-03-06 Thread Rahul Somasunderam
On Mar 6, 2013, at 11:26 AM, Daniel Mikusa wrote: > On Mar 6, 2013, at 1:49 PM, Rahul Somasunderam wrote: > >> Hi, >> >> I'm running Tomcat 7.0.23. > > This is getting pretty old, you might want to consider upgrading. I will, but I don't think this

Tomcat DBCP Logging

2013-03-06 Thread Rahul Somasunderam
at log this? R, rahul smime.p7s Description: S/MIME cryptographic signature

server.xml for ldap connection

2012-07-23 Thread Rahul R
some environment specific values by a jsp file, which is under webapps folder. Can I make use of that for having these values? It would be a great help if some one can help me here. Regards, Rahul R

Re: Exclude url from authorized access-web.xml

2012-07-11 Thread Rahul R
ices Portal On Thu, Jun 14, 2012 at 8:00 PM, Pid wrote: > On 14/06/2012 15:06, Rahul R wrote: > > Hi All, > > > > I have an issue with allowing access to a page which is secured using > > active directory authentication. I want some pages/content to be excluded >

Exclude url from authorized access-web.xml

2012-06-14 Thread Rahul R
this is happening. Could anyone here can help me on this? -- Thanks, Regards, Rahul R

Re: Working of Tomcat with MS Access

2011-04-16 Thread RAHUL RAJ
Yes On Sat, Apr 16, 2011 at 8:44 PM, Pid wrote: > On 4/15/11 6:58 PM, RAHUL RAJ wrote: > > This is like a small assignment that has to be submitted urgently > > Is this student coursework? > > > p > >

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
I think I have to have tomcat (.zip) rather than md5 package..just a moment...i will get back to you... On Sat, Apr 16, 2011 at 8:50 AM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > > ____ > From: RAHUL RAJ [omrahulr

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
vista home basic. No, I can restart tomcat each time, by clicking the start/stop button. On Sat, Apr 16, 2011 at 2:49 AM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > >-Original Message----- > >From: RAHUL RAJ [mailto:omrahulraj...@gmail.com] > >

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
I am working on windows platform. I downloaded tomcat setup, md5(.exe) and installed it. On Sat, Apr 16, 2011 at 3:18 AM, André Warnier wrote: > >> Also startup.bat is not there in the specified directory. >>> >> > It is not there because you have downloaded and installed the "Tomcat > instal

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
me account you need to for "Access". " I don't know how to do these...Can you explain for me? Also startup.bat is not there in the specified directory. On Sat, Apr 16, 2011 at 1:48 AM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > >---

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
There is no startup.bat file in the directory u specified. In my system the directory path is C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin On Sat, Apr 16, 2011 at 12:14 AM, Angel Java Lopez wrote: > Rahul: > > Stop tomcat as a service. > Go to //bin > Run startup

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
> > > > > -Original Message- > From: RAHUL RAJ > To: Tomcat Users List > Sent: Fri, Apr 15, 2011 2:35 pm > Subject: Re: Working of Tomcat with MS Access > > > Thank you very much for your help! When I did with mysql, the corresponding > > jdbc dri

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
expected. I know this is not a java thread . . . but still > trying to help since it is a time sensitive matter. > Silly question, but are your jdbc drivers added to your library for the web > app? I make this mistake ALL the time. > > Troy > > > > > > > > > > > -Orig

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
running 'tomcat as standalone java program'? can u explain for me sir? 2011/4/15 Mikolaj Rydzewski > RAHUL RAJ wrote: > >> This is like a small assignment that has to be submitted urgently..so I >> have >> to run away from the error! and tried with MS ACCE

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
No I am in Windows mode. On Fri, Apr 15, 2011 at 11:26 PM, Propes, Barry L wrote: > Jeff has some really good points here, Rahul. > > I'm a guy who spent several years doing ASP development with both MS Access > and SQL Server over the web before getting into Java. > Even st

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
make this type of simple jdbc connection in mysql the > syntax is: > > String url = "jdbc:mysql://localhost/dbName"; > Connection conn = DriverManager.getConnection(url, "", ""); > > Troy > > > > > > > > > > > -Original

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
' On Fri, Apr 15, 2011 at 11:09 PM, Leo Donahue - PLANDEVX < leodona...@mail.maricopa.gov> wrote: > > >-Original Message- > >From: RAHUL RAJ [mailto:omrahulraj...@gmail.com] > >Sent: Friday, April 15, 2011 10:35 AM > >To: Tomcat Users List > >Subjec

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
r more conventional way. > > So, to sum up this and earlier responses: 1) Learn to code Java 2) > Understand real RDBMSses. > > - Jeff > > > On 4/15/11 6:04 AM, RAHUL RAJ wrote: > >> Hello, >> I am working on building a jsp website with MS Access as >&

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
> One question: > > You should have an ODBC declaration named "rahul". It is declared for your > user, or as a system odbc name? My guess, your Tomcat is running as a > service, or under other user (not your user), and ODBC "rahul" Data Source > name is only for

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
java end as well and a lot of documentation and > tutorials to get you connected in your web app to your persistence layer. > > mysql.com > > Just my two cents and an attempt to give back a little to the community. > > Troy > > > > > > > > > > &g

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
The code I gave is just a sample code, it might change afterwards..but before that, I need to resolve this error, sorry for your inconvenience... On 4/15/11, RAHUL RAJ wrote: > I know my code is not perfect. > But I just want to resolve this error now. Can u say how to solve > this? p

Re: Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
I know my code is not perfect. But I just want to resolve this error now. Can u say how to solve this? pls answer to the question.have u read my message completely? On 4/15/11, Mikolaj Rydzewski wrote: > > On Fri, 15 Apr 2011 15:34:37 +0530, RAHUL RAJ > wrote: > >>

Working of Tomcat with MS Access

2011-04-15 Thread RAHUL RAJ
Hello, I am working on building a jsp website with MS Access as database. When my login page is loaded on tomcat (localhost:8080/login.jsp), it shows the following error: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. The

Tomcat Connection Pool

2011-02-23 Thread Rahul Kumar
Hi, Can anyone help me regarding issue with connection pool for Tomcat? Tomcat version: 6.0 OS: Linux Database: Oracle 10g . Problem Statement: When server is idle for long period of time thread hangs for waiting the DBMS to return with response. I have tried all the possible combination co

tomcat6 status results into dead state

2011-02-16 Thread rahul vatsa
echo -n "lock file found but no process running for pid $kpid, continuing" rc_failed 7 fi fi fi . . regards rahul

Connect the same Database from two different web application

2010-09-18 Thread Rahul Deb Mohan
Hello Everyone, I am using Hibernate to connect to my MySql Database using C3p0 connection pooling mechanism from my web application which is deployed in Tomcat. Eventually, now I need to develop a child application, using the same Database instance. So I have two application now : say Applicati

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-05 Thread rahul
olaris 5.8 Sparc - > Web application unable to execute properly > To: "Tomcat Users List" > Date: Monday, July 5, 2010, 1:41 PM > rahul wrote: > > Hello Friends > > > > A very strange findings for today! Found it only > because I skipped the first &q

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-05 Thread rahul
P requests on 5080 port. I tested this in Windows with 5080 listener port and it failed there too. Any hints? - Regards Rahul --- On Mon, 7/5/10, Pid wrote: > From: Pid > Subject: Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - > Web application unable to ex

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-04 Thread rahul
t; To: "Tomcat Users List" > Date: Friday, July 2, 2010, 1:14 PM > On 07/02/2010 01:23 AM, rahul wrote: > > 1. I tried building the war in Windows and worked > fine. I transferred the war to UNIX, it mis-behaves as > described earlier. > > 2. I tried building

Fw: Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-01 Thread rahul
In support of my email below, I am attaching the logs. As they are not in zip format, I hop they will not be removed. Else, I need to copy and paste each one of them :) --- On Fri, 7/2/10, rahul wrote: > From: rahul > Subject: Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-01 Thread rahul
refresh of the page also displays the page properly. So, in short, click on search, 404-Page Not Found turns up. Refresh it, or Back Button of browser, Search result turns up. This is the mis-behaviour in UNIX I have been mentioning. Thanks and Regards, Rahul ---

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-07-01 Thread rahul
the war file from UNIX to Windows, it works perfectly. So, I guess that refutes the conception that the build process is platform dependent. I can agree with the Tomcat Setup part. But what? I have been unable to figure that out for this is the third day now. Thanks and Regards, Rahul --- On

RE: RE: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-06-30 Thread rahul
URI bit again. You may refer to the attachments posted earlier. Please let me know whether I have clarified your query. Kind Regards, Rahul --- On Thu, 7/1/10, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: RE: Tomcat 6.0.26 with Java 6 update 20 on S

Fw: RE: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-06-30 Thread rahul
efox as well. Best Regards, Rahul --- On Thu, 7/1/10, rahul wrote: > From: rahul > Subject: RE: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - > Web application unable to execute properly > To: "Tomcat Users List" > Date: Thursday, July 1, 2010, 4:28

Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-06-30 Thread rahul
Thanks Pid. Your points noted. Any pointers to the issues will be appreciated. Kind Regards, Rahul --- On Thu, 7/1/10, Pid wrote: > From: Pid > Subject: Re: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - > Web application unable to execute properly > To: "

RE: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-06-30 Thread rahul
I have become a bit desperate now, trying to get some hint on this issue for around 2 days now.:) Your help is appreciated. Best Regards, Rahul --- On Thu, 7/1/10, Caldarale, Charles R wrote: > From: Caldarale, Charles R > Subject: RE: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8

Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc - Web application unable to execute properly

2010-06-30 Thread rahul
assist me in figuring out what is going on or what am I doing wrong. Please reply me on: iamrahu...@yahoo.com or/and rahul.ra...@eb-services.com.au Thanks and Regards, Rahul EB-Services (SP-Ausnet) EAI Team Mobile: +61 413650106 Phone: +61 3 96068387       ---

Re: mod_jk compatibilities between versions.

2007-11-21 Thread rahul
| rahul wrote: | > I am trying to integrate mod_jk with the apache 2.2 package | > distribution in solaris. | > I would like to know what would be the versions that can have | > incompatibilities with the previous versions (both API and configuration) | Check the change

mod_jk compatibilities between versions.

2007-11-20 Thread rahul
How about JK-1.2.25 and JK-1.3.xx and JK-1.2.25 and JK-2.xx.yy which is the version change where I can expect the compatibility to be guaranteed? rahul -- 1. e4 _ - To start a new topic, e

xx

2007-11-20 Thread rahul
rahul -- 1. e4 _ - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Apache connectors for tomcat

2007-09-28 Thread rahul
Hi, Which is the recommended connector for Apache now? mod_jk or mod_proxy_ajp (with balancer) ? rahul -- 1. e4 _ - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Need info on IPv6 support for Tomcat in RHEL and SLES distros

2007-08-29 Thread Prasad, Rahul B (STSD)
Server 10 (base version) (Tomcat 5.0) I am mailing this after searching through the Tomcat apache archives, Red Hat docs, to no avail. I would be glad if you could help me on this. Thanks in advance. Rahul Prasad B Hewlett Packard Bangalore "The ability to simplify means to eliminat

Re: NullPointerException with Parameters.getParameterValues(String)

2007-04-11 Thread Rahul Thakur
Hi Chris, Rahul Thakur wrote: > Looks like it was the 'username'. The username is being initialised in > the taglib handler implementation but the behaviour differs between > JRun and Tomcat. That should not be the case. The servlet spec is quite clear about the order

Re: NullPointerException with Parameters.getParameterValues(String)

2007-04-10 Thread Rahul Thakur
, the setter method for these attributes still gets called when they are not specified in the JSP, and NULL values are assumed for them. That's the only explanation I can think of :-) What is the correct behaviour? Any ideas. Cheers, Rahul On 4/11/07, Robert Harper <[EMAIL PROTECTED]&g

  1   2   >