Re: Tomcat 4x, configuring for XSLT or XSQL

2004-05-04 Thread Paul
instance ... root cause java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 10

running JAXP parser within JSP pages

2004-05-04 Thread Paul
how to set up JAXP to run with Tomcat? would it not be configured as a resource, the same way Java mail or a JDBC driver would be configured? -paul.

virtual drive

2004-05-04 Thread Paul
what is a virtual drive, and how do you configure/create one of those? -paul.

Re: Long running JDBC session

2004-05-04 Thread Paul
the 9i jdbc .jar drivers are named as follows: you can find them in a sub-directory of your Oracle9i rdbms ojdbc14.jar ocrs12.jar -paul. - Original Message - From: Nathan Maves [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 4:33 PM Subject

virtual directory in Tomcat

2004-05-04 Thread Paul
Is this a valid tag within server.xml for Tomcat 4x or Tomcat 5x? virtual-directory virtual-path=/BTSdata real-path=D:\BTSdata /

Servlet generating applet

2004-05-03 Thread Celona, Paul - AES
/classes. The applet works fine when not downloaded from Tomcat. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This email and any files

Re: Getting a request in a non English character

2004-04-25 Thread Paul Gregoire
This article may shed some light on your problem.. http://www.javaworld.com/javaworld/jw-04-2004/jw-0419-multibytes.html? Mark Thomas wrote: Try specifying the encoding in your client as as windows-1255 Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

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 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]

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-15 Thread Paul Gregoire
Ok, to help i have created another how-to on this subject.. http://www.gregoire.org/howto/virtualhost.jk2.html Hope it helps... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: IBM Java VS SUN Java

2004-04-15 Thread Paul Richards
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Paul Richards [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat and DataSource JNDI

2004-04-14 Thread Paul Richards
. If the mysql.jar is in Tomcat's /common/lib directory. --- Paul Richards [EMAIL PROTECTED] wrote: Hi, I am running Tomcat from the Java Webservices Developer Pack 1.3 and I cannot get JNDI working for mysql DataSource objects. I have googled around for my error which

Re: Virtual Hosting Revisited - Apache serving static pages..???

2004-04-14 Thread Paul Gregoire
I do it by mapping all my servlet as .jspx and regular jsp files as .jsp. Apache serves everything else. John B. Moore wrote: Posted this previously and still need some pointers... Maybe this is not possible, but it seems to be suggested in a lot of the documentation I have read.

Re: Logout-Problem

2004-04-13 Thread Paul Mansfield
yourself on the client, whose timeout you can set to 1 second and thus force it to expire? if you're using opera, there's bugs in its cookie handling, especially when you set the privacy to a high level. Paul - To unsubscribe

Re: Tomcat for FreeBSD

2004-04-13 Thread Paul Mansfield
On Tue, 2004-04-13 at 10:09, Ronald Klop wrote: If you have installed the FreeBSD ports collection (which you probably have), than do this: AOL me too... we are using tomcat-5 on freebsd-current. works well, no complaints Paul

Tomcat and DataSource JNDI

2004-04-13 Thread Paul Richards
to this is currently running but that problem looks different to mine. I have failover code which created a Mysql datasource manually if the JNDI fails and the failover code works perfectly. This makes me sure that my CLASSPATHs are correct. -- Paul Richards [EMAIL PROTECTED

Re: Tomcat and DataSource JNDI

2004-04-13 Thread Paul Richards
On Tue, 2004-04-13 at 13:35, Parsons Technical Services wrote: Paul, Several questions: What version of Tomcat is this? Version 5 from what I can tell from the licence agreement. (What is the correct way to determine?) What platform/OS are you on? Solaris 9 (MU3 applied) on Sparc

Re: Tomcat and DataSource JNDI

2004-04-13 Thread Paul Richards
On Tue, 2004-04-13 at 14:12, Paul Richards wrote: On Tue, 2004-04-13 at 13:35, Parsons Technical Services wrote: Paul, Here are my configuration files or parts of for my development box. First in the server.xml set up a GlobalResource such as this: Of course replace the necesary

Re: Tomcat and DataSource JNDI

2004-04-13 Thread Paul Richards
On Tue, 2004-04-13 at 14:26, Parsons Technical Services wrote: Paul, If manager is in this install then when you view the manager page it is listed at the bottom. It's not, this is the Web Services Developer Pack from Sun, so they have changed all the names to just say JWSDP 1.3.. I'm

Re: Tomcat and DataSource JNDI

2004-04-13 Thread Paul Richards
On Tue, 2004-04-13 at 15:38, Parsons Technical Services wrote: Paul, Everything looks okay until here: DataSource ds = null; try { Context ctx = new InitialContext(); ds = (DataSource)ctx.lookup(java:comp/env/jdbc/PhoenixDB); if (ds == null

Re: servlet error

2004-04-08 Thread Paul Mansfield
On Thu, 2004-04-08 at 12:44, Moahmed A. Shalaby wrote: Hii I was using Oracle Application sever 4.0.8 to run my servlets , but When i'm executing my servlet using NetBeans IDE 3.5 and Tomcat it raise the following error : java.lang.NoSuchMethodError: main Exception in thread main how

[Fwd: Re: servlet error]

2004-04-08 Thread Paul Mansfield
error messages from sci.de domain mail system... xlink - you're in the RIPE records for the IP address of the mail handler for sci.de some retard signed up to the Tomcat Users List ([EMAIL PROTECTED]) and then killed the mailbox without unsubscribing and now anyone who emails the list gets back

Re: mod_jk leaks file handles on apache graceful restart?

2004-04-07 Thread Paul Mansfield
depending) and enable server-status and server-info functions, and put your IP address into the allow. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

build from scratch - was Re: Hi

2004-04-07 Thread Paul Mansfield
On Wed, 2004-04-07 at 14:04, werner S. Teunissen wrote: Hi, I need to setup a tomcat environmet manually, I run Redhat 7.3 and I want toinstall from scratch not using the rpm's but use the src's build them and install. How do I do that? there were recent postings on this list only

Re: Where to set JAVA_OPTS

2004-04-07 Thread Paul Mansfield
On Wed, 2004-04-07 at 14:43, Jon Wingfield wrote: No need to change the script. I normally set an Environment variable in the same place I define JAVA_HOME Go to Control Panel \ System \ Advanced tab \ Environment variables... Well, that's where it is on XP, which i'm currently running.

session tracking using uri not cookies (was How can I maintain state with Axis

2004-04-07 Thread Paul Mansfield
, this is for sun's iplanet, but the information might still be relevant to tomcat. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RedHat Enterprise breaks encoding

2004-04-06 Thread Paul Mansfield
servers and that throws up even more interesting issues. :-( Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: A couple of performance related questions

2004-04-05 Thread Paul Mansfield
benchmarking of pages, and I quickly realised that the dominating effect was a slow DB link to an oracle server in another country - plain JSPs were being turned round in less than 10ms but the DB overhead was 300ms. Paul

Re: any standart way to keep passwords encripted???

2004-04-05 Thread Paul Mansfield
On Sat, 2004-04-03 at 02:10, Parsons Technical Services wrote: And if I am in control of the server, then I have access to that certificate as well. The point is simply that with proper permissions your password is as safe as it needs to be. If someone gets to it, you have way bigger

Re: calling native code

2004-04-05 Thread Paul Mansfield
a look at http://www.rgagnon.com/javadetails/java-0348.html HTH Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: calling native code

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 13:25, Astrid Wagner wrote: Hi, I just found out that setting the LD_LIBRARY_PATH var on the shell hmmm, that didn't work for me, so maybe it's a tomcat4 thing. - To unsubscribe, e-mail: [EMAIL

Re: Apache 2 Tomcat 5 connector location and configuration

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 16:08, Myles Moutoux wrote: I have checked the archives and there is nothing for tomcat 5, which is supposed to be the newest release. I have also seen quite a few of the I agree that tomcat5 + mod_jk2 documentation is very lacking, yes, there's discussions on the

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2004-04-05 Thread Paul Mansfield
On Mon, 2004-04-05 at 18:35, Kumar Abhay-CAK203C wrote: Hi, I am getting following error while creating Connection Pool using above code: Error Caught while creating a connection in EPP dB: = org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory, cause: Io

RE: Connection Pool setup.

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 13:47, Kal Govindu wrote: I'd like to know how to implement connection pooling in my application. This is what I had done so far. Pls let me know what I need to change you don't have to write any database pooling functions, it comes built in!

Re: Unix utils for Windows?

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 17:03, Shaw, Laurence wrote: Does anyone know where I can find a workable version awk for Windows,( and for that matter most common [U}[Lin]ix utilities) that will run on a windows 2000 box? I was attempting to run the makefile for Apache Server using MS C++ but at the

Re: How to set up JAVA_OPTS while running tomcat as a service

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 17:54, Mandy Joss wrote: I am running Tomcat 4.1.24 as service but under stress I get OutOfMemmoryError. To cure this I want to pass JAVA_OPTS=-server -Xms256m -Xmx1000m -Xincgc to the Tomcat. Can somebody please tell me where should I specify JAVA_OPTS so that Tomcat

Re: [OT] The Way Java Handles Date

2004-04-02 Thread Paul Mansfield
On Fri, 2004-04-02 at 17:47, Yansheng Lin wrote: Hi, Just wondering if anyone found this aspect of Java annoying. I know this is usually a faq, and a lot of people have put a lot of efforts making it better. But I just find that the learning curve is a bit too steep for new comers. And it

default Locale, how to set or change

2004-03-23 Thread Paul
how does the default Locale get set in Java 1.4 / Tomcat 4.x? having an issue with real numbers displaying with commas instead of period for decimal separator. currently have en_CA locale, but want en_US locale. -paul.

Fw: default Locale, how to set or change

2004-03-23 Thread Paul
it is alright, found answer myself, as follows: forced the locale setting for Tomcat/Java by adding following lines to the file named, workers2.properties OPT=-Duser.language=en OPT=-Duser.region=US - Original Message - From: Paul To: Tomcat Users List Sent: Tuesday, March 23, 2004

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-17 Thread Paul Mahoney
Some progress but still not working. 1. Using my connection parameters I can open a connection to the database in the standard JDBC way. 2. I have to moved the DataSource configuration from GlobalNamingResources to the apps Context area of server.xml. This seems to have allowed the JNDI look-up

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-17 Thread Paul Mahoney
16:01 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Problem using JNDI/DBCP to get DataSouce Paul, Since you have done several changes, please repost your current context section of the server.xml, exception you receive and code you use to access the DB both with conventional JDBC

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-17 Thread Paul Mahoney
: Re: Problem using JNDI/DBCP to get DataSouce Paul, Replace this: if (dataSource == null) { Context initContext = new InitialContext (); Context envContext = (Context) initContext.lookup (java:comp/env); dataSource = (DataSource

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-17 Thread Paul Mahoney
- From: Paul Mahoney [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 12:57 PM To: 'Parsons Technical Services'; 'Tomcat Users List' Subject: RE: Problem using JNDI/DBCP to get DataSouce Tried dataSource = (DataSource) initContext.lookup(java:comp/jdbc/OscarsDB); But it return null, so

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-17 Thread Paul Mahoney
/references. Also, the full stacktrace of the exception may shed some other potential problems. -Original Message- From: Paul Mahoney [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 1:05 PM To: D'Alessandro, Arthur; 'Tomcat Users List'; 'Parsons Technical Services' Subject: RE

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-17 Thread Paul Mahoney
is performed before each connection object is handed out. -Original Message- From: Paul Mahoney [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 2:19 PM To: D'Alessandro, Arthur; 'Tomcat Users List'; 'Parsons Technical Services' Subject: RE: Problem using JNDI/DBCP to get

Problem using JNDI/DBCP to get DataSouce

2004-03-15 Thread Paul Mahoney
Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-15 Thread Paul Mahoney
PROTECTED] Subject: Re: Problem using JNDI/DBCP to get DataSouce Paul, Add this to the context for each application that needs the database. ResourceLink name=jdbc/OscarsDB global=jdbc/OscarsDB type=javax.sql.DataSource/ Doug Parsons www.parsonstechnical.com - Original Message - From

transitioning from non-logged in to logged in using security constraint....

2004-03-12 Thread Paul Tomsic
What does tomcat do to ensure that you're logged in while using the j_security_check ? We're trying to transition users from non-logged in to logged in, but we've got a fair amt. of portions of the site that should be accessible from both states (non-logged in and logged in) Is there something,

Re: transitioning from non-logged in to logged in using security constraint....

2004-03-12 Thread Paul Tomsic
no, my question wasn't whether request.getRemoteUser() returns null or not. HOW, specifically, does tomcat populate that information using the j_security_check and the security-constraint nodes in the web.xml??? __ Do you Yahoo!? Yahoo! Mail - More reliable,

Re: JNDI connection pool leaks in Tomcat 5

2004-03-09 Thread Paul
what is the code to return abandoned connections explicitly? - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 10:23 AM Subject: RE: JNDI connection pool leaks in Tomcat 5 Hi, I have been setting up the

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-09 Thread Paul
and explicity in the web.xml file. -paul. - Original Message - From: David Smith [EMAIL PROTECTED] To: Mark Matthews [EMAIL PROTECTED] Cc: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 1:26 PM Subject: Re: JNDI Datasource Reference in DD Not Necessary? You don't want

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-09 Thread Paul
i have never heard of this config file: $CATALINA_HOME/conf/Catalina/localhost/app_name.xml i defined the resource in server.xml. i use Tomcat 4 myself. Did you post your server.xml and web.xml files? -paul. - Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users

Re: JNDI Datasource Reference in DD Not Necessary?

2004-03-09 Thread Paul
i assume you have tomcat 5 and apache 2 linked together, right? If so, what connector did you use to link Apache 2 and Tomcat 5? -paul - Original Message - From: David Smith [EMAIL PROTECTED] To: 'Paul' [EMAIL PROTECTED]; 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, March 09

cookies, second instance of, causing tomcat 500 error

2004-03-08 Thread Paul
Hi All, any help solving this mystery is more than welcome: problem summary: i am using the identical cookie setting and getting code on different pages within WEBAPPS/ROOT, but second instance of setting and getting cookies is causing undecipherable 500 error in Tomcat. -paul. i have

Re: Tomcat is not finding my classes

2004-03-08 Thread Paul
what about tomcat_home\common\lib\x.jar tomcat_home\common\classes\x\x.class and do you use an %@ page=x.* % type tag in your jsp files? - Original Message - From: Faine, Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 08, 2004 4:20 PM Subject: Tomcat

cookies and forward tag interact

2004-03-08 Thread Paul
does anyone know if cookies interact in any way with jsp forward tag? -paul - Original Message - From: Paul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 08, 2004 3:43 PM Subject: cookies, second instance of, causing tomcat 500 error Hi All, any help solving this mystery

Driver class not found

2004-03-04 Thread Bikash Paul
Hi, Iam using Tomcat5.0 and iam trying to connect oracle8i Data base through Datasource and I have created one Datasource using administrator tool of Tomcat using oracle driver and I have kept my driver classes12.jar file in common\lib folder and also in server\lib folder but still it giving me

Re: Driver class not found

2004-03-04 Thread Bikash Paul
) DBConnection - getConnection()namingexception caught: Name jdbc is not bound in this Context com.ge.voc.util.SqlBean.executeQuery() outer caught: No suitable driver. SQL sta te = 08001, error code = 0 Can anyone pls help me to solve this problem Thanks Bikash --- Bikash Paul [EMAIL PROTECTED

dirty data and session management....

2004-03-03 Thread Paul Tomsic
This may be more of a design question, but I'm wondering if tomcat has anything in it's API that we might be able to leverage to help manage dirty data in a user's session? When our user's login, we load, into their session a w3c dom document that contains user-information, etc. We use xsl

PKCS12 Keystore

2004-02-25 Thread paul . spinelli
the keystore of type pkcs12 but I get this error message 'keytool error: java.io.IOException: PKCS 12 storing not implemented' Do I have to download an additional provider or what? Thanks for any help, Paul - To unsubscribe, e-mail

Rollover Web Certificate

2004-02-24 Thread paul . spinelli
to the new keystore. Thanks, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Taglib parser problems

2004-02-19 Thread Paul Zepernick
If this is your taglib then I would suggest not making the sql statement an attribute, but instead including it in teh body of the tag. my-tag SELECT * FROM MYTABLE WHERE MYCOLUMN='TEST' /my-tag -Original Message- From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] Sent:

java startup option trouble

2004-02-09 Thread John-Paul Delaney
Hello List... I have a requirement to startup java with a -noverify option. I've put this is /etc/profile as a JAVA_OPTS value. My probem is on system startup, Tomcat starts ok but the classes that need the -noverify parameter don't work until I login as root, shutdown Tomcat then start it

internal server error

2004-02-06 Thread Paul
page: Internal Server Error -paul.

Re: internal server error

2004-02-06 Thread Paul
affect. Hmmm. -paul. - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 2:02 PM Subject: Re: internal server error java.lang.NoClassDefFoundError: javax/management/MBeanRegistration the jmx jars

Re: internal server error

2004-02-06 Thread Paul
i am trying different versions of tomcat and apache, see if that makes a difference - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 2:45 PM Subject: Re: internal server error only place i can find jmx jars

Re: internal server error

2004-02-06 Thread Paul
Filip, I have managed to solve my own problem by installing an earlier version of Tomcat. Thanks, much appreciated, Paul - Original Message - From: Filip Hanik [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 3:49 PM Subject: Re: internal server

Re: internal server error

2004-02-06 Thread Paul
version? - Original Message - From: Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 06, 2004 1:27 PM Subject: Re: internal server error Filip, I have managed to solve my own problem by installing an earlier version of Tomcat. Thanks, much

Help with Active directory authentication in tomcat 5

2004-02-04 Thread Paul Gier
I am trying to authenticate web users against an active directory instance, but for some reason the configuration that worked in tomcat 4.1 is not working in tomcat 5.0.18 Here is the message that I get from the realm authentication with debugging turned on: 2004-02-04 16:10:20

Tomcat 5, Apache2 and mod_jk2 integration problem

2004-01-09 Thread Paul . Rathbone
: ...] entries in workers2.properties and with the Context tag in server.xml but haven't succeeded yet - can anyone help please ? Thanks for your time. Paul (Config files all with their comments removed) jk2.properties : shm.file=/usr/local/jakarta-tomcat-5/work/jk2.shm

Re: Problems running pre-compiled JSP classes when in subdirectories

2004-01-08 Thread Antony Paul
and I want to detect any compilation errors and make it faster for the QA fellow to access the application. Antony Paul - Original Message - From: Riaan Oberholzer [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 1:06 PM Subject: Re: Problems running

contexts

2004-01-08 Thread Paul Wallace
the server.xml to link across apps under different contexts please? Presuming it is a context issue of course. Thanks Paul Wallace - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No Java compiler was found ....

2004-01-07 Thread Antony Paul
to common\lib and error persists. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems running pre-compiled JSP classes when in subdirectories

2004-01-07 Thread Antony Paul
I have same problem but it is not thoroughly investigated. Any help will be appreciated Antony Paul - Original Message - From: Jay Glanville [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 6:50 PM Subject: Problems running pre-compiled JSP

Re: Problems running pre-compiled JSP classes when in subdirectories

2004-01-07 Thread Antony Paul
The generated servlets are not put in a package. When Tomcat is compiling JSP it is put in org.apache.jsp. How to set this in the jspc task. The files are generated as usual in the work directory in the same structure as Tomcat itself compiles JSP files. Antony Paul - Original Message

Re: Problems running pre-compiled JSP classes when in subdirectories

2004-01-07 Thread Antony Paul
this error. Antony Paul - Original Message - From: Edson Alves Pereira [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 8:12 PM Subject: RE: Problems running pre-compiled JSP classes when in subdirectories Show us the exception how it appears

Re: Problems running pre-compiled JSP classes when in subdirectories

2004-01-07 Thread Antony Paul
I think the problem is the compiled source file is not in the org.apache.jsp package. How to set this in jspc task. Antony Paul - Original Message - From: Antony Paul [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 7:41 PM Subject: Re: Problems

Re: No Java compiler was found ....

2004-01-07 Thread Antony Paul
Correcting the error makes things ok. Now the error is not coming as I removed jdk1.3.1 and built TC using jdk 1.4.1. Antony Paul - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 7:31 PM Subject: RE

Re: adding timestamp to logs

2004-01-04 Thread Antony Paul
In this message there is no timestamp. It is from stderr.log. [ERROR] ThreadPool - -All threads are busy, waiting. Please increase maxThreads or check the servlet status5 5 Antony Paul - Original Message - From: Rhino [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent

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]

PDF display under Tomcat 4.1.29

2004-01-02 Thread Paul Meyers
a file is sent to a browser. Seems as if the content type gets lost. Configuration? Security? Paul M. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 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: 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

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

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

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

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

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: 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: /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

<    1   2   3   4   5   6   7   8   9   10   >