Re: Compiling JSP files

2005-05-24 Thread Marco Pöhler
You have to add jsp-api.jar to the classpath. hth Marco --- http://www.kontaktlinsen-preisvergleich.de http://www.faq-kontaktlinsen.de Am Dienstag, den 24.05.2005, 08:46 -0500 schrieb Charles P. Killmer: I am having a problem where one of my jsp files won't compile. Tomcat successfully

RE: Tomcat vs Apache

2005-05-19 Thread Marco Pöhler
You can find Peter's Benchmarks at http://jakarta.apache.org/tomcat/articles/benchmark_summary.pdf kr Marco --- http://www.kontaktlinsen-preisvergleich.de http://www.parfuem-faq.de Am Mittwoch, den 18.05.2005, 16:50 -0500 schrieb Caldarale, Charles R: From: Dakota Jack [mailto:[EMAIL

Re: Free reporting s/w that works with apache+tomcat

2005-05-10 Thread Marco Pöhler
May be DisplayTag and its export functionality can help you with formating. http://displaytag.sourceforge.net/ regards, Marco http://www.druckerpatronen--preisvergleich.de http://www.tuxoo.org - To unsubscribe,

AW: DBCP/JDBC Problems with DelegatingResultSet

2005-04-12 Thread Marco Pöhler
Hello Sebastian Wiemer, The jar file containing the class is common/lib/naming-factory-dbcp.jar Hth Marco Pöhler --- http://www.tuxoo.de http://www.kontaktlinsen-preisvergleich.de -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. April

RE: want to start tomcat in a cron job

2005-04-08 Thread Marco Pöhler
Hi Krishnakant, This works for me, especially if tomcat hangs sometimes and the shutdown.sh doesn't work in that case. I run this script once a day on tomcat 5.5.7. #!/bin/bash kill -9 `cat /usr/local/java/tomcat/tomcat.pid` /etc/init.d/tomcat start The startscript is just a call to

Re: Virtual Hosts on Tomcat 5

2004-07-03 Thread Marco Pöhler
Hi Steve, just add an Alias directive nested in the Host-Element. An example can be seen in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html hope that helps Marco --- http://www.optik-preisvergleich.de http://www.druckerpatronen--preisvergleich.de

RE: tomcat daily restart

2004-06-02 Thread Marco Pöhler
could run this script as the tomcat server user, you don't need to be root, and your overall setup would be more secure and more robust. Yoav Shapira Millennium Research Informatics -Original Message- From: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 4:01 PM

AW: How to know if platform is Windows or Linux from jsp?

2004-06-02 Thread Marco Pöhler
Possible System.getProperty(os.name) will do the job ?! kr Marco Poehler --- http://www.poehlerpoehler.de http://www.kontaktlinsen-preisvergleich.de -Ursprüngliche Nachricht- Von: Francisco José Arnau Vives [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 2. Juni 2004 12:14 An: [EMAIL

tomcat daily restart

2004-06-01 Thread Marco Pöhler
Hi, somewhere in my web application is a memory leak, and the tomcat hangs after a week and /etc/init.d/tomcat stop won't work also. The application will be rewritten, so it is not important to find the leak. I'm currently think it is okay to restart the tomcat every night. I wrote the simple

AW: NEWBIE question: JAAS- versus JDBC- versus MemoryRealms

2004-03-23 Thread Marco Pöhler
Hi Leonard, this works for me: Context path= docBase=/home/user1/trustedfeed debug=0 ResourceLink name=jdbc/db global=jdbc/db type=javax.sql.DataSource / Realm className=org.apache.catalina.realm.DataSourceRealm debug=99 dataSourceName=jdbc/db userTable=users

AW: java.lang.OutOfMemoryError

2004-03-23 Thread Marco Pöhler
it is behaving just as the prod server does - its reclaiming memory in a similar healthy pattern. So, just try increasing the heap size to 128mb first and see if you're still having the same issue. It seems to work some magic. Cheers. Neal -Original Message- From: Marco Pöhler [mailto:[EMAIL

RE: NEWBIE question: JAAS- versus JDBC- versus MemoryRealms

2004-03-23 Thread Marco Pöhler
: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 10:45 AM To: Tomcat Users List Subject: AW: NEWBIE question: JAAS- versus JDBC- versus MemoryRealms Hi Leonard, this works for me: Context path= docBase=/home/user1/trustedfeed debug=0 ResourceLink name=jdbc/db

java.lang.OutOfMemoryError

2004-03-21 Thread Marco Pöhler
Hi, I'm running tomcat 5.0.19 J2SDK1.4.2_03 on a suse linux 8.1. I wrote a really simple application, just one servlet and a few jsp pages, using dbcp/jndi. Nevertheless I got an OutOfMemoryError every 2 days and I have to restart the tomcat to fix the problem. Here is the log entry: 2004-03-21

AW: catch-all host mapping

2004-01-05 Thread Marco Pöhler
Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Montag, 5. Januar 2004 15:12 An: Tomcat Users List Betreff: RE: catch-all host mapping Howdy, Yes, one idea: patch or extend StandardHost yourself. ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Marco

catch-all host mapping

2004-01-03 Thread Marco Pöhler
Hi, I want to map every request like www1.mydomain.com and www2.mydomain.com to one single webapp. That is possible using something like that: -%- Host name=www1.mydomain.com ... Aliaswww2.mydomain.com/Alias ... /Host -%- That work's but I don't know how many

catch-all host mapping

2004-01-03 Thread Marco Pöhler
Hi, I want to map every request like www1.mydomain.com and www2.mydomain.com to one single webapp. That is possible using something like that: -%- Host name=www1.mydomain.com ... Aliaswww2.mydomain.com/Alias ... /Host -%- That work's but I don't know how many

Re: disable session support in Tomcat

2003-06-18 Thread Marco Pöhler
Message- From: Marco Pöhler [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: disable session support in Tomcat Hi, Is it possible to disable the session support (means no cookies and no JSESSIONIDs) somewhere in Tomcat ? This is may

apache Can't locate API module structure in file mod_jk.so

2000-11-13 Thread Marco Pöhler
Hi, i try to start apache with mod_jk. I compiled mod_jk using the source-dist and copy mod_jk.so to APACHE/libexec. The lines in my httpd.conf are: LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c when i try to start apache i got this error:

problems with mod_jk

2000-11-09 Thread Marco Pöhler
Hi, i try to create mod_jk from the tomcat sources(3.1) on a linux system for using with apache 1.3.14. I read the "Working with mod_jk"-HOWTO, where the compilation is described. My problem is that some directories refered in the HOWTO, especially "jakarta-tomcat/src/native/apache1.3", does