Tomcat on Solaris 10

2005-06-17 Thread Sunil
Hi, Has anyone got Tomcat running on Solaris 10? Your responses will be appreciated. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

24X7 deployment tips

2005-01-11 Thread sunil goyal
without actually shutting down the server. What kind of principle is generally followed in real life applications for the same? Any help in this regard is appreciated. Thanks Regards Sunil __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam

mod_jk2 and tomcat 5 error

2004-11-19 Thread sunil goyal
=status:status [uri:/servlets-examples/*] It will be great if someone can help find me the mistake that I am making. Thanks Regards Sunil __ Do you Yahoo!? The all-new My

Starting At Virtual IP

2003-12-30 Thread Sunil Gavaskar
Hi, I need to start Tomcat at Virtual IP. I have configured workers.properties and server.xml but Tomcat gets started in all IP ( 0.0.0.0) Plz throw your useful inputs on these!! Regards Gavaskar..! - To unsubscribe, e-mail:

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
-Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: Sunday, March 09, 2003 9:52 PM To: [EMAIL PROTECTED] Subject: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector. Hi I'm using Apache2.0.43 and Tomcat4.1.18. I have configured

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
#worker.list=loadbalancer Uncomment the top line and remove the rest. Are you using jk or jk2? Eric -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 10:14 To: Tomcat Users List Subject: RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
/ /Connector Engine jvmRoute=tomcat2 className=org.apache.catalina.core.StandardEngine debug=0 name=Standalone defaultHost=myhost mapperClass=org.apache.catalina.core.StandardEngineMapper HTH Eric -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Joshua Sunil Kumar
on this. Thanx in advance. Joshua -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 5:43 PM To: Tomcat Users List Subject: RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector. Hi Eric Thanx for the config

RE: Exception on Tomcat

2003-03-10 Thread Joshua Sunil Kumar
Hi There is a jar file called activation jar. This file is not your classpath. Add it up in ur classpath and the exceptions will disappear. BR Joshua -Original Message- From: Marcelo [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 7:00 PM To: tom cat Subject: Exception on Tomcat

Problems with JMX Bean in Tomcat4.1.18

2003-03-10 Thread Joshua Sunil Kumar
Hi I have a problem with JMX Bean it was giving the following error ServerLifecycleListener: Creating MBean for Connector [EMAIL PROTECTED] java.lang.Exception: ManagedBean is not found with Ajp13Connector at

Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-09 Thread Joshua Sunil Kumar
Hi I'm using Apache2.0.43 and Tomcat4.1.18. I have configured it with multiple tomcat instances with a load balancer. But I am unable to maintain sticky session . The application that I am using has to maintain sessions. But this not happening .When I login the request is JSP so it does

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
quot;Error message: "+e.getMessage()); return; } while(rst.next()) { testString = rst.getString(1); out.println("LastNAME "+ testString); } %/ /body /html 7. I have also tried using the String.getBytes("UTF-8); But this also does not work. I would like

Problem rendering Greek and Latin Characters in Tomcat 4.1.18

2003-02-28 Thread Joshua Sunil Kumar
quot;Error message: "+e.getMessage()); return; } while(rst.next()) { testString = rst.getString(1); out.println("LastNAME "+ testString); } %/ /body /html 7. I have also tried using the String.getBytes("UTF-8); But this also does not work. I would like

access denied

2002-12-24 Thread sunil . kumar
) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) T I A best regards sunil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: DataSource error (DBCP)

2002-12-23 Thread sunil . kumar
i've already done that somehow i compiled :) DBTest.java and where should i place the DBTest.class file. EVERYWHERE I TRIED :(. anyone can answer ? regards and thanks sunil

Re: DataSource error (DBCP)

2002-12-23 Thread sunil . kumar
? regards and thanks sunil Galbayar Dorjgotov To: Tomcat Users List [EMAIL PROTECTED] galbayar@mobi cc: net.mn Subject: RE: DataSource error (DBCP) 12/23

Re: DataSource error (DBCP)

2002-12-23 Thread sunil . kumar
while executing ... http://195.54.247.110:8080/DBTest/test.jsp getting the error message org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 6 in the jsp file: /test.jsp Generated servlet error: [javac] Compiling 1 source file /home/sunil

Re: DataSource error (DBCP)

2002-12-23 Thread sunil . kumar
that's cool!!! worked. bringing attention to my old problem like i'm unable to compile DBTest.java (i compiled the same in another machine where oracle 9i is running, and copied to the machine where tomcat is running :)) I tried to compile DBTest.java and ended up an error Type

Re: DataSource error (DBCP)

2002-12-23 Thread sunil . kumar
sorry for replicating the same query!!! anyone can help TIA bringing attention to my old problem like i'm unable to compile DBTest.java (i compiled the same in another machine where oracle 9i is running, and copied to the machine where tomcat is running :)) I tried to compile DBTest.java and

javax.sql.datasource

2002-12-23 Thread sunil . kumar
hi all, where i can find out javax.sql.datasource (in which .jar file) TIA best regards sunil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

access denied

2002-12-23 Thread sunil . kumar
) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) T I A best regards sunil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

DataSource error (DBCP)

2002-12-22 Thread sunil . kumar
' not found in the declaration of table 'ds' DataSource ds= ^ 1 error - please help! THANKS IN ADVANCE best regards sunil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Regarding http forwarding

2002-12-12 Thread Sunil Ravipati
to get forwarded from the AccessPoint to the tomcat. Any help is appreciate Thanks, Sunil -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

apache-tomcat configuration for java server pages

2002-11-21 Thread kala sunil
sunil k.n.s _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Cannot allocate servlet instance for path

2002-08-27 Thread Annam, Sunil
what is happening ? what am I missing ? HelloWorldExample from examples/servlet/HelloWorldExample is working. Thanks in advance. Sunil Annam

RE: Cannot allocate servlet instance for path

2002-08-27 Thread Annam, Sunil
also created same name. Spent almost a day but now I am happy that it is working. -Original Message- From: Annam, Sunil Sent: Tuesday, August 27, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: Cannot allocate servlet instance for path Hi, I was using Tomcat 3.x and now switched

Session Timeout

2002-02-07 Thread Sunil Mathew
=standard,manager / Can somebody help me on this? Thanks, Sunil Mathew. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Netscape-tomcat redirector help

2001-10-04 Thread Sunil Thakker
Hi Wesley, What version of tomcat did u configure with netscape 6.0? I have downloaded and installed netscape 6.0 and now trying to install tomcat ... Thanks Sunil --- Wesley Gamble [EMAIL PROTECTED] wrote: Sunil, I successfully got Tomcat working with iPlanet 6.0 by using

Netscape-tomcat redirector help

2001-10-03 Thread Sunil Thakker
Hello, I am in process of configuring Netscape with Tomcat. I have netscape 3.61 and tomcat 3.2.3 (for Unix). I guess i need to download the plugin for redirecting the requests from Netscape to Tomcat. Does anyone know frome where should i download ? I had visited the jakarta-tomcat site, but

How to unsubscribe ??

2001-08-23 Thread Sunil Chandurkar
Hi I want quit this list.. anyone of u wud like to tell me how to unscribe this Thanx for cooperation shown till now... /sunil _ Get LifeTime Free email Visit --- http://www.nagpurcity.net

My Question is other than tomcat stuffs

2001-07-31 Thread Sunil Chandurkar
Hello All. Reason behind asking following question is users of this tomcat group are more and very much prompt I ever seen. So please if even I am doing anything wrong I believe you all pardon me. I, Sunil chandurkar, 25 yrs. old, looking for IT business opportunity in India. Actually my

How can I get Tomcat Code?

2001-07-13 Thread Sunil Chandurkar
Hello all.. How can I get source code for Tomcat? I want to try to build this code for VxWorks? If anybody can help me to build it for VxWorks please let me know. Please provide me link to get code if possible? /sunil --- Sunil Chandurkar [EMAIL PROTECTED] wrote: hi all Do

Tomcat + VxWorks (RTOS)

2001-07-12 Thread Sunil Chandurkar
which supports Servlets? can you please send me links to those webservers those can be running on VxWorks OS and also supports Servlet. Most of the RTOS Web server supports CGI but I want to use Servlet. Thanx in Advance /Sunil Sunil Chandurkar Software Engineer Kuokoa Networks Inc

Mr. Matt - Re: Tomcat + VxWorks (RTOS)

2001-07-12 Thread Sunil Chandurkar
Hope you know you can any task like tomcat on vxworks provided it should be .out file .. can you please tell me how to run tomcat as a task on vxworks.. /sunil --- Matt Goodall [EMAIL PROTECTED] wrote: VxWorks - are you insane? ;-) VxWorks supports Java these days doesn't it? If so

Invoke New Window From Applet

2001-07-06 Thread Sunil Chandurkar
/sandesigner.htm /sunil _ Get LifeTime Free email Visit --- http://www.nagpurcity.net

Exception: I don't understand

2001-04-21 Thread Sunil Chandurkar
at appropriate places. There is one Folder "MyFolder" in ROOT directory and HTML file calling my applet is placed at ROOT. First of tell me wht this error me and when generally this occur. thanx in advance...

is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Sunil Chandurkar
dialog boxes, because there are alert and confirm dialog boxes in java script, but i want my own customize dialog box.. popup from applet on pressign some button. But, is it possible to popup our own customize dialog box from Browser(Applet)? thanx in advance /sunil

Hades - RE: is it possible? (Modal Dialog thru Applet)

2001-04-17 Thread Sunil Chandurkar
Will it work with Netscape also. /sunil --- "Hunor Nam" [EMAIL PROTECTED] wrote: You could use showModalDialog, java script method, but it's suported only by IE4+ Syntax: vReturnValue =3D window.showModalDialog(sURL [, vArguments] [, sFeatures])

How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
e.bat"); p.waitFor(); also i have tried without cmd option: Process p = Runtime.getRuntime().exec ("D:\\myFolder\\myBatchFile.bat"); p.waitFor(); Its not throwing an exception and not even giving me any output.. Thanx in

RE: How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
d this time its able to fire the batch file but that batch file itself giving error that "The name specified is not recognized as an internal or external command" The good thing is this option of running batch file is working with standalone java application but not with servlet

Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
I have set that path variable already.. still its not working did u find anyother solution thanx.. for responding lot... /sunil --- Randy Layman [EMAIL PROTECTED] wrote: That sounds like the PATH environment variable isn't set (as in it can't find osql

RE: Randy - RE: How can I run Batch file from servlet ??

2001-04-16 Thread Sunil Chandurkar
Thanx.. its working very finely /sunil --- Randy Layman [EMAIL PROTECTED] wrote: Try replacing the relative osql with the fully-qualified path name (i.e. "C:\Program Files\Oracle Apps\bin\osql.exe"). I have several servlets that utilize external

Getting an error during SSL

2001-04-12 Thread Sunil Chandurkar
ed keytool -genkey .. comman with -keyalg RSA. at that time it was giving me same error in server side and browser side it was giving me error : name of site is not matches with the name given in certificate so please help me.. thanx in advanc

Welcome File : index.html

2001-04-10 Thread Sunil Chandurkar
Hello can i change welcome file index.html to my sample.html I have tried this by changing contents of welcome-file tag of file web.xml still it didn't work.. please let me know the way... Thanx in advance regards sunil

Repaint( )

2001-04-04 Thread Sunil Chandurkar
lots of world class personality shares their views. Thanks in Advance Regards Sunil _ Get LifeTime Free email Visit --- http://www.nagpurcity.net

doGet - doPost

2001-03-27 Thread Sunil Chandurkar
on this Applet-Servlet communication please let me know... Regards Sunil _ Get LifeTime Free email Visit --- http://www.nagpurcity.net

Re: chart in jsp

2001-03-26 Thread Sunil Chandurkar
Applet is time consuming stuff for genrating dynamic chart.. go for XML.. thats only recommended solution sunil --- "Kenneth Westelinck" [EMAIL PROTECTED] wrote: Hi, Maybe you should use an applet. regards, Kenneth Westelinck From: Ludovic Maitre [EMAIL PROTECT

Re: Tomcat and Jsp files

2001-03-25 Thread Sunil Chandurkar
/TestFolder/test.jsp /sunil --- Chris Andreou [EMAIL PROTECTED] wrote: Hi I am using Tomcat 3.2.1 and Apache on an Nt platform. My confusion is this: In http.conf file I have : JkMount /*.jsp ajp12 JkMount /servlet/* ajp12 Should all the .jsp files be under the webapps directory? I ha

How to JSP on Tomcat ...urgent !!!!.

2001-03-21 Thread Sunil Chandurkar
Hello all, Today is my first day to work on JSP, I have created very simple JSP file, and was trying to run it was giving proper output and also it was giving me following error, Firsly i have started Apache service using net start option and then I have started tomcat server. Please

How to run JSP on Tomcat under windows?

2001-03-21 Thread Sunil Chandurkar
Hello all, Today is my first day to work on JSP, I have created very simple JSP file, and was trying to run it was giving proper output and also it was giving me following error, I am using windows machine. Firsly i have started Apache service using net start option and then I have

Applet - Servlet Comm (Tomcat)

2001-03-13 Thread Sunil Chandurkar
ement("Ten"); repositoryVector.addElement("Tweleve"); outKFileObj.writeObject(repositoryVector); outKFileObj.flush(); outKFileObj.close(); } This is even not working with Java Web Server. please help me /sunil _ Get LifeT

Mandar I have read those documents (help on HTTPS)

2001-03-13 Thread Sunil Chandurkar
shouldn't ask me again but problem is its again keep on asking me for installing certificate.. i dont know how to cope with the situation... or better u tell me how to associated one generated certificate to our web server. /sunil --- "Mandar Joshi" [EMAIL PROTECTED] wr

Re: I'm New User - Tomcat HTTPS Help expecting

2001-03-05 Thread Sunil Chandurkar
But Mr. David Is there any need to make any association between apache and tomcat. If yes how can i make it? how can i get SSL Virtual Host? /sunil --- David Crooke [EMAIL PROTECTED] wrote: SSL is entirely orthogonal to Tomcat - just put the tomcat directives in your SSL virtual

Tomcat 3.1 can't handle load

2001-02-18 Thread Sunil Kumar Roy
ficulty in developing the site due to this frequent problem. Could you help please? Thanks in anticipation. Regards Sunil K. Roy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Complete Installation steps ..

2000-12-13 Thread Sunil Kumar K
Hi Guys, Can u ppl help me out can anyone send me a complete installation script for tomcat 4 on Red Hat Linux 6.2 I have apache 1.3.14 apache Jserv 1.1.2 cheers Sunil - Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTE

Re: How do I determine the Relese Ver No

2000-12-13 Thread Sunil Kumar K
Hi Guys, Can u ppl help me out can anyone send me a complete installation script for tomcat3.2 on Red Hat Linux 6.2 I have apache 1.3.14 apache Jserv 1.1.2cheersSunil - Original Message - From: Craig R. McClanahan To: [EMAIL PROTECTED] Sent: Thursday, December 14,

https and Tomcat

2000-12-12 Thread Sunil Chandurkar
I have written one applet which is trying to talk to servlet thru https protocol... but its not working and even not giving error also. wht shall i do for this? shall i configure tomcat to receive such request? Regards Sunil Software Engineer [Kuokoa Network Inc.]

JNI and Tomcat

2000-12-12 Thread Sunil Chandurkar
Hello Let me tell you what i have done. and let me know if i'm doing anything wrong... (I just want to call DLL through servlet which is giving data to Applet) -I have created one applet and then copied that applet into one directory called "D:\ClassFolder" -then copied this folder into