Re: INDEX.JSP in webapps/ROOT

2005-08-24 Thread Praveen KUMAR
servlet-nameorg.apache.jsp.index_jsp/servlet-name url-pattern/index.jsp/url-pattern /servlet-mapping -- !-- JSPC servlet mappings end -- welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list /web-app Regards, Praveen Soni STMicroelectronics Pvt. Ltd

Re: Tomcat 5.5.9

2005-05-31 Thread Praveen KUMAR
You can see admin user/password in $TOMCAT_HOME/conf/tomcat-users.xml file. Regards, Praveen Soni STMicroelectronics Pvt Ltd. David Short wrote, On 06/01/2005 02:18 AM: I just loaded Tomcat 5.5.9 on XP Home Edition. When I fire it up, it wants me to provide a username/password. So, I

Re: apache2 + mod_jk + tomcat 4.1.31 - jkstatus

2005-05-25 Thread Praveen KUMAR
Increase MaxThread in server.xml file Regards, Praveen Soni STMicroelectronics Pvt Ltd. Arnar Gestsson wrote, On 05/25/2005 02:45 PM: Hi all, I've installation of apache2, mod_jk and tomcat4.1.31 where the apache is serving port 80, and 5 vhost are directing jsp/servlet requests to 5

Apache+Tomcat

2005-05-10 Thread Praveen KUMAR
be difference in both the scenarios in terms of performance and reliability? -- With best regards, Praveen Soni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help needed in Tomcat4.0.3

2002-12-17 Thread Praveen Wicliff
Use the Tomcat manager (how to is there on the site) with the list command. It will print out all the contexts with the number sessions for each of them. Praveen Wicliff - Original Message - From: Santosh Kulkarni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002

Re: Tomcat setup question.

2002-12-16 Thread Praveen Wicliff
with different links. Look for section on specification, and in that required specification zip file. Download this file, this contains your servlets.jar file which should be around 40KB Try compiling, now it should work. Praveen Wicliff - Original Message - From: Patrick Martz [EMAIL

Re: Need Help

2002-12-10 Thread Praveen Wicliff
have the docbase webapps/jsp in server.xml - having root directory in IIS as webapps So when you request an JSP file, the JSP in the URL becomes a context, and if you request ASP file, JSP becomes a directory. Hope that is clear:-) Praveen Wicliff - Original Message - From

Re: JSP inside Javascript

2002-12-08 Thread Praveen Wicliff
, as far as browser is concerned the code will look like this var scriptTree = treeName Hope this helps. If you are looking for completely different thing, please mail with specifics :-) Praveen Wicliff - Original Message - From: Laxmikanth M.S. [EMAIL PROTECTED] To: Tomcat Users List

Re: Tomcat went unconcious :-)

2002-12-06 Thread Praveen Wicliff
That is difficult to believe. But in either case, I think its more to do with the page cache in the browser (assuming your programming is right :-)try to delete temp. internet files and try again. Praveen Wicliff - Original Message - From: Vy Ho [EMAIL PROTECTED] To: Tomcat Users

Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-24 Thread Praveen Wicliff
the same machine. Try to use 127.0.0.1 (local ip) and see if you still have the same problem. Praveen Wicliff - Original Message - From: james [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 25, 2002 2:48 AM Subject: Re: What the problem about tomcat 4.1

Re: tomcat as bundle

2002-11-24 Thread Praveen Wicliff
Ranjit, Check the Jakarta site for the downloads http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/ if you require binaries they will be in the bin section. But if you are intalling on any other OS (like what you mentioned, Irix), its preferable that you download th source and

Re: JSP pages giving out source code

2002-11-19 Thread Praveen Wicliff
/howto/tomcat/iisnt/ If you do not have admin rights, all you can do is ask your admin to do it for you, which in most cases they would have already done it so. Praveen Wicliff - Original Message - From: Uma Maheswar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday

4.0.4 struts app does not load in 4.1.9

2002-09-05 Thread Praveen Shenoy
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) Praveen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

is multiple init called in case of servlet pooling..

2002-06-23 Thread Praveen Acharya
hi does the init get called for each instance of the servlet in the pool..in cases where the servlet container uses servlet pool for STM... __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To

Re: loading jdbc driver

2002-01-11 Thread Praveen Potineni
Adam, Put the driver files in the WEB-INF/lib folder in webapps. Create a lib folder if it dosen't exist in WEB-INF. Hope that helps...Let us know... Praveen - Original Message - From: Alfar, Adam [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 11, 2002 1:14 PM Subject

Unable to load driver

2002-01-08 Thread Praveen Potineni
\Sybase\jConnect\classes\jconn2.jar Thanks Praveen

Path not found

2001-12-21 Thread Praveen Potineni
Praveen

Re: Path not found

2001-12-21 Thread Praveen Potineni
Hi Ian, I think the env variable is also fine. It is set to C:\jakarta-tomcat-4.0.1\catalina\src and when i execute %CATALINA_HOME%\bin\startup the tomcat window just popped up and closed. Any ideas... Thanks Praveen - Original Message - From: ian silvester [EMAIL PROTECTED] To: Tomcat

Re: Path not found

2001-12-21 Thread Praveen Potineni
to successfully run aa JSP application in tomcat. Thanks in advance Praveen - Original Message - From: ian silvester [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 21, 2001 11:16 AM Subject: Re: Path not found Ah - as I understand it the env var CATALINA_HOME

Hi Vinay and Wentzel

2001-07-09 Thread praveen
Hi vinay and Wentzel SUCCES finally i got break through in TOMCATconfiguration and connectivity with ORACLE8i on LINUXThanks a lot for u r valuble help yaarbut all this is on port 8080 only i didnt integrate with apache (i didnt tried till now)but now i have confidence that

Hi Vinay and Wentzel

2001-07-09 Thread praveen
that i can do that by u r support after i got the databse connectivity first i am writing this mail to u..once again thanks a lot .Now integration with apache ..for virtual sites and integration with SSL is left from tomorrow i will start that work.. Bye for now Thanks and regards Praveen

Hi vinay........

2001-07-08 Thread praveen
there are two files workers.properties and wrappers.properties are there with classpath parameterin TOMCAT_HOME/conf dir..So which file i have to edit.can u send me the classspath string for oracle connectivity ...and where to write that one... I will wait for u r response Thanks Regards Praveen

need some help on tomcat-oracle

2001-07-06 Thread praveen
needful... Thanks Regards Praveen

please unsubscribe me

2001-05-05 Thread praveen
please unsubscribe me