RE: query problem

2005-08-08 Thread ganesan malairaja
i have checked all.. there is no other username i have put all the codes involved in the coding.. please point out the mistake .. Staffing Add Staff <%@ page language="java" import="java.sql.*" %> <%! String con_url = "jdbc:mysql:///AAAServer?user=tjc&password=password"; Connection c;

RE: query problem

2005-08-07 Thread Marot Laurent
Hello, Are you sure you don't have another filed name="username" somewhere else in your jsp code ? Lau/ -Message d'origine- De : ganesan malairaja [mailto:[EMAIL PROTECTED] Envoyé : lundi 8 août 2005 06:28 À : tomcat-user@jakarta.apache.org Objet : query problem i am extracting inf

Re: Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Anto Paul
On Apr 1, 2005 2:11 PM, Lakshmi Narayanan K. <[EMAIL PROTECTED]> wrote: > Hi All, > > In the file catalina.bat, the following lines of code are present: > echo Using CATALINA_BASE: %CATALINA_BASE% > echo Using CATALINA_HOME: %CATALINA_HOME% > echo Using CATALINA_TMPDIR: %CATALINA_T

RE: Query on mod_jk.log

2005-03-10 Thread Phillip Qin
JkLogFile -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: March 10, 2005 1:28 AM To: tomcat-user@jakarta.apache.org Subject: Query on mod_jk.log Hi All, I need to change the location of mod_jk.log file. Presently it gets logged in /apache/logs. I need to pu

Re: Query on mod_jk.log

2005-03-10 Thread Lionel Farbos
in your mod_jk.conf : JkLogFile /var/log/apache/mod_jk.log On Thu, 10 Mar 2005 11:58:03 +0530 <[EMAIL PROTECTED]> wrote: > > Hi All, > > I need to change the location of mod_jk.log file. Presently it gets > logged in /apache/logs. I need to put it in /var/log/apache. > > How to accomplish this

RE: Query on changing the path for catalina.out

2005-03-09 Thread mandar.mohan
PM To: Tomcat Users List Subject: RE: Query on changing the path for catalina.out The location of the catalina.out log file is not controlled from server.xml. This is other log files. Look in catalina.sh for ">> "$CATALINA_BASE"/logs/catalina.out 2>&1 &" and c

RE: Query on changing the path for catalina.out

2005-03-09 Thread Dale, Matt
The location of the catalina.out log file is not controlled from server.xml. This is other log files. Look in catalina.sh for ">> "$CATALINA_BASE"/logs/catalina.out 2>&1 &" and change that, to change the location of catalina.out. Ta Matt -Original Message- From: [EMAIL PROTECTED] [mai

Re: Query on Upgrade of tomcat 4.0.6 to 5.0.x

2004-12-27 Thread Murthy Tetali
Hi Wade, Thank You. Your opinion will be good input for me. The reason for upgradation is, we would like upgrade the specs and as well want to take the advantage of JMX support. Thank & Regards Murthy Tetali Wade Chandler <[EMAIL PROTECTED]> wrote: Murthy Tetali wrote: > Hi, > > We would

Re: Query on Upgrade of tomcat 4.0.6 to 5.0.x

2004-12-27 Thread Wade Chandler
Murthy Tetali wrote: Hi, We would like to upgrade our production Tomcat Server from 4.0.6 to 5.0.x Our application is higly multi-threaded, having 2000 concurrent users. This Application is running on tomcat 4.0.6 from last 2 years without any problem. I will be looking forward for your recom

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-15 Thread Jon Doe
Enable (comment in) the AccessLogValve in your server.xml. That way you will be able to see exactly what requested URLs result in 404s. The file is enabled and nope -- I'm not seeing any 404 errors. Yoav Shapira http://www.yoavshapira.com What confuses me is why I get a ClassCastException? This m

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-13 Thread Jon Doe
Hi, Because this processing servlet of yours itself had an error. A JSP file by default is processed by Tomcat's JSP servlet, not your Router servlet. Accordingly, it's not subject to your custom error handling mechanism. A more standard way to do this is declare an for 404's in your web.xml, a

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-13 Thread Shapira, Yoav
Hi, >Sorry, not sure I understand this. Is this not what I've done with this?: > >404 >/404.html > Yeah, that is what you've done. I didn't read your original web.xml carefully enough it seems ;) >My understanding of how this works is that any URL that ends with

RE: Query with 404 error processing -- Tomcat 5.0.19

2004-12-13 Thread Shapira, Yoav
Hi, Because this processing servlet of yours itself had an error. A JSP file by default is processed by Tomcat's JSP servlet, not your Router servlet. Accordingly, it's not subject to your custom error handling mechanism. A more standard way to do this is declare an for 404's in your web.xml,

Re: Query: How to auto-recover from a W2K power bounce ...

2004-09-02 Thread John Villar
time delay? -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 3:32 PM To: Tomcat Users List Subject: Re: Query: How to auto-recover from a W2K power bounce ... register tomcat as a service i do use it that way and is pretty "bullet proof"..

RE: Query: How to auto-recover from a W2K power bounce ...

2004-09-02 Thread Hensley, Doug
Subject: Re: Query: How to auto-recover from a W2K power bounce ... register tomcat as a service i do use it that way and is pretty "bullet proof"... the installer does that for you Hensley, Doug escribió: >I have a 3rd party app running on W2K Server supported by Tomcat 5

Re: Query: How to auto-recover from a W2K power bounce ...

2004-09-02 Thread John Villar
register tomcat as a service i do use it that way and is pretty "bullet proof"... the installer does that for you Hensley, Doug escribió: I have a 3rd party app running on W2K Server supported by Tomcat 5.0.27 & J2SDK 1.4.2_05. I want to set up the box so that Java & Tomcat auto-recover if

RE: (Query)Running Program on Tomcat

2004-04-20 Thread Wendell Holmes
Are you saying you have /webapps /greetings web.xml whatever.class index.html for your file structure? Wendell

RE: (Query)Running Program on Tomcat

2004-04-09 Thread Shapira, Yoav
Hi, What is your servlet's mapping and what is the URL you're using to access the servlet? Do you have any errors in your logs? You don't need to map JSPs pages, the JSP servlet automagically handles that for you. Yoav Shapira Millennium Research Informatics >-Original Message- >From:

Re: Query..

2003-11-18 Thread Antony Paul
http://mirrors.midco.net/pub/apache.org/jakarta/tomcat-connectors/ Antony Paul - Original Message - From: "Krishna Kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 18, 2003 10:53 AM Subject: Query.. > Hi, > Can u please send me the link to download isapi_redire

RE: Query

2003-11-11 Thread Shapira, Yoav
Howdy, Please define what you mean by "the jsp size." The size (in KB or lines of code) of the JSP file on disk? The size (in KB or lines of code) of the compiled servlet on disk? The amount of memory taken up by the servlet instance in the JVM? Yoav Shapira Millennium ChemInformatics >-

Re: Query on element of web.xml file ??

2003-09-18 Thread Andoni
; <[EMAIL PROTECTED]> Sent: Thursday, September 18, 2003 8:26 AM Subject: RE: Query on element of web.xml file ?? > Hi, > > First all thanks for your reply,can you please give me > the link of archives so that I can serach there for my > query. > > Regards > Bikash > -

RE: Query on element of web.xml file ??

2003-09-18 Thread Bikash Paul
Hi, First all thanks for your reply,can you please give me the link of archives so that I can serach there for my query. Regards Bikash --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Howdy, > Senor Wingfield pointed you at the right (and > definitive) resource on > this already. I just want

RE: Query on element of web.xml file ??

2003-09-16 Thread Shapira, Yoav
Howdy, Senor Wingfield pointed you at the right (and definitive) resource on this already. I just wanted to mention this EXACT question (complete with the /*.jsp mapping) has been asked on the list before, so you can search the archives if you'd like. Yoav Shapira Millennium ChemInformatics >-

Re: Query on element of web.xml file ??

2003-09-16 Thread Jon Wingfield
Read chapter 11 of the servlet 2.3 specification. It's all there. The spec is available from here: http://www.jcp.org/aboutJava/communityprocess/final/jsr053/ Bikash Paul wrote: Hi all friends, If my web application's web.xml file contains this: Test Filter /*.jsp then the filter doesn't run w

Re: Query string / InputStream

2003-06-17 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > > Hi list, > > I have a question to servlets with TC. I set up a easy web site with a form > and request method POST. The action is then a call to a servlet. In this > servlet I implemented doPost and doGet while doPost just calls

RE: Query

2003-01-27 Thread Reynir Hübner
Have you ever heard about the "manual" ? :) I don't think I have the time to explain in detail, but Apache is an HTTP server, and tomcat is a Servlet Container. Apache and tomcat are not made to do the same things, even though some of the things they do are very similar. You should be able t

Re: query

2002-12-03 Thread Martin Jacobson
faisal shabbir wrote: Hi, I have just implemented ssl on tomcat4.0 by using jsse. Now on running my application i found that ssl is working on all of the pages. Problem is that i want ssl to work on the pages that contains sensitive information. How can i turn ON and OFF ssl on jsp pages.

RE: Query

2002-09-09 Thread Vikramjit Singh
> -Original Message- > From: Tony McNicholas [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 4:14 AM > To: Tomcat Users List > Subject: RE: Query > > > Vikram, > > I don't mind having to restart Tomcat 3.3.1 but I don't want

RE: Query

2002-09-09 Thread Tony McNicholas
s/emissary directory where the old expanded war file exists and expand the newer war file again. Is it possible to do this ? Thanks, Tony. -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: 09 September 2002 12:05 To: 'Tomcat Users List'

RE: Query

2002-09-09 Thread Vikramjit Singh
> -Original Message- > From: Tony McNicholas [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 4:05 AM > To: [EMAIL PROTECTED] > Subject: Query > > > HI, > > I have the following query, > > I am using tomcat 3.3.1 and would like to deploy a new > version of a webapp in a

Re: query three remote databases at the same time

2002-06-24 Thread Ravishankar S
Hi Halil, open three different connections and close them in the right order Connection con1=DriverManager.getConnection(); Connection con2=DriverManager.getConnection(); do ur stuff here con2.close(); con1.close(); HTH ravi - Original Message - From: "Halil AKINCI"

RE: query unique identifier of a webapp from init()?...

2002-06-12 Thread Shapira, Yoav
Howdy, How about giving it a key yourself in your web.xml? (As a context-param or init-param to some servlet)? That seems simpler. Alternatively, consider using javax.servlet.context.tempdir, although I'm not sure if that's in the SRV v2.2. Yoav Shapira Millennium ChemInformatics >-Origi

Re: Query

2002-05-18 Thread Øyvind Vestavik
What happens if you just enter http://localhost:8080 ?? If entering the url without the "/greeting" returns a page saying "If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!" then everything is allright.. Entering http://localhost:8080/gree

RE: Query regarding mod_jk.conf-auto

2002-04-08 Thread Larry Isaacs
In Tomcat 3.2.x you will have to modify src/share/org/apache/tomcat/task/ApacheConfig.java, re-compile and update your webserver.jar. (In Tomcat 3.3.x, this is configurable.) Cheers, Larry > -Original Message- > From: sharadsk [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 08, 2002 4

Re: Query

2002-04-08 Thread Gabriel Gajdos
; <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 1:57 PM Subject: Re: Query | | | oh looks like I read the question wrong.. | | Logging into remote system and starting /ending a process is fine. | | But I thought he meant to ask something like | | an agent sitting on the remote machine on whi

Re: Query

2002-04-08 Thread Shashank
oh looks like I read the question wrong.. Logging into remote system and starting /ending a process is fine. But I thought he meant to ask something like an agent sitting on the remote machine on which tomcat is running, and tool or some peace of codes knows how to contact the agent and ask i

Re: Query

2002-04-08 Thread Damnish
You can start and shutdown from remote location using telnet service. - Original Message - From: "Shashank" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 4:28 PM Subject: Re: Query I don't think you

Re: Query

2002-04-08 Thread Gabriel Gajdos
ot; <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 1:03 PM Subject: Re: Query | I don't think you can do it, as Tomcat doesn't give you any tool to do | that. ?? | | any One ? | | Mahesh Sapre wrote: | | >Hi | > I am an software developer from India.I would like to know ho

Re: Query

2002-04-08 Thread Shashank
I don't think you can do it, as Tomcat doesn't give you any tool to do that. ?? any One ? Mahesh Sapre wrote: >Hi > I am an software developer from India.I would like to know how do i startup and >shutdown my tomcat server from remote location? > >Regards > Mahesh Sapre > > -- To unsub

Re: Query: Reloadable

2001-12-14 Thread Shekhar
" <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 11:05 PM Subject: Re: Query: Reloadable > > > On Fri, 14 Dec 2001 [EMAIL PROTECTED] wrote: > > > Date: Fri, 14 Dec 2001 14:29:43 +0530 > > From: [EMAIL PROTECTED] > > Reply-To: Tomcat Users Li

Re: Query: Reloadable

2001-12-14 Thread Craig R. McClanahan
On Fri, 14 Dec 2001 [EMAIL PROTECTED] wrote: > Date: Fri, 14 Dec 2001 14:29:43 +0530 > From: [EMAIL PROTECTED] > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Query: Reloadable > > What shall I do if I have to make my Tomcat 4.1 autoreloadable. i.e. > it sho

RE: Query

2001-08-01 Thread Loïc Lefèvre
Of course, try: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-apache-howto.html and the links too ;) Loïc Lefèvre -Message d'origine- De : Al Hatf [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 1 août 2001 12:34 À : [EMAIL PROTECTED] Objet : Query Hey There, Can u direct me t

RE: Query

2001-07-26 Thread Gautam Sinha
Title: Query Since you have posted this to the tomcat-user mailing list, I assume you have a copy of tomcat. The class that you mention (it is not a package) is contained in servlet.jar contained in tomcat_home/lib.   Gautam     -Original Message- From: Swapan Kumar Chakrabor

RE: Query

2001-07-26 Thread Gautam Sinha
Title: Query Since you have posted this to the tomcat-user mailing list, I assume you have a copy of tomcat. The class that you mention (it is not a package) is contained in servlet.jar contained in tomcat_home/lib.   Gautam -Original Message- From: Swapan Kumar Chakraborty [ma

Re: Query

2001-07-25 Thread Dmitri Colebatch
You can get the source from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/src/ or the binary is included in the servlet.jar in the tomcat/lib directory. cheesr dim On Thu, 26 Jul 2001, Swapan Kumar Chakraborty wrote: > Can u please help me to know from where do I download th

RE: Query

2001-05-24 Thread William Kaufman
It means what it sounds like: the method isn't defined in the version of HttpSession that's on your CLASSPATH.   I think that method was added in JSDK 2.1.  What version are you compling against?       -- Bill K. -Original Messa

RE: Query

2001-05-24 Thread Rams
when l compiled it, error is at line 61..undefined variable 'propernoun'... so declare it.. Rams   -Original Message-From: haneesh [mailto:[EMAIL PROTECTED]]Sent: Thursday, May 24, 2001 12:49 PMTo: [EMAIL PROTECTED]Subject: Query on compiling the attached java file i receive the

Re: query??

2001-03-26 Thread Alex Fernández
The default port is 8080. So your friend should try http://yourip:8080/ Ah, one more thing: try sending messages with more descriptive subjects. It helps if you want a prompt response. Un saludo, Alex. Amit Mahale wrote: > > I am a tomcat user my o.s is windows 95 .I would like my fri

Re: query

2001-01-25 Thread Neil Aggarwal
Sovrin: To make an application automatically reload new classes, place the following in the /usr/local/jakarta-tomcat-3.2.1/conf/server.xml file: You should replace "app" with the name of your application I hope this helps. Neil. Sovrin Tolia wrote: > > hello > >

RE: query

2001-01-25 Thread Stefan Langer
Hello What version of Tomcat are you running. In 3.2 you have to set the reloadable flag in the context to true. But keep in mind that this will reduce the performance. Stefan

RE: Query regarding applet calling

2001-01-15 Thread Stefan Langer
It would be interesting to know if you use tomcat standalone or in combination with a server. But here is a suggestion:   If you use the applet tag simply serve the applet class from your static data, meaning include it at the same place the html/jsp page is served from and not the

Re: Query regarding applet calling

2001-01-14 Thread Craig R. McClanahan
Ayyappa wrote: i am calling a applet from a .jsp page in the following manner i am having the .class file of the applet in a package inside the classes folder in WEB-INF. It says that class Test not foundI even tried using the tag but it asks me to install the java plugin. can i call the appl

Re: Query regarding applet calling

2001-01-13 Thread William Brogden
> Ayyappa wrote: > > i am calling a applet from a .jsp page in the following manner > > > > i am having the .class file of the applet in a package inside the > classes folder in WEB-INF. It says that class Test not found > I even tried using the tag but it asks me to install the > java plug

Re: query about tomcat in win32

2000-12-01 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: Hi, Just want know which zip files is suitable for downloading to a Win98 machine for development and implementation ?   http://jakarta.apache.org/builds/tomcat/release/v3.2/bin/jakarta-tomcat-3.2.zip has everything you need except a JDK (which you can download from http: