Server side reports printing

2002-03-27 Thread Amine AMAR
Hi all, I have a tomcat+struts based application and I need to have reports printed (orders, bills, ...) on remote printers configured on the server (my application controles which printers to use). I also need to do some batch printing. Do any of you have an idea or experience that he wants

Re: can Tomcat call classes in JARs?

2002-03-27 Thread Amine AMAR
can Tomcat call classes in JARs?You need to put your jar file in the WEB-INF/lib folder Amine - Original Message - From: Carlos Martins To: Tomcat (E-mail) Sent: Wednesday, March 27, 2002 10:01 AM Subject: can Tomcat call classes in JARs? Hello, Is it possible to

off subject: PROLOG like Java based system

2002-03-11 Thread Amine AMAR
Hi all, Do you know of any open source inference engine developped using JAVA? Something like PROLOG. Any hints would be very apreciated. I apologize for this off topic question :) Amine

Re: How to apply HTTPS in JSP

2002-03-01 Thread Amine AMAR
Hi, You configure SSL with TC4 in the server.xml file. the configuration is very simple. The steps can be found at: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html Amine, - Original Message - From: Wiwi Wiwi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 01,

Re: file size limit

2002-02-27 Thread Amine AMAR
Hi, Can you please give more info on the components you are using? We had a similar problem with struts and struts validator. The problem was due to an error in the configuration file of struts validator. There was no clue in any log file. Amine - Original Message - From: Craig R.

Re: classes visibility in the WEB-INF dir

2002-02-21 Thread Amine AMAR
successfully loads kitabe.SearchUtilities. If you are not sure, you could try: % kitabe.SearchUtilities su = new kitabe.SearchUtilities() % on a test JSP page in ketabe and see if it compiles. Cheers, Larry -Original Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent

Re: classes visibility in the WEB-INF dir

2002-02-21 Thread Amine AMAR
kitabe.SearchUtilities. If you are not sure, you could try: % kitabe.SearchUtilities su = new kitabe.SearchUtilities() % on a test JSP page in ketabe and see if it compiles. Cheers, Larry -Original Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:35

Re: classes visibility in the WEB-INF dir ---- SOLVED

2002-02-21 Thread Amine AMAR
loads kitabe.SearchUtilities. If you are not sure, you could try: % kitabe.SearchUtilities su = new kitabe.SearchUtilities() % on a test JSP page in ketabe and see if it compiles. Cheers, Larry -Original Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: Wednesday

Re: classes visibility in the WEB-INF dir

2002-02-20 Thread Amine AMAR
trace doesn't show any classes coming from your com or dir directories under WEB-INF/classes. Is this the same problem? Where are each of the kitabe classes located? Cheers, Larry -Original Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002

Re: classes visibility in the WEB-INF dir

2002-02-20 Thread Amine AMAR
kitabe.dal.home.AuthorHome.findByName() is doing around line 60 and kitabe.SearchUtilities? Cheers, Larry -Original Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 11:34 AM To: Tomcat Users List Subject: Re: classes visibility in the WEB-INF dir

Re: Pooled connection JNDI DataSource?

2002-02-19 Thread Amine AMAR
Hi, I had the same problem and I found no clean working solution. So I just turned to open source connection pooling packages. You have the Poolman pooling package that's working quite well and has a lot of nice configurable functionnalities. Amine - Original Message - From: Mark

classes visibility in the WEB-INF dir

2002-02-19 Thread Amine AMAR
Hi all, I've been using TC for a couple of years, and I have a fancy little question :) I have two directories (com and dir) in the WEB-INF\classes directory of an application context. The classes in dir are not visible (noClassDefFoundError). When I put the path of my WEB-INF\classes in the

Re: classes visibility in the WEB-INF dir

2002-02-19 Thread Amine AMAR
application classloader. The stacktrace should give you a clue as to who this class is. Cheers, Larry -Original Message- From: Amine AMAR [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:56 PM To: Tomcat Users List Subject: classes visibility in the WEB-INF dir

Re: Alternate Page for HTTP Status 403?

2002-01-30 Thread Amine AMAR
Hi Reto, Does this work with 5xx errors? I have posted a couple of days ago a question on that, and still no answer. the config works for 4xx errors (in my case) but not for 5xx, Any clue? Thank's Amine - Original Message - From: Reto Badertscher [EMAIL PROTECTED] To: Tomcat Users List

Redirecting error pages

2002-01-29 Thread Amine AMAR
Hi all, I have the following lines in my web.xml: error-page error-code500/error-codelocation/html/defaultError.htm/location /error-page error-page error-code404/error-codelocation/html/defaultError.htm/location /error-page The 404 errors get correctly redirected to the

is there a limitation in the size of the http stream???

2002-01-18 Thread Amine AMAR
Hi all, I have a weird problem: I'm using TC4 with struts in quite a big application (heavy pages). I have a problem with a page which loads the first time (size=11000 characters), and after validation thru the controler (MVC model) the page just hangs all the time at arround 7800 characters.

Re: URGENT HELP REQUIRED WITH JSP AND BEAN FILES ON

2002-01-13 Thread Amine AMAR
Hi, Are your classes in a package or not? If they are not then you cannot access them because TC will look for them in his default package Amine - Original Message - From: Chetna Bhatt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 13, 2002 4:42 PM Subject: URGENT HELP

Re: TOMCAT 4.0 and Ant 1.4?

2002-01-13 Thread Amine AMAR
No Amine - Original Message - From: Chetna Bhatt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, January 13, 2002 6:22 PM Subject: TOMCAT 4.0 and Ant 1.4? hi, was just wondering if tomcat4.0 require installation of Ant 1.4? Thanks for the tip in advance.

Re: How stable is Tomcat on Windows ?

2002-01-05 Thread Amine AMAR
Hi, We have been using TC on a Win2k Prof. for a year now for a couple of applications and it works fine. You just need to restart the server from time to time (~once a quarter) to free unused memory by windows. We are quite happy with it. Amine - Original Message - From: [EMAIL

Re: Newbie question

2002-01-05 Thread Amine AMAR
hi, if you need not have external access to your secretinfo directory, put it in the WEB-INF directory. There, the webserver will not service it. Amine - Original Message - From: Manu Kumar [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Saturday, January 05, 2002

Re: reloadable=true in 4.01

2002-01-04 Thread Amine AMAR
Hi, It's working :) The only thing you should check is that your classes are in the directory myApp/WEB-INF/classes this is the only place TC looks for changed files. Amine - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 04, 2002 4:25 PM Subject:

off the track: is there any bug tracking system in Java?

2002-01-04 Thread Amine AMAR
Hi all, Sorry for this off track question. Do you know any good open source bug tracking system written in Java? Thank's for your help Amine

Re: Tomcat4.0:-java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver..

2001-12-31 Thread Amine AMAR
Hi Sachin try unzipping classes12.zip and then jar it again (jar cvf ...) and put the classes12.jar in your application\WEB-INF\lib or tomcat\lib directories. Amine - Original Message - From: Sachin Tyagi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 31, 2001 9:22 AM

JAAS support in Tomcat 4

2001-12-27 Thread Amine AMAR
Hi all, Does Tomcat 4 have support for JAAS? I know TC is not a full J2EE Server, but I'm just wondering. If there is, no support in TC for that do you know of any other security framework supported in TC (especially compatible with Struts)? Thanks all Amine

Re: Newbie, JNDI Error - Help Required

2001-12-24 Thread Amine AMAR
hi Rudi, Your pb can have 2 sources: - you are using JDK1.2, and this one does not ship JNDI with it. You need to download it from Sun and add it to your classpath. - you have the JNDI jar but it is not in your classpath. you can put it in %tomcat_home%\common\lib I hope this answers your

Re: JNDI resource for connection pooling

2001-12-22 Thread Amine AMAR
resource for connection pooling Amin! I´ve experienced the same problem as you but I´m trying with a MS Sql Server. Could you maybe send me or the list the code for the workaround? Niclas -Oprindelig meddelelse- Fra: Amine AMAR [mailto:[EMAIL PROTECTED]] Sendt: 19. december 2001 17

Re: JNDI resource for connection pooling

2001-12-22 Thread Amine AMAR
resource for connection pooling Amin! I´ve experienced the same problem as you but I´m trying with a MS Sql Server. Could you maybe send me or the list the code for the workaround? Niclas -Oprindelig meddelelse- Fra: Amine AMAR [mailto:[EMAIL PROTECTED]] Sendt: 19. december 2001 17

Re: JNDI resource for connection pooling

2001-12-19 Thread Amine AMAR
PROTECTED]; Amine AMAR [EMAIL PROTECTED] Sent: Wednesday, December 19, 2001 2:11 PM Subject: Re: JNDI resource for connection pooling Amine Been playing around w/ the same thing as you. Have you figured it out yet? I am a bit baffled by the role of setting the context in server.xml. Without

JNDI resource for connection pooling

2001-12-17 Thread Amine AMAR
Hi all, I have a problem, please can anyone help? I'm trying to create an Oracle pooled connection as a JNDI resource. I made the required configuration: WEB-INF\web.xml file: web-app resource-ref res-ref-namejdbc/toto/res-ref-name

Re: somebody trying hack me, what they really wanted?

2001-12-14 Thread Amine AMAR
I'm on two different servers - Original Message - From: E B [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, December 14, 2001 9:28 AM Subject: Re: somebody trying hack me, what they really wanted? just for statistics, how many of you run tomcat directly

Re: Unable to start tomcat 4

2001-12-08 Thread Amine AMAR
hi, the error you're having is caused by the absence of the JNDI package in JDK1.2 (you can though download it from java's website (java.dun.com)). since JDK1.3, the package is included in standard in JSDK and need not be added. - Original Message - From: Emil Diego [EMAIL PROTECTED]

Again: configuring a DB connection pooling for Oracle on Tomcat4

2001-12-08 Thread Amine AMAR
Hi all, I have this issue open for a while but no clue :( I'm just resending it in case someone did not already read it. I need to use a database connection pooling for Oracle 817 with tomcat 4. I made all the configuration described in the documentation, but it still does not work. I went

Re: JavaBean on Tomcat 4.0

2001-12-06 Thread Amine AMAR
I do not know exactly the reason but the solution is to explicitly import the packages of ALL the classes you are using (ex. java.util.*) - Original Message - From: Wong, Ken LY [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 7:33 AM Subject: JavaBean on Tomcat

Configuring tomcat4 to run as a WinNT Service

2001-12-05 Thread Amine AMAR
Hello, I'm runnig tomcat V4.0 under Win2000. It runs perfectly from the command line. I was used to the jk_nt_service.exe utility for tomcat 3.2.4. it seems that it no longer exists for tomcat 4 and was replaced by %tomcat_home%\bin\tomcat.exe. I tried to use the following command to install

configuring a DB connection pooling for Oracle on Tomcat4

2001-12-05 Thread Amine AMAR
Hi, I need to use a database connection pooling for Oracle 817 with tomcat 4. I made all the configuration described in the documentation, but it still does not work. I went thru the docs again and understood that tomcat 4 can use only tyrex DBs thru default configuration, and that i need to