How to serialize an object which is put in the session ?

2003-06-20 Thread Antony paul
I have a class which implements the HttpSessionBindingListener interface. I want to serialize this object and all sessions when the context is reloaded. It is essential because three deveopers are using the same server and if ine user compiles a servlet all users get a nullpointer exception. I

Re: [OT] How to know Know the amount of memory used by Tomcat froma JSP page ?

2003-06-26 Thread Antony paul
I think it is supported in 4.1.24. I am using 4.1.18. It returns FAIL - Unknown command /serverinfo Antony From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: [OT] How to know Know the amount of memory used by

Re: What are the possible attributes of the Context element ?

2003-06-26 Thread Antony paul
What is the use of caching allowed ? What is its default value if I didn't set it in server.xml ? Antony From: Tim Funk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: What are the possible attributes of the Context element ?

[OT] how to pronounce Apache ?

2003-08-14 Thread Antony paul
Hello, I would like to know how to pronoune Apache in US English. I found two pronounciations at http://dictionary.reference.com/search?q=apache which one is right ?. Or any other forms ? Antony Paul. - To unsubscribe, e

Including port no in req.getServerName() output.

2003-08-14 Thread Antony paul
. Is there any other way to change the JSP and servlets to include the port no. regards Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Antony paul
5050] GET /MSADC/root.exe?/c+dir HTTP/1.0 404 710 What does this mean ? Is there any vulnerability in Tomcat or this combination ?. I have uncommented the invoker servlet in web.xml. Is it creating the problem ?. regards Antony Paul

Re: Including port no in req.getServerName() output.

2003-08-14 Thread Antony paul
Any tool ? I am working on windows and dont know PERL or scripting language. regards Antony Paul - Original Message - From: Hans Wichman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 4:04 PM Subject: Re

[OT] Any Tool to generate servlet mapping from file system files.

2003-08-14 Thread Antony paul
of the file. I am asking because I dont use servlet mapping and my application contains lots of servlet in different directories. If anyone know any tool or code snippet availble to do this please inform me. Or please any one write this. regards Antony Paul

Re: Including port no in req.getServerName() output.

2003-08-14 Thread Antony paul
80% of the pages are completed(about 150 pages) so changing these pages is a tedious job. Antony Paul - Original Message - From: Bodycombe, Andrew [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 3:41 PM Subject: RE: Including port

Re: [OT] Some one executing windows commands in Tomcat 4.1.18.

2003-08-14 Thread Antony paul
vulnerability. If it's realy intranet your admin should have a look at the offending pc if it is infected by a virus. (Not shure out of the head if this is nimda, code red or what else) This vulnerability is not affecting tomcat. -Original Message- From: Antony paul [mailto:[EMAIL PROTECTED

What is accepted way to read/write files in Tomcat ?

2004-04-15 Thread Antony Paul
. Is it legitimate to use the getRealPath() to get the context root and write the file ? Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reloading servlets instantly.

2004-04-23 Thread Antony Paul
Jakarta JSP compiler. Or any other JSP engines support this ?. Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

What are the features of Tomcat ?

2003-09-09 Thread Antony Paul
or know about other available application servers. regards Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What are the features of Tomcat ?

2003-09-09 Thread Antony Paul
an interesting question. Sounds like an interviewer who was just grasping for questions ;) Did you ask him/her what the answer was? Yoav Shapira Millennium ChemInformatics -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 6:56 AM To: tomcat mail

[OT] Quality standards and Tomcat .

2003-09-11 Thread Antony Paul
Hi all, I hope that there is some one who knows about quality standards like CMM and CMMI . What I want to know is that Tomcat can be used in a company which implements CMMI standards. I dont know much about quality assurance. Thanks in advance. regards Antony Paul

[OT] please tell a javascript/DHTML forum or mailing list

2003-09-20 Thread Antony Paul
Hi all, Can any one suggest a javascript or DHTML forums. i have problems in adding a row to table using DOM. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat performance issues with W2k - SP4

2003-10-06 Thread Antony Paul
My machine too have this problem. Any solutions. I am using JDK 1.4.1 , Tomcat 4.1.27 and Oracle 8i. - Original Message - From: Benito Garcia [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, October 06, 2003 5:33 PM Subject: Tomcat performance issues with W2k - SP4

Re: INVOKER fails after webapp recompile

2003-10-14 Thread Antony Paul
If you are using Tomcat 4.1.27 you have to install a patch available in Tomcat download directory. Antony Paul - Original Message - From: Niklas Saers Mailinglistaccount [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 3:53 PM Subject: INVOKER fails after webapp

Can any one tell where is a simple Tomcat + IIS how to using Coyote/JK2 AJP 1.3?

2003-10-14 Thread Antony Paul
version of it is availble at the site jakarta download site. Currently only Coyote JK2(isapi_redirector2.dll) is provided. So I tried with JK2 again no result and IIS shows it is not loading the DLL in the filter(There is a red down arrow). Antony Paul

Getting contenttype of HttpServletResponseWrapper.

2003-10-17 Thread Antony Paul
Hi all How to know the content type of an HttpServletResponseWrapper. A filter need to know the content type of the respnse after the doFilter. It need to process only the text/html responses. Antony Paul - To unsubscribe, e

Re: Getting contenttype of HttpServletResponseWrapper.

2003-10-17 Thread Antony Paul
. Why the default wrapper is not working. Is it a programming error. rgds Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 17, 2003 4:42 PM Subject: Re: Getting contenttype of HttpServletResponseWrapper

using DBCP in other web containers.

2003-10-28 Thread Antony Paul
will be deployed. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Use of return statement in servlet.

2003-10-30 Thread Antony Paul
of if blocks. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Use of return statement in servlet.

2003-10-31 Thread Antony Paul
to an error page. I want to know is there any problems in using the return statement in servlets/jsp. Antony Paul - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 31, 2003 12:00 PM Subject: Re: Use of return statement

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
simple suggestion. put the class file in webapps/DBTest/WEB-INF/classes/foo. Antony. Original Message - From: David De Graff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:55 PM Subject: Problem with JNDI Datasource HOW-TO MySQL Example I'm new to Java but

Re: Use of return statement in servlet.

2003-10-31 Thread Antony Paul
!-- JSP end -- And compile it. Then, looking at the generated servlet code, I check that no resource-freeing operations are done after writing Hello Worl to the output stream. The moment this happens, the moment I will have a lot of problems :-P Hope it helps you, Rodrigo Antony Paul wrote

Re: Problem with JNDI Datasource HOW-TO MySQL Example

2003-10-31 Thread Antony Paul
of their package name isn't mentioned in the O'Reilly Tomcat book (diagram on p. 71 shows class file in the WEB-INF/classes directory). Or maybe only some class files need to be in a package subdirectory? In any case, thanks much for the help! Dave - Original Message - From: Antony

Servlet context in tomcat cluster.

2003-11-02 Thread Antony Paul
is to be accessed by servlets and jsps. Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Design advice needed.

2003-11-02 Thread Antony Paul
and Oracle 8i. The application is using MVC pattern but do not use Struts. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Design advice needed.

2003-11-03 Thread Antony Paul
through other processes or even triggers. If my memory serves me right, that is something you can do easily with Oracle (i.e. there's a standard feature implemented), even with Oracle 6/7. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 08:36

Re: Design advice needed.

2003-11-03 Thread Antony Paul
: Wish I could, it's been eight years since I was did any DBA/DB development work. Either go to the manual, or contact a oracle list. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 09:10 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re

Re: Design advice needed.

2003-11-03 Thread Antony Paul
But this requires adding a column to every table. I found two ways of doing this. 1. Using time stamp. It requires adding a column to table. 2. Checking data for equality before updating. It requires querying database again. Any alternative way. thanks for the replies Antony Paul

Tomcat clustering and servletContext.

2003-11-03 Thread Antony Paul
Hi, I asked this question yesterday no one replied. Suppose Tomcat is running in a cluster with load balancer. If I put a JavaBean in ServletContext is it possible to access this bean in all machines ?. Antony Paul

Re: Tomcat clustering and servletContext.

2003-11-04 Thread Antony Paul
. -Tim Antony Paul wrote: Hi, I asked this question yesterday no one replied. Suppose Tomcat is running in a cluster with load balancer. If I put a JavaBean in ServletContext is it possible to access this bean in all machines

Re: Tomcat clustering and servletContext.

2003-11-04 Thread Antony Paul
I found your reply in the archives. Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 7:09 PM Subject: RE: Tomcat clustering and servletContext. Howdy, And I did reply yesterday saying

web.xml parser error

2003-11-05 Thread Antony Paul
am getting this error. Is it possible to know which web.xml caused the error ? [ERROR] Digester - -Parse Error at line 70 column 11: The content of element type web-app must match Antony Paul - To unsubscribe, e-mail: [EMAIL

Re: web.xml parser error

2003-11-05 Thread Antony Paul
this mean ? Antony Paul - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 7:42 PM Subject: Re: web.xml parser error Antony, am getting this error. Is it possible to know which web.xml caused the error

Re: web.xml parser error

2003-11-05 Thread Antony Paul
descriptionDB Connection Pool/description res-ref-namejdbc/Database/res-ref-name res-typejavax.sql.DataSource/res-type res-authContainer/res-auth /resource-ref /web-app Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: web.xml parser error

2003-11-05 Thread Antony Paul
It is solved. I did as per your suggestion. Thank for your reply. I would like to know what are the requirements to become a JSP/Servlet programmer/administrator. Antony Paul - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday

[OT] Getting form values - clarification required.

2003-11-07 Thread Antony Paul
with JDK 1.3.1. Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

please explain behavior of Requestdispatcher.forward()

2003-11-15 Thread Antony Paul
string from a request before forwarding it. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: please explain behavior of Requestdispatcher.forward()

2003-11-15 Thread Antony Paul
Actually I have to remove a textbox element from a form. Antony Paul - Original Message - From: Antony Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, November 15, 2003 5:33 PM Subject: please explain behavior of Requestdispatcher.forward() Hi all, I

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_redirect.dll

Re: Where to find Tomcat RPMs?

2003-11-20 Thread Antony Paul
Check this http://marc.theaimsgroup.com/?l=tomcat-userm=106639528807348w=2 Antony Paul - Original Message - From: Jens Ove Lillegraven [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 1:03 PM Subject: Where to find Tomcat RPMs? Hello I cannot

Re: Dead threads

2003-11-20 Thread Antony Paul
++) out.println(Thread.currentThread().getName() + :array[+i+] = + array[i].toString()+BR); hope this helps. Antony Paul. - Original Message - From: Laurent Michenaud [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 9:16 PM Subject: RE : Dead

Severity less - DBCP not closing connection.

2003-11-21 Thread Antony Paul
block. I want to know whether it is bug or config error or Tomcat behaves so. Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Synchronising database access

2003-11-21 Thread Antony Paul
a thread completes the entire process other threads can execute the code. How to do it. Do I have to synchronise on Connection or on this or implement SingleThreadModel. I also want to know how much extra time a synchronised block requires than an unsynchronised block. Antony Paul

Re: [OT] Synchronising database access

2003-11-21 Thread Antony Paul
thanks for the reply synchrosing servlet code dont work ? Antony Paul - Original Message - From: Peter Guyatt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 21, 2003 5:28 PM Subject: RE: [OT] Synchronising database access Hi There, Use a singleton

Re: Severity less - DBCP not closing connection.

2003-11-21 Thread Antony Paul
I tested it using a sample code which is posted. All resultsets,prepared statements and connections are closed in finally block. I dont have a real problem yet. The app is still in developing stage. Antony Paul - Original Message - From: Edson Alves Pereira [EMAIL PROTECTED

Re: Severity less - DBCP not closing connection.

2003-11-23 Thread Antony Paul
to the calling servlet.. If the servlet to which it is forwareded takes lot of time to complete then what will happen ?. This is not mentioned in any articles or books that I have read. Antony Paul. - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List

Re: HTTP Status 404.

2003-11-25 Thread Antony Paul
If you created a new context try restarting Tomcat and look at the work directory of Tomcat usually at D:\ApacheTomcat4\work\Standalone\localhost\ to see whether the directory pg_mdp is created. If not you have to add a context in conf\server.xml. Antony Paul - Original Message - From

Re: Any jsp examples that pull from a local db?

2003-11-26 Thread Antony Paul
Check this link. It have downloadable code. For more code do Googling. http://www.onjava.com/pub/a/onjava/2003/01/08/tomcat4.html Antony Paul - Original Message - From: SL [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:12 AM Subject: Any jsp examples

JK2 in server.xml with 4.1.29

2003-11-26 Thread Antony Paul
Hi, I am trying configure Tomcat 4.1.27 + IIS on win2k. In server.xml there are two entries namely !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- and !-- Define an AJP 1.3 Connector on port 8009 -- which one is to uncommented. rgds Antony Paul

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Antony Paul
directory. Putting it at other places wont work. After this I configured as per the docs in http://localhost/tomcat-docs/jk2/jk/iishowto.html. Again here you have to put the DLL in win32\i386 directory. Antony Paul - Original Message - From: Bhavdeep Sharma [EMAIL PROTECTED] To: Tomcat Users

Re: Preload JSP when it's startup

2003-11-28 Thread Antony Paul
/target target name=all depends=jspc,javac /target /project Rgds Antony Paul. - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, November 28, 2003 12:25 PM Subject: Re: Preload JSP when it's startup Can you please tell me exact

JK2 DLL not loaded.

2003-11-28 Thread Antony Paul
by IIS. But no servlets are working. It is giving a 404 error. The uriworkermap content is given below. How to make servlets work ?. default.worker=ajp13 /app/=$(default.worker) /app/*.jsp=$(default.worker) /app/servlet/*=$(default.worker) Antony Paul

Re: trouble with servelts

2003-12-04 Thread Antony Paul
Hello Girish, You have to set the CLASSPATH environment varaible to include the tomcat install directory\common\lib\servlet.jar in order to compile servlets. Have you run the example application available at http://localhost/examples/servlets/index.html. rgds Antony Paul - Original

[OT] Writing methods in servlets

2003-12-07 Thread Antony Paul
dont allow to move this to another class). I know that container creates multiple threads of servlce method of (I dont know how) same servlet to service multiple requests. Then what about other custom methods in servlets. I dont use any instance variables. rgds Antony Paul

[OT] Some questions on Java,Servlet, JSP and Tomcat.

2003-12-08 Thread Antony Paul
exceeds a limit without tweaking Tomcat code. rgds Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Quality of open source code - not a survey.

2003-12-08 Thread Antony Paul
things work and how to implement it. To learn it, the cheap way available to me is looking at code written by some experts. I believe people who wrote Tomcat,JSTL and other have godd knowledge of Java. Is there anything wrong in doing such things ? rgds Antony Paul

Copying files from Tomcat 4.1.x to Tomcat 5.x

2003-12-08 Thread Antony Paul
Hi all, Is there any compatibility issues in putting the jsp/servlet files developed in Tomcat 4.1.x series to Tomcat 5.x. Application uses only Servlets 2.3 and JSP 1.2. rgds Antony Paul. - To unsubscribe, e-mail: [EMAIL

Testing servlet for thread safety.

2003-12-08 Thread Antony Paul
Hi, I asked this question as part of another mail but Mr. Tim Funk left it unanswered. How to test a servlet for thread safety. rgds Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Testing servlet for thread safety.

2003-12-09 Thread Antony Paul
want to know any special component is available in these testing frameworks. I want open source. rgds Antony Paul . - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 3:47 PM Subject: Re: Testing servlet for thread

Re: Need some Tomcat Configuration help badly

2003-12-14 Thread Antony Paul
JSP. I faced this problem when workstation machine time is behind server time. You can overcome this by syncing all machines clocks. Or advise students to perform a reload through the manager task. Or write an Ant script to reload it. rgds Antony Paul. - Original Message - From: Dick

Re: /server/lib available to web applications?

2003-12-15 Thread Antony Paul
Why this directory have jars of file upload,beanutils. Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 15, 2003 6:53 PM Subject: RE: /server/lib available to web applications? Howdy, No, server/lib

Re: RequestDispatcher in servlet is not working

2003-12-17 Thread Antony Paul
You can call forward() before the response is committed. I seems that it is throwing IllegalStateException. Antony Paul - Original Message - From: Teja Jo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:27 AM Subject: RequestDispatcher in servlet

Re: RequestDispatcher in servlet is not working

2003-12-17 Thread Antony Paul
to out if not forwading. Another way is increasing the buffer size of out. Antony Paul. - Original Message - From: Teja Jo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:57 AM Subject: Re: RequestDispatcher in servlet is not working Hello

Re: jsp.error.attribute.unterminated -- WTF?

2003-12-18 Thread Antony Paul
It seems like a custom tag error message. Do u use any custom tags. Antony Paul - Original Message - From: Josh G [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 12:01 PM Subject: jsp.error.attribute.unterminated -- WTF? Hi All, pulling out copious amounts

Re: [Tomcat Admin user name password]

2003-12-18 Thread Antony Paul
check for any file named admin-users.xml. I think Tomcat 5 uses this file. I am not sure. Antony Paul. - Original Message - From: saravanan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 9:57 PM Subject: Re: [Tomcat Admin user name password

Re: Stupid servlet question...

2003-12-19 Thread Antony Paul
-on-startup1/load-on-startup /servlet Antony Paul - Original Message - From: Mikael Aronsson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 19, 2003 5:41 PM Subject: Stupid servlet question... Hi ! I have an application scope servlet and it works fine

tomcat 5 source compiling error

2003-12-22 Thread Antony Paul
for javax.xml.transform.TransformerFactory cannot be found This one I cannot find a solution. Googling said that ant 1.5 doesnt have XSLT transformer and says to download and use xalan. Then what is xerces-2.5.0. If using xalan where to put it. There is no setting for xalan in build.properties. rgds Antony Paul

Deploying app in Tomcat 5

2003-12-23 Thread Antony Paul
Hi, I just installed(built) Tomcat 5.0.16. I copied an xml file containing deployment description of a context to webapps directory. Restarted Tomcat. It gives 404 error. The same procedure works with Tomcat 4.1.27. What is wrong ? rgds Antony Paul

Re: Off Topic- Core java

2003-12-23 Thread Antony Paul
add . (current directory) to classpath. There is no need to specify where the java API libraries to 1.4 Sun javac compilers. Antony Paul. - Original Message - From: N.B.Bopanna [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 11:32 AM Subject: Off Topic- Core

Re: tomcat4.1.24 not compiling jsp page

2003-12-24 Thread Antony Paul
Possibly some class file is corrupted or it may be due to a version mismatch between JDK and JVM or an older version of class files in class path. What versions of JDK and and JVM is in your machine ?. Antony Paul - Original Message - From: N.B.Bopanna [EMAIL PROTECTED] To: [EMAIL

Re: jsp compilation error

2003-12-24 Thread Antony Paul
Where is the java bean class file residing. It must be in WEB-INF\classes or WEB-INF\lib(as jar file). Antony Paul - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 2:31 PM Subject: jsp compilation error Hi all, i Set up

Re: Can't run servlets

2003-12-26 Thread Antony Paul
-pattern /servlet-mapping Another way is using the invoker servlet provided by Tomcat. If using invoker servlet no need of servlet mapping. But it have security bugs and is disabled by default. Antony Paul. - Original Message - From: X V Jay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: java.lang.OutOfMemoryError

2003-12-26 Thread Antony Paul
Please specify the OS version. A similar thread is there . Antony Paul - Original Message - From: Lam Chee Choong [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 26, 2003 8:11 PM Subject: RE: java.lang.OutOfMemoryError hm..i see...but I am working

What after reloading a context

2003-12-29 Thread Antony Paul
Hi all, What happens to all loaded servlets on reloading a context ?. All servlets are destroyed first then these are initialised after reload before any request is arrived ?. rgds Antony Paul - To unsubscribe, e-mail

[OT] custom tags in a page

2003-12-29 Thread Antony Paul
an object. Each time it is getting an instance from a pool ? BTW Extending TagSupport or BodyTagSupport is better. I have no need to process the body ? Any performance gain ? rgds Antony Paul - To unsubscribe, e-mail: [EMAIL

Re: [OT] custom tags in a page

2003-12-29 Thread Antony Paul
than the retrieved tag instance is assigned to a new variable and methods are invoked on this. Is there any particular reason for doing this ?. My reason for asking this question is to know and learn how pooling works. rgds Antony Paul - Original Message - From: Bill Barker [EMAIL

Re: Building 5.1 from Source

2003-12-29 Thread Antony Paul
When I run ant it is running cvs and it fails and continue processing other tasks. I dont have CVS in path. Antony Apul. - Original Message - From: Ramakrishna Rallapalli [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 11:56 AM Subject: RE:

Re: Building 5.1 from Source

2003-12-30 Thread Antony Paul
Ya you are right. CVS isnt able to download source. Other downloads are Ok. ie. proxy settings are Ok. Antony Paul - Original Message - From: Ramakrishna Rallapalli [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 12:13 PM Subject: RE: Building

what if response.sendRedirect(null)

2004-01-02 Thread Antony Paul
Hi, What will happend if response.sendRedirect(null) is called. It is giving a directory listing. No error is thrown. Is this as per the spec ? I am using Tomcat 4.1.27 with JDK 1.3.1 rgds Antony Paul - To unsubscribe, e

adding timestamp to logs

2004-01-02 Thread Antony Paul
Hi, I want to add a time stamp to Tomcat loggings. I am using JDK 1.3 and no log4j. I want to add this to stderr. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how do I unsubscribe from this mailing list?

2004-11-01 Thread Antony Paul
You will get a mail asking for confirmation whether you want to unsuscribe. Send an empty reply for it. rgds Antony Paul On Mon, 1 Nov 2004 09:31:04 -, Adrian Harrison [EMAIL PROTECTED] wrote: can anyone please tell me how to? sent an email to this address but still receiving tomcat

[OT] Using Tomcat certificate for signing applet

2004-11-03 Thread Antony Paul
Hi all, Can I use the same SSL certificate used by tomcat to sign an Applet ? rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tell me the steps to configure Tomcat

2004-11-06 Thread Antony Paul
What you did ? What OS you are using ?. What you downloaded ? Version ? File type zip or exe ?. rgds Antony Paul On Sat, 6 Nov 2004 18:38:45 +0530, inr [EMAIL PROTECTED] wrote: Hai all, I am new to Tomcat and i am struggling in configuring it . can anyone help me to configure

Re: New Babie query - pls pls help me

2004-12-13 Thread Antony Paul
You need to create a mapping in web.xml to invoke the servlet. Look at the elements servlet and servlet-mapping elements in the example/WEB-INF/web.xml. Create a similar one and restart Tomcat. rgds Antony Paul On Mon, 13 Dec 2004 21:09:07 +0800, Manisha Sathe [EMAIL PROTECTED] wrote: Hi

Re: Compile and Deploy JSPs - Tomcat 4.0

2004-12-20 Thread Antony Paul
this topic is discussed previously and you can find details in the archives. rgds Antony Paul On Tue, 21 Dec 2004 09:21:00 +0200, Abhay Hiwarkar [EMAIL PROTECTED] wrote: Hi, I have around 120 JSP files and want to avoid deploying them with the source-code. Using JSPC utility, I am able

[OT] Java developer friendly Linux distro

2004-12-21 Thread Antony Paul
Hi all, Which distro (free) is most friendly for Java development. I need J2SE 1.4.2 to work on it plus Eclipse 3.x(Linux dont have a good text editor in which I can run Ant builds). I also need a good GUI so that others will be attracted to it. rgds Antony Paul

Re: Compile and Deploy JSPs - Tomcat 4.0

2004-12-23 Thread Antony Paul
) at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:655) Could any one help. Thanks in advance, Abhay -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Tue, 21 Dec 2004 09:34 To: Tomcat Users List Subject: Re: Compile and Deploy JSPs - Tomcat

Re: Gurus! JCE and classloader question

2004-12-23 Thread Antony Paul
Which JCE provider you are using ? rgds Antony Paul On Tue, 21 Dec 2004 20:06:40 +0100, Lionel Pasquier [EMAIL PROTECTED] wrote: Hello again! Any guru around to solve my problem please? :-) Lionel Pasquier wrote: Hello, I have a trouble with using a JCE and multiple contexts

Re: Gurus! JCE and classloader question

2004-12-23 Thread Antony Paul
Where you put the provider jar file ?. WEB-INF/lib ?. Try putting it in shared/lib or common/lib if the same jar file is used by multiple applications. rgds Antony Paul On Thu, 23 Dec 2004 15:01:04 +0530, Antony Paul [EMAIL PROTECTED] wrote: Which JCE provider you are using ? rgds Antony

Re: Gurus! JCE and classloader question

2004-12-23 Thread Antony Paul
May be there are two jar files or unzipped class files of the same class. Check for it also. rgds Antony Paul On Thu, 23 Dec 2004 16:22:33 +0100, Lionel Pasquier [EMAIL PROTECTED] wrote: Well, I tried to put the library in common/lib (and I think also for a different try, in shared/lib

Re: Connections not released during reload

2005-01-13 Thread Antony Paul
Write a ServletContextLlistener and in its contextDestroyed() method use the shutdown() method of the DBCP pool to close connections. rgds Antony Paul On Thu, 13 Jan 2005 11:37:22 +0100, Bernhard Slominski [EMAIL PROTECTED] wrote: Hi, I'm using the following conmfiguration: - tomcat 5.0.28

[OT] Modifying Reply-To header in list messages

2005-01-19 Thread Antony Paul
Hi all, What people here think about this article. http://www.unicom.com/pw/reply-to-harmful.html The Apache lists modifies reply-to field and put in the list address. Is this acceptable ? rgds Antony Paul

[OT]CVS Tag in source code

2004-08-20 Thread Antony Paul
. If this version is included it is easy to identify which version we are using. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Best practice for generating URL's

2004-08-24 Thread Antony Paul
. It is using Struts and how to manage links in struts-config.xml. There will be lot of people who worked on this kind of scenario and I expect them to help me. rgds Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Best practice for generating URL's

2004-08-25 Thread Antony Paul
. This application may be deployed with multiple Apache and Tomcat instances. I have no experience in this kind of work. rgds Antony Paul - Original Message - From: Antony Paul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 2:19 PM Subject: Best practice

Re: Tomcat 5 Crystal Reports

2004-08-31 Thread Antony Paul
Is it possible to install Crystal Reports in Tomcat as a web application ?. Which version of Crystal Reports supports this ?. Antony Paul - Original Message - From: POLO ARAUJO, JAVIER [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:32 PM Subject: Tomcat 5

  1   2   3   >