Out of topic Question : Is there any way out to do this ???

2002-08-14 Thread Ravisankar.N
default_stderr.log also aslike default_stdout.log.   Hope you can help me. TIA,Ravisankar.N 

Re: JNDI help

2002-08-14 Thread Ravisankar.N
Hi For WAS 4.0 Provider_URL "iiop://localhost:900" INITIAL_CONTEXT_FACTORY "com.ibm.websphere.naming.WsnInitialContextFactory" Hope this helps. Regards, Ravisankar.N - Original Message - From: "Kesavanarayanan, Ramesh (Cognizant)" <[EMAIL PROTECT

Re: Accessing a servlet problem - Apache/Tomcat

2002-08-13 Thread Ravisankar.N
Hi,   I think you have to change the url-pattern as follows in web.xml.   /servlet/CustomerSearchControl   Hope this helps.   Regards,Ravisankar.N  - Original Message - From: Mike Silvers To: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 8:33 PM Subject

Threading in servlets

2002-08-09 Thread Ravisankar.N
Hi,   We have an issue with using threads in a servlet which has raised a few questions:   Firstly are servlets allowed to spawn threads?   Yes . I know EJBs are not but dont think the same applies to servlets Secondly - provided threads in servlets are allowed should they be able to access o

Can a Servelt Run a Batch File?

2002-08-09 Thread Ravisankar.N
Hi Scoot,   Yes we can run batch file in servlet to.   Runtime t = getRuntime(); t.ecec("*.bat");   -- * is the batch file name.   Hope this helps. Ravisankar - Original Message - From: Scott Murray To: [EMAIL PROTECTED] Sent: Friday, August 09, 2002 6:50 PM S