RE: problem in getting database connection from remote machine using JNDI

2005-10-26 Thread rahul
he > remote server at the same port number, and with the same username > and pw as > on the local server, and if so, does it have any IP address filters that > forbid remote mysql client connections? > > > -Original Message- > > From: rahul [mailto:[EMAIL PR

RE: problem in getting database connection from remote machine using JNDI

2005-10-26 Thread rahul
blem in getting database connection from remote > machine using JNDI > > > rahul wrote: > > >Yes the database myDB exists on the remote server, > >at the same prot number, with the same username and password, > > > >And there is no known IP address filters (unless t

RE: problem in getting database connection from remote machine using JNDI

2005-10-26 Thread rahul
--Rahul > -Original Message- > From: Hassan Schroeder [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 26, 2005 10:04 PM > To: Tomcat Users List > Subject: Re: problem in getting database connection from remote machine > using JNDI > > > rahul wrot

RE: tomcat deployment...

2005-10-30 Thread rahul
This might be happening if there is a deployed application already exists. Add update="true" attribute in your command, even if this not works then try to manually delete webapps/ as well as /work// directory and try again -RahulJoshi > -Original Message- > From: lamont [mailto:[EM

RE: Google Map of active users on this list

2005-11-03 Thread rahul
That's great work! but how did u mapped email ids to location? > -Original Message- > From: Claire McLister [mailto:[EMAIL PROTECTED] > Sent: Friday, November 04, 2005 5:12 AM > To: users@tomcat.apache.org > Subject: Google Map of active users on this list > > > Hi, > > We've been work

JSP on Tomcat: application scope variable

2006-03-04 Thread Rahul
these values. I am considering reading these properties in an implementation of ServletContextListener. Where should I store these values and how I can access them in my class files? Thanks, Rahul. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

RE: JSP on Tomcat: application scope variable

2006-03-05 Thread Rahul
myProps.load(new FileInputStream("test.properties")); or //properties file in classes/com/example/test myProps.load(new FileInputStream("com/example/test/test.properties")); Is this not the correct way to specify the path? Thanks, Rahul. --- Tim Lucia <[EMAIL PROTECTED]>

problem in getting database connection from remote machine using JNDI

2005-10-24 Thread rahul
Hi all, I am using tomcat JNDI for getting databse connection in my application For this I have created a context.xml file in myAPP/META-INF which looks like this: This works absolutely fine. But when I try to connect to a remote database by changing url in above file to "jdbc:mysql://192

ASKING AGAIN: problem in getting database connection from remote machine using JNDI

2005-10-24 Thread rahul
Is there anything else that is required for remote database? > -Original Message- > From: rahul [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 7:56 PM > To: Tomcat Users List > Subject: problem in getting database connection from remote machine > using

RE: ASKING AGAIN: problem in getting database connection from rem ote machine using JNDI

2005-10-25 Thread rahul
t; > > where res-ref-name has to be the same as in context.xml. > > And perhaps your look-up-name might not be correct, but I am > not sure because I am using PostrgreSQL databse. > > http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-h > owto.html > might help you ou

RE: ASKING AGAIN: problem in getting database connection from rem ote machine using JNDI

2005-10-25 Thread rahul
ect: Re: ASKING AGAIN: problem in getting database connection from > rem ote machine using JNDI > > > In your deploy XML you should have somethink like this: > >type="javax.xml.DataSource"/> > > Where jdbc/global is defined in the Data Sources of the tomcat

RE: ASKING AGAIN: problem in getting database connection from rem ote machine using JNDI

2005-10-25 Thread rahul
do with resource tags. > Specially if it is > working locally. To me it seems to be something wrong with your DB > installation. Does the remote DB have a schema called myDB? > > Andoni. > > - Original Message - > From: rahul > Newsgroups: gmane.comp.jakarta.t

RE: ASKING AGAIN: problem in getting database connection from rem ote machine using JNDI

2005-10-25 Thread rahul
king it isn't any thing to do with resource tags. > Specially if it is > working locally. To me it seems to be something wrong with your DB > installation. Does the remote DB have a schema called myDB? > > Andoni. > > - Original Message - > From: rahul > Newsgroups

Multiple Instances on one Machine

2007-03-07 Thread Rahul
this scenario correct or is there any other way? (A similar solution is mentioned at http://tomcat.apache.org/tomcat-3.3-doc/tomcat-apache-howto.html although it's a bit legacy version.) Thanks, Rahul. It

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

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]

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

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

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

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

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

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

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

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

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.

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.

apache Tomcat webserver problem

2006-08-05 Thread Rahul Sood
Hello. I have set up tomcat's service catalina to have the default host 192.168.15.100 and have also changed the virtual host to be the same. Also added a context element with the sample app. Now when I try to access the app using the following url http://192.168.15.100:8080/sample from my machi

Re: apache Tomcat webserver problem

2006-08-05 Thread Rahul Sood
indows - check the settings on any software firewall you may have configured as this may be preventing access. Can you ping from the other machine to your Tomcat server? -Original Message- From: Rahul Sood [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 7:03 AM To:

Loading Properties File at start-up or in Application Scope

2005-10-30 Thread Rahul Joshi
loaded again and again. Something like storing this in the application scope. How can I do this? I am using Tomcat 5.5.8 Thanks, Rahul. __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yaho

Re: Passing values to tags [Was: Passing typed (non-String) data to tag file - error in getValueFromPropertyEditorManager]

2005-11-01 Thread Rahul Akolkar
e. > > I can force evaluation by calling > > > > but that forces conversion to a String which is what I am trying to avoid... > > Please can someone explain what I am missing? > A Servlet 2.4 web application descriptor, most likely. -Rahul > Thanks/sorry, >

Re: Passing values to tags [Was: Passing typed (non-String) data to tag file - error in getValueFromPropertyEditorManager]

2005-11-02 Thread Rahul Akolkar
gt; everything works as as it appears in the docs, error messages are helpful, > etc etc... And if you have container agnostic questions about authoring custom taglibs, taglibs-user AT jakarta.apache.org [1] is a useful mailing list. -Rahul [1] http://jakarta.apache.org/site/mail2.html#T

Re: and

2005-11-16 Thread Rahul Akolkar
f 2.4 webapps to use a taglib looks like this: http://jakarta.apache.org/taglibs/doc/rdc-doc/index.html#config -Rahul > > > http://test.com/example > /WEB-INF/tlds/example.tld > > > Regards > Marten > --

Re: org.apache.log.format.Formatter

2006-02-05 Thread Rahul Akolkar
On 2/5/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > Good Morning Gentlemen- > > Any idea where I can acquire jar for org.apache.log.format? > excalibur-logkit [ http://excalibur.apache.org/download.cgi ], formerly known as avalon-logkit. -Rahul > Sorry for the simpl

Re: Remove Excess whitespace from jsp

2006-02-21 Thread Rahul Akolkar
d be introduced as well. -Rahul [1] http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html#Configuration > There is lots of blank lines > left over in my html were the jsp tags use to be and I want to remove them. > sometimes I get stuff like (this is just an example)

Re: Tab library question...

2006-10-30 Thread Rahul Akolkar
like there has to be a better way. See JSP (>= 2.0) tag files [1]. -Rahul [1] http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSPTags5.html What I would really like, I think, is a way to embed jsp's in the tablib to handle the HTML output. Sort of like a mini jsp page solution, the d

Unable to work with Tomcat 4.0

2007-02-10 Thread Rahul Choubey
nment variables.I have tried on both Win98 and XP and on both IE and Mozilla.Please help. Regards, Rahul - Need a quick answer? Get one in minutes from people who know. Ask your question on Yahoo! Answers.

Problem running servlets on tomcat

2007-02-12 Thread Rahul Choubey
Dear Friends, I am having a problem running servlets on the browser using Tomcat.I am using Apache Tomcat 4.1.34 and am saving the .class file at the following location in my system:- E:\Program Files\apache-tomcat-4.1.34\webapps\rahul\Web-Inf\classes rahul\Web-Inf\classes

Re: Unable to work with Tomcat 4.0

2007-02-12 Thread Rahul Choubey
to the examples webapp 5. Check the examples web.xml for the servlet mappings for these servlets. The urls you provided make me thing you are attempting to use the invoker servlet. That servlet was disabled by default soo long ago, I can't remember which version was the first to remove it. --D

Problem using Tomcat in Win98

2007-02-13 Thread Rahul Choubey
ase suggest how to go about it. Regards, Rahul - 8:00? 8:25? 8:40? Find a flick in no time with theYahoo! Search movie showtime shortcut.

Re: Problem using Tomcat in Win98

2007-02-13 Thread Rahul Choubey
I have already increased the environment size to 2304,since earlier the error was-Out of environment space Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 2/13/07, Rahul Choubey wrote: > Dear Friends, > > I am having a problem using Tomcat in Windows 98.I am using Apache T

Re: Multiple Instances on one Machine

2007-03-08 Thread Rahul J
What's the significance of that? - Rahul. PS: This was a typo in original message $CATALINA_HOME\webapps\WEB-INF, should have been $CATALINA_HOME\webapps\a or b\WEB-INF - Original Message From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Sen

RE: OutOfMemoryError

2007-03-14 Thread Rahul Tandon
I am using: maxThreads="150" minSpareThreads="25" maxSpareThreads="75" Thanks, Rahul Tandon [EMAIL PROTECTED] -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 11:52 AM To: Tomcat Users List

OutOfMemoryError

2007-03-14 Thread Rahul Tandon
I would appreciate any help. Thanks, Rahul Tandon [EMAIL PROTECTED] - 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: OutOfMemoryError

2007-03-14 Thread Rahul Tandon
pipe size (512 bytes, -p) 8 stack size(kbytes, -s) 10240 cpu time (seconds, -t) unlimited max user processes(-u) 7168 virtual memory(kbytes, -v) unlimited Thanks, Rahul Tandon 516-627-8993 Xtn 208 [EMAIL PROTECTED] 111 Great Neck Rd

RE: OutOfMemoryError

2007-03-15 Thread Rahul Tandon
Any clue? Thanks, Rahul Tandon 516-627-8993 Xtn 208 [EMAIL PROTECTED] 111 Great Neck Rd.,Suite #314 Great Neck, NY 11021 This communication is for informational purposes only. The contents of this transmission are confidential and are intended solely for the use of the individual or

RE: tomcat 5.5

2007-03-15 Thread Rahul Tandon
which allows optimal performance in production environments was not found Thanks again. Rahul Tandon 516-627-8993 Xtn 208 [EMAIL PROTECTED] 111 Great Neck Rd.,Suite #314 Great Neck, NY 11021 This communication is for informational purposes only. The contents of this transmission are confide

RE: tomcat 5.5

2007-03-15 Thread Rahul Tandon
Thanks rashmi. After trial and error I found out that 704m is fine but 768 is giving me trouble. I would check the link that you send. Thanks again. Rahul Tandon 516-627-8993 Xtn 208 [EMAIL PROTECTED] 111 Great Neck Rd.,Suite #314 Great Neck, NY 11021 This communication is for

RE: OutOfMemoryError

2007-03-16 Thread Rahul Tandon
mixed mode) # Problematic frame: # [error occurred during error reporting, step 60, id 0xb] # An error report file with more information is saved as hs_err_pid11821.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp Rahul Tandon

OutOfMemoryError

2007-03-20 Thread Rahul Tandon
start(StandardService.java:459) at org.apache.catalina.core.StandardServer.start(StandardServer.java:709) at org.apache.catalina.startup.Catalina.start(Catalina.java:551) ... 6 more Any clue? Thanks, Rahul Tandon 516-627-8993 Xtn 208 [EMAIL PROTECTED] mailto:[

NullPointerException with Parameters.getParameterValues(String)

2007-04-09 Thread Rahul Thakur
am encountering the issue. When I try and input the username and password in the Login form for the admin console and submit it, I get the following error (and trace). Much appreciate if anyone can shed some light, or have any suggestions. Thanks in advance, Rahul - Quoted Error HTTP

Re: NullPointerException with Parameters.getParameterValues(String)

2007-04-09 Thread Rahul Thakur
Yes I noticed that bug report. Here's the relevant snippet for the login form. TIA, Rahul - snip   

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

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

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

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

Tomcat DBCP Logging

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

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

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

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

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

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

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

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

Unable to unpack war under webapps

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

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

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

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

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

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

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

  1   2   >