Reloading context through Code

2004-11-30 Thread Satish Plakote
hi Is is possible to reload the tomcat Context through the Code. rgds Satish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Synchronization problem in beans with session scope

2004-11-29 Thread Satish Plakote
hi i am working on a web application.It is basically an interface that was developed using jsp/beans . The user can create a file of the data that is shown in the browser with a unique that is auto generate in the code. The File creation part is contained in the bean which has a session scope. I

servlet instance problem

2004-11-23 Thread Satish Plakote
Hi I am have a web application that does a lot of processing. I have a load on startup servlet that will get init information for me. when 2 users submit the form.. i noticed that one instance of the servlet is running and the other request waits for some time for processor and just dies off.. Se

RE: Printing to log files..

2004-11-23 Thread Satish Plakote
eepak On Wed, 24 Nov 2004 Satish Plakote wrote : >Hello, >I wanted to know how to Print a Statement on Screeen with out being Writtent >to TomCat Log Files??? > >Ex :- Usinf System.out.println will be also writtent to the Log File [Is > there any way to pr

Printing to log files..

2004-11-23 Thread Satish Plakote
Hello, I wanted to know how to Print a Statement on Screeen with out being Writtent to TomCat Log Files??? Ex :- Usinf System.out.println will be also writtent to the Log File [Is there any way to prevent this ] rgds satish

problem with simultaneous query submissionS

2004-11-23 Thread Satish Plakote
here is my dopost method // Code starts here public void doPost(HttpServletRequest req,HttpServletResponse res) throws IOException, ServletException { System.out.println("Inside doPost"); String strQueryFlag =req.getParameter("new"); if(Integer.parseInt(st

RE: problem with simultaneous query submissions

2004-11-22 Thread Satish Plakote
3, 2004 7:36 AM To: Tomcat Users List Subject: Re: problem with simultaneous query submissions Please post a *new* message when writing to the list. Replying to an old (unrelated) message confuses thread-aware mailers, which makes your question harder to find (and thus answer). On Tue, Nov 2

problem with simultaneous query submissions

2004-11-22 Thread Satish Plakote
hi, i am developing a search engine for my small database. I have written a servlet that takes the input from user , queries the database and creates objects of the information that is recieved. These objects (approximatley 10 ) are stored in the ArrayList which put in the session.using

Too many BackGround Java Threads

2004-11-19 Thread Satish Plakote
Hi, I am running a web-application on tomcat 5.0 . Using blackDown jdk.1.4.2_06. After running some user interactions , the tomcat becomes slow.. When i do a check on the back ground threads i see many jvm threads running .. 27288 pts/0S 0:34 /usr/local/j2sdk1.4.2_06/bin/java -Xms700m -X