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

OutOfMemoryError

2007-03-20 Thread Rahul Tandon
(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] blocked

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

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

RE: tomcat 5.5

2007-03-15 Thread Rahul Tandon
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 confidential

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

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 Subject: RE: OutOfMemoryError From

OutOfMemoryError

2007-03-14 Thread Rahul Tandon
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: Multiple Instances on one Machine

2007-03-08 Thread Rahul J
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 users@tomcat.apache.org Sent: Thursday

Multiple Instances on one Machine

2007-03-07 Thread Rahul
server.xml files for 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

Problem using Tomcat in Win98

2007-02-13 Thread Rahul Choubey
, 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 Tomcat 4.1.34 and I am

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. --David Rahul

Unable to work with Tomcat 4.0

2007-02-10 Thread Rahul Choubey
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.

Re: Tab library question...

2006-10-30 Thread Rahul Akolkar
there has to be a better way. snip/ 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 difference

apache Tomcat webserver problem

2006-08-05 Thread Rahul Sood
Hello. pI 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

Re: apache Tomcat webserver problem

2006-08-05 Thread Rahul Sood
- 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: users@tomcat.apache.org

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] wrote: Since

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: Remove Excess whitespace from jsp

2006-02-21 Thread Rahul Akolkar
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): title hello world /title Because

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? snip/ excalibur-logkit [ http://excalibur.apache.org/download.cgi ], formerly known as avalon-logkit. -Rahul Sorry for the simple question Thanks

ServletContextListener: NoClassDefFoundError

2006-02-03 Thread Joshi, Rahul R
is present at C:/tomcat-5.5.8/common/lib/servlet-api.jar. It is in the system Classpath and I also tried putting it in the Path. Can anybody point out if I am making some mistake? Thanks, Rahul.

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

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

2005-11-02 Thread Rahul Akolkar
as as it appears in the docs, error messages are helpful, etc etc... snip/ 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#Taglibs Cheers, Andrew snap

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

2005-11-01 Thread Rahul Akolkar
data:name jsp:attribute name=valuec:out value=${name}//jsp:attribute /data:name but that forces conversion to a String which is what I am trying to avoid... Please can someone explain what I am missing? snip/ A Servlet 2.4 web application descriptor, most likely. -Rahul Thanks/sorry

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 deploy command, even if this not works then try to manually delete webapps/yourAppName as well as tomcat_home/work/engine/yourAppName directory and try again -RahulJoshi

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

2005-10-26 Thread rahul
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 PROTECTED] Sent: Monday 24 October 2005 15:26 To: Tomcat Users List Subject: problem in getting

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

2005-10-26 Thread rahul
for the help --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 wrote: url=jdbc:mysql

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

2005-10-25 Thread rahul
might help you out. -Ursprüngliche Nachricht- Von: rahul [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 25. Oktober 2005 06:33 An: Tomcat Users List Betreff: ASKING AGAIN: problem in getting database connection from remote machine using JNDI Is there anything else that is required

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

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

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

2005-10-25 Thread rahul
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.tomcat.user Sent: Tuesday, October 25, 2005 10:08 AM Subject: RE: ASKING AGAIN: problem in getting database

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

2005-10-25 Thread rahul
. Does the remote DB have a schema called myDB? Andoni. - Original Message - From: rahul Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Tuesday, October 25, 2005 10:08 AM Subject: RE: ASKING AGAIN: problem in getting database connection from rem ote machine using JNDI Thanks

<    1   2