Kartik Ruppa

Ranch Hand
+ Follow
since Aug 28, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kartik Ruppa

This is the error I get :


The server reported an error while performing the "cvs commit" command.
<project name>: cvs commit: sticky tag `xxx_v14_r5' for file `src/.../test.java' is not a branch
<project name>: cvs [commit aborted]: correct above errors first!
It does.But once I do that and then try to commit the work, Iam not allowed to .
Hi,

I have a file revision of 1.44 (and tagged as 14.5) in cvs.I then created
another revision 1.45 and committed with new changes.

Now I want to get to 1.44 and do some updates on that and again tag it as
14.5?How do I do this?Iam using Eclipse 3.3.1.1

Thanks.
Hi Ben,
I am not sure what exactly this parameter can do.But this is based on the article here

http://cafe.bevocal.com/docs/faq/faq.html

Iam usign a voice browser to fetch the docs from tomcat and see bad fetches being thrown.

Based on the above link I mentioned,it looks like bad fetches can be reduced by disabling chunking.

If you have any insight into this,do let me know.

Thanks,
Kartik
17 years ago
Hi,

Can "allowChunking" be used as an attribute in Tomcat 5.x ?If not,how to disable chunking in tomcat 5.0 and up?

TIA!
Kartik
17 years ago
For each call (I mean a phone call here)to the app server from a voice browser , a session id is created and this is used to keep track of the entire call.There might be back and forth interaction between the appserver and the voice browser during the entire length of the phone call but the same session id is re-used and new session id is not created.
17 years ago
yes.I should that and see.But will this open connections take up lot of resources and ultimately make the server perform slower than normal situations? any insight on that?
17 years ago
Thanks Ben.

My voice browser hits the application server only once per call and the session remains same for the entire call.Also, Iam pretty sure am the only caller.


Kartik
17 years ago
Hi,
I have a few questions abt Tomcat Manager web page

1.what does "session statistics" mean.The description in the tomcat doc is quite confusing.

2.Is this value reliable? does this indicate the correct number of sessions currently active.

Iam using tomcat to run a speech application.Iam the only caller hitting the tomcat server..but the longer am on the call,the session value keeps shooting up.Am pretty sure am not creating multiple sessions with in the same call.


So any help on this will be great.

TIA,
Kartik
17 years ago
Can someone tell me what this means.I see it in the tomcat std error.

org.apache.jk.common.ChannelSocket processConnection
WARNING: server has closed the current connection (-1)
17 years ago
Hi,
I keep seeing the following error on Websphere4.x Admin console.This doesnt harm my application though.

Can somebody tell me,why this error happens?
Iam not using any kind of Date in my application.

Thanks in advance!
Kartik


Servlet Error: : java.lang.IllegalArgumentException
at com.ibm.servlet.engine.srt.http.HttpDate.parse(HttpDate.java(Compiled Code))
at com.ibm.servlet.engine.srt.http.HttpDate.parse(HttpDate.java(Inlined Compiled Code))
at com.ibm.servlet.engine.srt.http.MessageString.toDate(MessageString.java(Inlined Compiled Code))
at com.ibm.servlet.engine.srt.http.MimeHeaderField.getDateValue(MimeHeaderField.java(Inlined Compiled Code))
at com.ibm.servlet.engine.srt.http.MimeHeaders.getDateHeader(MimeHeaders.java(Inlined Compiled Code))
at com.ibm.servlet.engine.srt.http.HttpHeader.getDateField(HttpHeader.java(Inlined Compiled Code))
at com.ibm.servlet.engine.srt.SRTServletRequest.getDateHeader(SRTServletRequest.java(Compiled Code))
at com.ibm.servlet.engine.webapp.HttpServletRequestProxy.getDateHeader(HttpServletRequestProxy.java(Compiled Code))
at com.ibm.servlet.engine.webapp.SimpleFileServlet.setResponseHeaders(SimpleFileServlet.java(Compiled Code))
at com.ibm.servlet.engine.webapp.SimpleFileServlet.doGet(SimpleFileServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java(Compiled Code))
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java(Inlined Compiled Code))
at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java(Compiled Code))
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java(Compiled Code))
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java(Inlined Compiled Code))
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java(Compiled Code))
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java(Compiled Code))
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java(Compiled Code))
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java(Compiled Code))
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java(Compiled Code))
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java(Compiled Code))
at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java(Compiled Code))
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compiled Code))
at com.ibm.ws.util.CachedThread.run(ThreadPool.java(Compiled Code))
19 years ago
Hi ,
I have my application folder inside webapps of tomcat.
folder structure is something like this :

../webapps/TestApp/*.jsp
../webapps/TestApp/resource/test.html

When a user enters the http://www.domain.com/TestApp/resource on the browser,all the files/folders under resource are visible.How to avoid this?

Thanks in advance,
Kartik
19 years ago
Hi,
I wish to write my logs to 2 different files from the same application based on a condiiton.How shud I implement this.Should I use 2 different Log4j.properties files for this or can this be done using the same properties file ???

Thanks in advance!
Kartik
Hi,
Iam using jws approach of Apache axis to test my application.Is it possible to get the output in the form of ArrayList from a WS??If so,how?

for a String output,we use the following :
call.setReturnType(XMLType.XSD_STRING);

similarly for ArrayList or Vector ..whats the code.

can anybody help me out?

Thanks in advance!
Kartik
19 years ago
Hi,
I want to have a username/passwd authentication for my web application running on Tomcat 5.x.

Can somebody tell me how to achieve this.

Thanks in advnace!
Kartik
19 years ago