Newbie question

2002-04-24 Thread Andre
6 DAV/1.0.2 PHP/4.0.4pl1 mod_perl/1.24_01 ApacheJServ/1.1.1 (results from http://uptime.netcraft.com/) on a RedHat 7.1 Linux system Any help would be apreciated. Thanks in advance, Andre Rocha [EMAIL PROTECTED] -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <

Re: Newbie question

2002-04-24 Thread Andre
in standalone mode by typing in > localhost:8080 in your browser. The Tomcat page should come up. Are you > not seeing this? Look at RUNNING.txt in your Tomcat directory, it explains > how to setup and test Tomcat. > > Hope this helps. > Subir > > -Original Messag

RE: OutOfMemory Error

2002-08-16 Thread andre . powroznik
Please, how large are your pictures? Are they directly served by Tomcat? Do you have other JSP / servlets running? How many clients or requests does it take to crash? -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: 16 August 2002 3:43 PM To: 'Tomcat Users List' S

RE: OutOfMemory Error

2002-08-16 Thread andre . powroznik
Please, what is your configuration (hardware, os, software installed, web applications running...)? -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: 16 August 2002 3:55 PM To: 'Tomcat Users List' Subject: RE: OutOfMemory Error Have two Tomcat Webapps for

RE: OutOfMemory Error

2002-08-16 Thread andre . powroznik
Please, what JVM? No SQL server? Is the search engine a commercial product? Do you have a log? -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: 16 August 2002 4:13 PM To: 'Tomcat Users List' Subject: RE: OutOfMemory Error my configuration is - hardware/os : 1 pr

RE: OutOfMemory Error

2002-08-16 Thread andre . powroznik
Please, you may find logs in the tomcat directory\logs. Here could be stack traces, access logs... A lot of things very useful to investigate. A few JSPs and some pictures shouldn't cause an outofmemoryexception (at least in my opinion). I'm sorry but I must leave my work now... Try investigati

JSP and MAC line breaks

2002-08-27 Thread Andre Schild
Hello, today we just noted, that all line breaks inside of JSP files are lost, when the CR is used as line break. When using dos or linux style line ending, then everything is fine. Is it realy so, that macintosh style lineendings aren't processed correctly ? André -- To unsubscribe, e-mail:

Antw: JSP and MAC line breaks

2002-08-27 Thread Andre Schild
>The following is a post from Larry Issacs re: TC 4.0.1 which had a bug in >Jasper that was stripping the "\r" from the line terminator. Which version >of TC are you having problems with? 4.0.3 is showing me this problem. In the 4.0.4 release notes, there is mentioned that this bug has been fixe

Antw: RE: Open source ODBC driver for SQL Server 7

2002-08-28 Thread Andre Schild
I tryed the W2K drivers and when they connected to the 7.0 server they throw a error like "Needs SQL 2000 Server" Freetds works fine for us with MS SQL 7.0 Server. There seems to be another (very new) project in sourceforge who splitt off from freetds. No idea if it works, not tested myself. http

Apache 2, mod_jk2, inprocess, w2k, classpath ?

2002-09-12 Thread Andre Schild
Hello, I'm trying to setup my Apache 2.0.40 with mod_jk2 and tomcat 4.1.10 When using the AJP13 connector or http connectors then things work fine. But when I specify to use the inprocess/jni connection, then I get startup problems for the VM. Looking at the stderr.log file, I see that it doesn'

Antw: RE: Apache 2, mod_jk2, inprocess, w2k, classpath ?

2002-09-12 Thread Andre Schild
Somtimes it's just too obvious ! Thanks a lot. André >>> [EMAIL PROTECTED] 12.09.2002 17:21:57 >>> You could just specify the directory where your jars are in the java.class.path. -Message d'origine- De : Andre Schild [mailto:[EMAIL PROTECTED]] Envoyé : j

mod_jk problem with Apache 2.0.40 and directory index/.jsp

2002-09-12 Thread Andre Schild
Hello, when we setup apache 2.0.40 with mod_jk and Tomcat 4.0.4 or 4.1.10 we see the following behaviour: Normal operation of .jsp pages is ok index.jsp pages are served correctly (recognized as default page) When tomcat isn't running then the .jsp pages give error not found back. Not realy ok,

Antw: BUG: Try please

2002-09-13 Thread Andre Schild
Open regedit and look at HKEY_LOCAL_MASCHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters In the key "JVM Library" there should be the path to the J2SDK jvm.dll, like: C:\j2sdk1.4.0\jre\bin\server\jvm.dll André >>> [EMAIL PROTECTED] 13.09.2002 09:40:12 >>> After try myself a

Antw: Re: Tomcat Newsgroup?

2002-11-20 Thread Andre Schild
>As it happens, there's some experimental work on a two-way mail+newsreader >solution for Jakarta mailing lists. That's probably ok (although we'll >end up with a lot more off-topic posts from users that haven't read the >list descriptions on the web site), but newsgroup-only would be a really >ba

RE: changing default home page

2002-06-13 Thread andre . powroznik
ROOT is the default application ("/") and it can be changed in "conf/server.xml". Search your files for the node : "welcome-file-list". It may be defined in the web.xml of ROOT or in "conf/web.xml". -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED]] Sent: 13 June 2002

RE: Security - Attack

2002-06-13 Thread andre . powroznik
Moreover, 99.99 % of these request come from standard WNT / W2K users who started their IIS service "to test what it can be" and who never stopped it. They are not likely to clean their computer because they don't know they are infected... -Original Message- From: Tim Funk [mailto:[EMAI

RE: Problem with running send mail jsp example

2002-06-18 Thread andre . powroznik
Do you have an SMTP server on your machine? -Original Message- From: phani [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 09:40 To: tomcat-user Subject: Problem with running send mail jsp example hi, I try to run the send mail example comes with tomcat 4.0. But i am getting follwoing

RE: Can servlet write to file in /WEB-INF?

2002-06-24 Thread andre . powroznik
Instead there is a method in the servlet context : getRealPath(String relativefilename) -> then you can open a "normal" fileoutputstream. -Original Message- From: tamir [mailto:[EMAIL PROTECTED]] Sent: 24 June 2002 11:31 To: 'Tomcat Users List' Subject: RE: Can servlet write to file in /

RE: Re[2]: MOD_JK Problem ?

2002-06-24 Thread andre . powroznik
Hello, Google told me : > >- Original Message - > >From: "mike niemaz" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Wednesday, January 17, 2001 11:45 AM > >Subject: SOLVED: open_socket, connect() failed errno = 146 > >(WAS upgrading to > >mod_jk & ajp13 won't work) > > > > > >>

customized page on a HTTP 401 error

2002-07-01 Thread andre . powroznik
Hello, How can I set a customized page on a HTTP 401 error (authentication) - after unsuccessful authentication? If I try to set it using users never receive the authentication form... They only get this customized error page. Thank you very much and have a very good day! Andre POWROZNIK

RE: Tomcat 4.0.4, jndi, jdbc and postgresql [long]

2002-07-02 Thread andre . powroznik
Would you have other applications running in tomcat? -Original Message- From: Przemyslaw Kowalczyk [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 14:54 To: Tomcat Users List Subject: Re: Tomcat 4.0.4, jndi, jdbc and postgresql [long] On Tuesday 02 July 2002 14:00, Les Hughes wrote: > Two

RE: Tomcat 4.0.4, jndi, jdbc and postgresql [long]

2002-07-02 Thread andre . powroznik
Is this normal : jdbc/BookDB javax.sql.DataSource Containter More especially : Containter : CONTAINTER? Andre Powroznik -Original Message- From: Przemyslaw Kowalczyk [mailto:[EMAIL PROTECTED]] Sent: 02 July 2002 12:09

RE: Tomcat 4.0.4, jndi, jdbc and postgresql [long]

2002-07-02 Thread andre . powroznik
Do you have already connected to a postgresql db using a java app? Are you sure the parameters are correct? What is "public"? Where did you put the postgresql.jar? Do you have a file named hsql.jar? Can you remove it? -Original Message- From: Przemyslaw Kowalczyk [mailto:[EMAIL PROTECTED

RE: Default Servlet Parameters

2002-07-08 Thread andre . powroznik
I don't like to store parameters in web.xml because many application servers require applications to be redeployed to take in account change in these files. I prefer to put there path to configuration files. Take in account not all application servers expand war files... Andre POWR

RE: restarting tomcat without restarting ;)

2002-07-09 Thread andre . powroznik
There is a manager application well described in the doc ;-) -Original Message- From: Jakarta Tomcat Newsgroup [mailto:[EMAIL PROTECTED]] Sent: 09 July 2002 16:40 To: [EMAIL PROTECTED] Subject: restarting tomcat without restarting ;) Subject: restarting tomcat without restarting ;) From

RE: Where to place .jars

2002-07-10 Thread andre . powroznik
Sorry for this off-topic mail but : Maybe you should take care with what you say about other's products - especially if you are a concurrent vendor. On CMS (content management systems) mailing lists people had problems when they told bad about some products. Regards, Andre POWROZNI

RE: Where should native DLL be located

2002-07-11 Thread andre . powroznik
Hello, You should put it in WINNT, WINNT\SYSTEM or something like that. If you want to put it in WEB-INF\... you have to update your path (for example in AUTOEXEC.BAT) or to use the method System.load(full-path-name). Regards, André POWROZNIK. -Original Message- From: Chiming Huang [

RE: Tomcat 4, admin

2002-07-11 Thread andre . powroznik
They are not defined by default. I think they are in conf/tomcat-users.xml. Andre -Original Message- From: Laurent Michenaud [mailto:[EMAIL PROTECTED]] Sent: 11 July 2002 12:01 To: [EMAIL PROTECTED] Subject: Tomcat 4, admin Hi, Just a stupid question : What are the login/password

RE: Tomcat 4 question

2002-07-11 Thread andre . powroznik
Yes, but maybe you would prefer reading the doc here : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html Regards Andre POWROZNIK -Original Message- From: Laurent Michenaud [mailto:[EMAIL PROTECTED]] Sent: 11 July 2002 13:58 To: [EMAIL PROTECTED] Subject: Tomcat 4

RE: Login in web application

2002-07-11 Thread andre . powroznik
Please send us your whole web.xml file... -Original Message- From: Stefano Rossato [mailto:[EMAIL PROTECTED]] Sent: 11 July 2002 14:26 To: [EMAIL PROTECTED] Subject: RE: Login in web application I need to protect all web applications pages in server.xml the database connection work w

RE: Why doesn't my classes see the oracle driver?

2002-07-12 Thread andre . powroznik
A file named nlscharset12.zip or something like that is also needed (at least here). Regards, André POWROZNIK -Original Message- From: Vikramjit Singh [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 09:11 To: 'Tomcat Users List' Subject: RE: Why doesn't my classes see the oracle driver?

RE: Error - Please Help

2002-07-12 Thread andre . powroznik
You would better have download the JSDK, not the JRE! ;-) Andre POWROZNIK -Original Message- From: Sunit Munjal [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 15:33 To: Tomcat Users List Subject: RE: Error - Please Help Where do I get it. Its not in my J2RE1.4.0 folder

RE: Tomcat & MySQL Run On Read-Only Media ..

2002-07-15 Thread andre . powroznik
I would put only static documents on the CD if I were you... You won't look like professional if you ship a CD containing a JVM, Tomcat & MySQL to install. Personally, I would not install it. Greetings, André POWROZNIK -Original Message- From: Murat Buyukkal ([EMAIL PROTECTED]) [mail

RE: Tomcat & MySQL Run On Read-Only Media ..

2002-07-15 Thread andre . powroznik
I understood very well what he means. I simply tell people will not be happy if they have to install or to run many programs to browse his CD... My personal opinion is : as a customer, I would install (fear of viruses, lack of competences, lack of time...) a JVM, Tomcat & MySQL to browse a CD.

RE: Tomcat & MySQL Run On Read-Only Media ..

2002-07-15 Thread andre . powroznik
I am afraid it is not as as much easy as you think... 1) Will your customer agree to run these applications on their computer? 2) What if they are not using a PC (Mac?) or if they are not using Windows (Linux?)? 3) To run JSP you need a JDK, not a JRE. 4) If you copy JDK, Tomcat & MySQL files on

RE: Tomcat & MySQL Run On Read-Only Media ..

2002-07-15 Thread andre . powroznik
Hello, About the customers : they define the requirements. Who does not meet their requirements, lose them (especially the big ones)... Greetings, André POWROZNIK -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: 15 July 2002 14:23 To: Tomcat Users List Sub

RE: Tomcat & MySQL Run On Read-Only Media ..

2002-07-15 Thread andre . powroznik
A little bit off-topic, but if it is not a custom-made software and if it targets a lot of not specific users, it cannot only rely on a particular configuration (imo). -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: 15 July 2002 15:30 To: Tomcat Users List Su

RE: how can a client upload file via an applet

2002-07-16 Thread andre . powroznik
A problem will be an applet cannot, by default, read a file on the client unless explicitely authorized... Another is it can only communicate with the server it comes from. -Original Message- From: Irina Lishchenko [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 10:27 To: Tomcat Users Lis

RE: Standalone Tomcat on port 80 without root privileges

2002-08-02 Thread andre . powroznik
Use Windows, especially Millenium :-) Seriously, why not use Apache with a connector... André -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: 02 August 2002 10:25 To: Tomcat Users List Subject: AW: Standalone Tomcat on port 80 without root privileges Some idea

Order for class loading.

2001-05-16 Thread Andre Cesta
patch jar file must be loaded before the classes in the main (distribution) jar file. How to get around this problem? Do I need to unjar the two, and jar in a single file? Thanks, Andre __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at

Help with Sample Application, please...

2001-09-11 Thread Andre Philippi
sDefFoundError: Files\Apache Could somebody help me, please? Thank you in advance, Andre Philippi. __ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com

How to solve the character encoding problem with JSP

2001-07-10 Thread Andre Tampold
it with Tomcat? I did the same but it seems to me no effect at all. Only marks or unreadable characters. What is missing? Thanks in advance for any kind of info/URL/help, Andre Tampõld Software Development @ EMK

Servlets can't access static content.

2002-01-06 Thread Andre Fonseca
:8008 WebAppDeploy test.com conn / test.com/WEB-INF/Web.xml --- login login login /servlets/login Any help is much appreciated! Thanks in advance.

Re: Benchmarking

2001-01-25 Thread Andre Couture
There is also a tool I used myself for benchmark and can be found at the following address; http://www.hpl.hp.com/personal/David_Mosberger/ It has been written by HP Research Labs. Cheers Andre On Tue, 23 Jan 2001, Jon Baer wrote: > There is a tool @ http://www.mindcraft.com/webstone/

Antw: What is the best book about Servlets/Jsp?

2003-02-20 Thread Andre Schild
The "Core Servlets and Java Server Pages" from Sun is very good too. ISBN: 0-13-089340-4 Probably there exists a newer version, but I learned them with this book about two years ago, and had no need for other books about this subject. André >>> [EMAIL PROTECTED] 20.02.2003 18:40:05 >>> Regards,

Antw: RE: What is the best book about Servlets/Jsp?

2003-02-20 Thread Andre Schild
>To other people who answered, and to the original poster of this >question: what do get from the books that you can't get online? Do you >not find that the books, or at least parts thereof, become outdated very >quickly? To learn the basics and see the "relations/how it works" it's simpler to rea

Need help with "org.apache.jasper.JasperException: Unable to compile class for JSP"

2003-03-29 Thread Andre Carrier
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:536) The best to all! Andre

Re: URGENT: java.lang.OutOfMemoryError

2003-03-29 Thread Andre Carrier
more. See ya Andre - Original Message - From: "Galbayar Dorjgotov" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Saturday, March 29, 2003 20:26 Subject: URGENT: java.lang.OutOfMemoryError > I'm running Tomcat 4.1.18 on Linu

Connector error

2004-06-21 Thread Andre Prasetya
ere have I gone Wrong ? -Andre- CONFIDENTIALITY STATEMENT: This email and any attachment herein contains strictly confidential information. The same are intended only for the named Recipient(s) as above mentioned . In the event you are not named as a Recipient, we ask that you inform us of t

weird digester issues

2003-12-04 Thread Andre Mermegas
Hey All, I'm trying to get my application up and running in tomcat for some testing, the original container is websphere and im getting my logs files completely spammed with digester output Looks like this on and on and on until I kill the process, any ideas why? (DEBUG) [2003-12-04 13:45:3

RE: weird digester issues

2003-12-04 Thread Andre Mermegas
Digester is not liking your web.xml -- please post it. Yoav Shapira Millennium ChemInformatics >-Original Message----- >From: Andre Mermegas [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 04, 2003 3:31 PM >To: [EMAIL PROTECTED] >Subject: weird digester issues > >

RE: weird digester issues

2003-12-04 Thread Andre Mermegas
Yeah that is line wrapping, it also validates fine for me. -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 5:22 PM To: [EMAIL PROTECTED] Subject: RE: weird digester issues I'm assuming that the separation of " on the next line are due to l

NoClassDefFoundError

2004-01-14 Thread Xavier ANDRE
Hi, I've got en NoClassDefFoundError when I'm calling a method of a SOAP service which is deployed on my Tomcat Server. To start TOMCAT, I use these code, which is launched in my JVM : String[] args = new String[]{"start"}; org.apache.tomcat.startup.Main.main(args); The version o

RE: NoClassDefFoundError

2004-01-14 Thread Xavier ANDRE
Please I really need help !!! Is someone receive my mail ? -Message d'origine- De : Xavier ANDRE Envoyé : mercredi 14 janvier 2004 09:38 À : Tomcat Users List Objet : NoClassDefFoundError Importance : Haute Hi, I've got en NoClassDefFoundError when I'm calling a m

RE: NoClassDefFoundError

2004-01-14 Thread Xavier ANDRE
to a more recent tomcat version. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Xavier ANDRE [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 14, 2004 5:36 AM >To: Tomcat Users List >Subject: RE: NoClassDefFoundError > >Please I real

RE: NoClassDefFoundError

2004-01-14 Thread Xavier ANDRE
 : RE: NoClassDefFoundError Howdy, Read the classloader how-to in the tomcat documentation. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Xavier ANDRE [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 14, 2004 8:45 AM >To: Tomcat Users List >Subject: RE: NoClassDe

Starting Tomcat in a JVM

2004-01-14 Thread Xavier ANDRE
Hello, I would like to start Tomcat in a java program. I try with this code : String[] args = new String[]{"start"}; org.apache.tomcat.startup.Main.main(args); It works fine but when I try a programm which call a class of the JVM, I've got this message :

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
ed? I'll give a tiny push... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html > -Original Message- > From: Xavier ANDRE [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 14, 2004 11:27 AM > To: Tomcat Users List > Subject: RE: NoClassDefFoundErr

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
wrote in message news:[EMAIL PROTECTED] Did you read the document Yoav mentioned? I'll give a tiny push... http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html > -Original Message- > From: Xavier ANDRE [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 1

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
phen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 janvier 2004 14:50 À : Tomcat Users List Objet : RE: NoClassDefFoundError Try extracting the JAR's contents into the webapp/WEB-INF/classes directory, check the class exists and restart tommy. -Original Message- From: Xavier ANDRE [m

RE: NoClassDefFoundError

2004-01-15 Thread Xavier ANDRE
tack trace located (jar and directory)? Cheers, Larry > -Original Message- > From: Xavier ANDRE [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 15, 2004 8:56 AM > To: Tomcat Users List > Subject: RE: NoClassDefFoundError > > > Thankds Stephen for

Active Session Count

2004-03-03 Thread Andre Jahn
;/app"); System.out.println ("" +manager.getActiveSessions()+" / "+manager.getPathname()+" / "+manager.getSessionCounter()); Kind Regards, Andre Jahn -- Mr. Andre Jahn Jahn Software Consulting URL: www.JahnSoftware.de

Re: I've officially decided that JSTL is one of the worst things to ever happen to mankind

2004-07-05 Thread Andre Legendre
st one tool, OK. But whatever you do, yo will have bad result. So, please, let us choose our tools freely and enjoywith them. Best regards Andre Ivan Jouikov wrote: My replies below -Original Message- From: Joel [mailto:[EMAIL PROTECTED] Sent: Monday, July 05, 2004 2:24 AM To: Tomcat Users Li

Help for jsp

2004-07-06 Thread Andre Legendre
Hi I try to run jsp from a servlet Servlet was working good without jsp. Any help welcome. Andre To try I first make a very basic jsp page : First try of : <% out.print (request.getAttribute("servletName").toString()); %> Servlet. The doGet method is also very simple :

Re: Precompiling JSP How To

2004-07-16 Thread Andre Legendre
? Best regards Andre Tim Funk wrote: You need common/lib/jasper-compiler.jar in your classpath. [And probably a couple of other files in common/lib] -Tim Evgeny Gesin wrote: Hi, when I run that code I get this error "No public no-arg constructor in class org.apache.jasper.JspC", probably

Re: Precompiling JSP How To

2004-07-16 Thread Andre Legendre
Hi Tim Thank you for your answer. It is Ok now. Have nice time Andre Tim Funk wrote: In the jasper2 task, the uriroot="${build.dir}" is where the root of the web app is located. So you build.xml can be one place, the webapp root can be at another pllace, and the outputfiles from

Makefile for jakarta-tomcat-connectors-jk-1.2.5-src

2004-07-20 Thread Nagel, Andre
Hello! This is my first time ever being on a mailing list, so please forgive me mistakes, if I do some... I nearly got crazy while compiling "jakarta-tomcat-connectors-jk-1.2.5-src" to get mod_jk.so on my Solaris 8 SPARC. I found many HowTo's, but none did work, I always got following error mes

AW: Tomcat and openSSL

2004-07-20 Thread Nagel, Andre
I'm currently working on the same thing, (Solaris: Apache, SSL, Tomcat, mod_jk...), and found while reading "BUILDING" this part for configure - options for mod_jk: --enable-EAPI This parameter is needed when using Apache-1.3 and mod_ssl, otherwise you will get the error message: "this module

Wrong Source-Codes for "jakarta-tomcat-connectors-jk-1.2-src-curr ent.tar.gz" ?

2004-07-22 Thread Nagel, Andre
Hello everyone! Last time mailed I Had problems with jakarta-tomcat-connectors-jk-1.2-src-current.tar.gz, and I still have. I told you I found out that there ist a ':' too much in Makefile.in for the connector. I removed it, and then make works little better, but ends up with followig error: mak

AW: Unsubed imailsrv@part-15.org

2004-07-22 Thread Nagel, Andre
I'm lucky I'm not the only one who receives them ;o) -Ursprüngliche Nachricht- Von: Noel J. Bergman [mailto:[EMAIL PROTECTED] Gesendet am: Freitag, 23. Juli 2004 08:35 An: Tomcat Users List Betreff: Unsubed [EMAIL PROTECTED] Removed the cause of the "Illegal IMail List Server Command!" m

Re: java environment + cron issue

2004-09-01 Thread Andre Legendre
I don't know the cause of your problem, but personaly I use nohup to start commands from cron : nohup /usr/local/jakarta-tomcat-5.0.18/bin/shutdown.sh nohup manage in good way standard input and output (you can pass options) and keep your task running after father task die. Hope it help.

java.security.AccessControlException

2004-09-07 Thread Andre Legendre
Hi I had a servlet working using jwsdp 1.3. I changed to 1.4 and I get now a java.security.AccessControlException My classes are in a jar located in WEB-INF/lib/ my policy is : grant { permission java.security.AllPermission "", ""; }; Any help welcome Andre Legendre Err

Repost: java.security.AccessControlException

2004-09-07 Thread Andre Legendre
"", ""; }; Any help welcome Andre Legendre Error is : INFO: Server startup in 20279 ms Setting controller properties Setting controller RMISecurityManager Setting controller RMISecurityManager Finish 127.0.0.1 Setting controller startDiscovery java.security.AccessControlExce

Re: Repost: java.security.AccessControlException

2004-09-07 Thread Andre Legendre
Hi David Thanks for your message. I solved my problem starting tomcat with -security. The fact is that I try first to get things works, even without security and then set security step by step. Now that things are working again I will start to set back security on. Best Regards Andre Legendre

problems with LD_LIBRARY_PATH !

2004-10-29 Thread Her, Andre
s not set, so loading of modules and > library fails. > > I have tried every thing I could think of, even including a > $ENV{'LD_LIBRARY_PATH'} = "/usr/lib:/usr/local/lib:/usr/local/perl/lib"; > in the perl script, but still fails loading libraries *.so !! > >

RE: problems with LD_LIBRARY_PATH !

2004-10-29 Thread Her, Andre
problems with LD_LIBRARY_PATH ! >>I have tried every thing I could think of, even including a >>$ENV{'LD_LIBRARY_PATH'} = "/usr/lib:/usr/local/lib:/usr/local/perl/lib"; >>in the perl script, but still fails loading libraries *.so !! >> >>Any idea s

problems with LD_LIBRARY_PATH --(SOLVED)-

2004-11-02 Thread Her, Andre
All, The problem is solved. rather than to call perl /usr/PP/perl/auth I call a ksh script setting the environment and exec perl with the command line. It work now. Many thanks to everybody, specially those who responded. Regards Andre Her BlarenbergLaan,2 2800 Mechelen Belgium Tel : +32 (0

RE: AW: Setting Context Path of Webapp as Root on Tomcat 5.5.3

2004-11-05 Thread Her, Andre
Here is what worked for me (Tomcat 3.3.2 ) --> in apps-198.xxx.xxx.xxx.xml in the conf directory. I guess that it can be defferent for tomcat 5.5.3. But we never know! Regards -Original Message- From: Jojo Paderes [mailto:[EMAIL PROTECTED] Sent: F

Tomcat j2sdk and image

2005-05-02 Thread andre . lagadec
Hi, I have a java application who generate image. On Sun Solaris 8, It works fine with Tomcat-4.0.4 and jdk-1.3.1 It was the same with Tomcat-4.1.18 and jdk-1.4.1 But when I use Tomcat-4.1.30 with jdk-1.4.2 or Tomcat-5.0.28 with jdk-1.4.1 or jdk-1.4.2, the image make a long time to be generating. W

Re: Tomcat j2sdk and image

2005-05-02 Thread andre . lagadec
Hi, The program java use : java.awt.Frame; java.awt.Graphics; java.awt.Image; and Acme.JPM.encoders.GifEncoders who encode image in Gif. N.B. : the application works fine on W2K with Tomcat-4.0.4 using jdk-1.3.1, and Tomcat-4.1.30 and Tomcat-5.0.28 with jdk-1.4.2 Dale, Matt a écrit : I'd be surpr

Re: Tomcat j2sdk and image

2005-05-02 Thread andre . lagadec
Yes I have a graphics environnement. I put these command lines in startup.sh DISPLAY=10.10.10.1:0.0 export DISPLAY The generation of GIF image works but it make a long time on Solaris 8. Trond G. Ziarkowski a écrit : Hi, do you have a graphics environment when running under Solaris? If not then tha

Re: Tomcat j2sdk and image

2005-05-03 Thread andre . lagadec
Hi, I find my problem. If I put these lines in my startup.sh of Tomcat DISPLAY=localhost:0.0 export DISPLAY The generation of GIF image works. If I put these lines in my startup.sh of Tomcat DISPLAY=AnOtherServer:0.0 export DISPLAY where AnOtherServer is a different server on Sun Solaris, where I

Race condition in DBCP ?

2005-07-28 Thread Andre Schild
Hello, we are using Tomcat 5.5.9 on differnt servers. On one SMP linux server we have seen 2-3 times a "Pool exhausted" error. After much searching and analyzing we think that there exists a race condition in DBCP when you set a very low maxWait time in the context.xml. We had a maxWait of 10ms

RE: Tomcat 5.5.9 and Unix Domain Sockets(mod_jk2)

2005-07-28 Thread Andre Schild
> I am trying to configure Tomcat 5.5.9 with mod_jk2 on HPUX . The > configuration for using UNIX Sockets is not working with the same > configuration which was working Tomcat 4.1.x. > > Do any one have any idea of any configuration changes in 5.5.9 for > configuring unix domain sockets? > > Basi

Re: how to tell available connections within connection pool

2005-07-28 Thread Andre Schild
Via JMX thiss is possible. We for example look for numActive in Catalina:type=DataSource,path=/,host=www.aarboard.ch,class=javax.sql.DataSource,name="jdbc /aarboard-productdatabase" André Raymond Fung wrote: Dear all, It seems this question has been asked from time to time, but still no one

Uppercase index.jsp problem with mod_jk 1.2.8 ?

2005-02-07 Thread Andre Schild
Hello, we actually use mod_jk 1.2.5 with apache 2.0.52 under win32. We tried to upgrade to mod_jk 1.2.8, but we get a problem with it. When specifying a URL like http://www.client.com then the request is forwarded to tomcat, but tomcat is asked for the file Index.jsp, where on disk only a index.j

Re: Arabic content

2002-08-19 Thread Andre E. Bar'yudin
Laurent Féral-Pierssens wrote: > > Hi, > > We have been realizing web applications for the last 2 years using > Tomcat. Last week, one of our clients asked us if we could provide a > multilingual application that would contain English, French and Arabic > content. > > My questions are vague for

Re: instalacao do tomcat

2002-10-10 Thread Andre de Jesus
u should post a more detailed description (steps taken, error messages, etc) so that our response can be more helpful. Andre de Jesus -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: jikes with tomcat 4.0.3???

2002-06-15 Thread Andre E. Bar'yudin
Miller, Andy wrote: > Is this possible, i've googled, searched this mailing list, but can't > turn up much info. Seems people are having trouble with UTF-8 > encoding??? It works for me. You may need to unset the LANG environment variable before compiling. Regards

Charset problem

2002-07-30 Thread Andre E. Bar'yudin
l;charset=UTF-8". However the same code running under Tomcat 4.0.4 or any other greater version seem to ignore this function call and gives me gibbrish in the browser and the Content-Type header is: "text/html;charset=ISO-8859-1". What could be the problem? Thanks in advance, Andre

running examples in Tomcat 4.0 b5

2001-06-14 Thread Marc-andre Thibodeau
Hi there! I just installed Tomcat 4.0 b5 on linux and I just cannot run the examples included in the binary bundle... When I connect to http://localhost:8080/examples/jsp, I receive the following error message: HTTP Status 503 - This application is not currently available The requested service

Re: running examples in Tomcat 4.0 b5

2001-06-15 Thread Marc-andre Thibodeau
ogs. > > - Original Message - > From: "Marc-andre Thibodeau" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, June 14, 2001 4:44 PM > Subject: running examples in Tomcat 4.0 b5 > > > > > Hi there! > > > > I just inst

I need help!!

2001-06-15 Thread Marc-andre Thibodeau
I spent too many hours trying to solve my problem. The next step will be a psychotherapist! Here is all I did: Trying to install: Tomcat 4.0 b5 JDK: 1.3.0 OS: Linux 6.1 downloaded: jakarta-tomcat-4.0-b5.zip & jakarta-servletapi-4.0-b5.zip unzipped both of them set CATALINA_HOME correctly

Re: I need help!!

2001-06-15 Thread Marc-andre Thibodeau
Luba Powell wrote: > Could it be that those packages have incompatible classes: > jakarta-tomcat-4.0-b5.zip & jakarta-servletapi-4.0-b5.zip > > Why do you need jakarta-servletapi? tomcat supports servlets. > > - Original Message ----- > From: "Marc-andre Thibo

Virtual Paths and Tomcat?

2002-03-30 Thread Andre John Mas
7;resource not found'. Is there any way I can get this working with Tomcat? I don't want to have to resort to a variable parameter as this would mean that the user will be given the name of the servlet for download, as opposed to the generated file name. Thanks Andre -- mailto:[EMAI

Re: Tomcat newbie: multiuser installation

2002-05-27 Thread Andre van Dijk
I'm not sure how this would be done but it should be possible. -- Andre van Dijk <[EMAIL PROTECTED]> Cartman: Ah, sweet! The Red Cross! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Accessing certificate from servlet

2001-07-04 Thread Andre Rocha (EST)
Hi! I have Apache 1.3.20 + mod_ssl 2.8.4 + Tomcat 3.2.1, using Ajp13 with mod_jk. >From a servlet I need to access the SSL environment variable containing information about the certificate sent by the client's browser (SSL_CLIENT_CERT). Although I seem to have all the necessary configuration lines

Using JDBCRealm without COOKIES enabled

2001-08-17 Thread Luis Andre Zattar
Hi Can anyone please tell me how to use JDBCRealm without COOKIES enabled but using URL SESSION. I had a problem try and I receive these messages: 2001-08-17 11:46:17 - ContextManager: Before Body 8z2331xuk2 2001-08-17 11:46:25 - ContextManager: AccessInterceptor: checking /jsp/security/login/j_

Error when trying to configure tomcat to work with IIS 5.0 on win2000

2001-01-30 Thread Andre Di Cicco
://localhost/examples/jsp/index.html I get a "You are not authorized to view this page" 401.3 error please help me.... Andre Di Cicco Get your small business started at Lycos Small Business at http://www.lycos.com/business

startup issue (invalid CEN header)

2003-02-19 Thread Andre Jay Meissner
hi, my tomcat 4.1.8 (mac os 10.2, J2SE 1.3.1) is not launching properly since today (it ran before). the startup.sh is giving me the usual three comments with envs and from the console everything just seems fine. but there is no action on 8080. catalina.out is complaining with the error below - n

  1   2   >