Tomcat startup error

2005-06-16 Thread marco
ebapp-tests. what's wrong? marco machmer -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFCsZ8POREMKO0oAdcRAozZAKCuHp/YihVRjAW/LNOx8mNfDZ1jTACgrmBk PHUhV0HoKPvekbXXLyFrfb8= =G+N9 -END PGP SIGNATURE- --

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

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 [ma

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, e

Re: unable to send a java mail

2005-04-28 Thread Marco Pöhler
Hi, try to make a POP3 request before trying to send a SMTP Mail thru the mailserver. This can be a security feature of your mailserver. Marco --- http://www.kontaktlinsen-preisvergleich.de http://www.parfuem-faq.de Am Donnerstag, den 28.04.2005, 18:48 +0530 schrieb vishwam: > iam trying

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
o bin/startup.sh. Hth Marco --- http://www.kontaktlinsen-preisvergleich.de http://www.tuxoo.org -Ursprüngliche Nachricht- Von: Krishnakant Mane [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 8. April 2005 09:57 An: tomcat-user@jakarta.apache.org Betreff: want to start tomcat in a cron job

Sniffing loaclhost traffic for HHTP headers

2005-02-21 Thread Marco Mastrocinque
FAQ section states, 'Due to the mechanism of Windows operating system, a sniffer can't capture local-to-local traffic.' Please note I found this out the hard way! The question I have is how do you do it? Thanks Marco Mastrocinque. ---

The requested resource (/myApp/servlet/TestingServlet) is not available.

2005-02-11 Thread Marco Mastrocinque
/myApp/servlet/TestingServlet I get the following message, from Tomcat The requested resource (/myApp/servlet/TestingServlet) is not available. I know it should be pretty simple, but sometimes the simplest things are the hardest to correct! Any suggestions most appreciated. Thanks Marco Mastroc

User name and password for the Admin area.

2004-12-28 Thread Marco Mastrocinque
Hi All, I'm a newbie to Tomcat. What is the user name and password for the Status and Tomcat Manager links, in the administration area? How do I change the passwords as well, I assume it is a XML file? Thanks Marco.

The admin package for Tomcat 5.5

2004-12-16 Thread Marco Mastrocinque
n web application is no longer installed by default. Download and install the "admin" package to use it.' I can't find it on the Apache / Tomcat web site, any suggestions would be nice. Thanks Marco.

Tomcat 5.0.27 - Single Sign On PROBLEM

2004-09-30 Thread Marco
[uri:/mp/*] debug=0 worker=lb:lb info=App MP [uri:/crystal/*] debug=0 worker=ajp13:crystal info=Crystal Clear thanks Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problem wiht tomcat 5.0, Hibernate and MYSQL

2004-07-30 Thread Marco Mistroni
rnate properties file and i am still getting same exception then I tried to add ?autoReconnect=true to JBDC URL, but that didn't work either coz I left application running for 11 hours and after that I got same exception... can anyone help me out? THANX in advance and regards mar

RE: Virtual Host configuration in Tomcat

2004-07-29 Thread Marco Mistroni
Hi all, i need to configure virtual hosting on tomcat 5.0 what I would like to do, is when I enter http://localhost:8080 it behaves exactly like when I enter http://localhost:8080/myapp can anyone give me some hints? Thanx in advance and regards Marco

Re: TOMCAT OUT OF MEMORY - HELP

2004-07-19 Thread Marco
Well ... I red the archives and I set the java options to -Xms512m and -Xmx1536m" but the problem persists I use j2sdk1.4.2_02 Shapira, Yoav wrote: Hi, Search the archives, read the FAQ... Yoav Shapira Millennium Research Informatics -Original Message- From: Marco [mailto:[

TOMCAT OUT OF MEMORY - HELP

2004-07-19 Thread Marco
Hi We installed Tomcat 4.1.27 on our server (windows 2000 advanced server). Tomcat is installed as a Windows service and we setted it to use a maximum memory of 1,5 GB and a start memory of 256 MB. At present we deployed seven applications in the webapps folder. All seems to work correctly, but pe

Re: Virtual Hosts on Tomcat 5

2004-07-03 Thread Marco Pöhler
Hi Steve, just add an directive nested in the -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 http://www.lenses-price-comparison.com

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. J

RE: tomcat daily restart

2004-06-02 Thread Marco Pöhler
tribute. Your script would then look for this file and > kill the PID specified in the file. You 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 Researc

tomcat daily restart

2004-06-01 Thread Marco Pöhler
start >%- thanks in advance Marco --- http://www.tintenpatronen-preisvergleich.de http://www.contact-lenses-price-comparison.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSPs not compiled under different instances of Tomcat

2004-04-23 Thread Marco CAMPIGLIO
erify your %JAVA_HOME% > 2. verify th jdk path running "catalina.bat run" > > - Original Message - > From: "Marco CAMPIGLIO" <[EMAIL PROTECTED]> > To: "tomcat-user" <[EMAIL PROTECTED]> > Sent: Friday, A

JSPs not compiled under different instances of Tomcat

2004-04-23 Thread Marco CAMPIGLIO
Hi all! I'm running two instances of Tomcat 4.1.30 on a Windows 2000 machine. The two instances listen to port 8080 and 7001 (ok I'd like BEA...). With both I'm having problems compiling JSP pages. For example, as soon as I try to access to the examples folder and try to compile one JSP, here it

Re: Tomcat Java OutOfMemory Error

2004-04-06 Thread Baldacchini Marco
Done. Thanks a lot!!! Marco Carl Olivier Scrive: Hi. When using the jk_nt_service.exe you need to setup the wrapper.properties file. The very last line is where you set any additional VM parameters - use that. Thus you would change it from: wrapper.cmd_line=$(wrapper.javabin

Re: Tomcat Java OutOfMemory Error

2004-04-06 Thread Baldacchini Marco
it. Hope this helps you shyam -Original Message- From: Baldacchini Marco [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 5:41 AM To: [EMAIL PROTECTED] Subject: Tomcat Java OutOfMemory Error Hi, I'm running Tomcat 3.2.1 on Windows 2000 Server as service with jk_nt_servic

Tomcat Java OutOfMemory Error

2004-04-06 Thread Baldacchini Marco
Hi, I'm running Tomcat 3.2.1 on Windows 2000 Server as service with jk_nt_service.exe utility. I receive java.lang.OutOfMemory error in my JSP page. I need to increment memory for JVM to 512 MB by setting -Xms512m -Xmx512m. Where I do it? Thanks in advance.

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

2004-03-23 Thread Marco Pöhler
won't be used. The security-constraints in the web.xml looks like: Admin Authentication Protected Area /* DELETE GET POST PUT admin

AW: java.lang.OutOfMemoryError

2004-03-23 Thread Marco Pöhler
Hi Neal, I increased the JVM Memory with -Xmx300m - that seem to work. I checked the heap status using the manager application and the memory usage after 2 days is now up to 90 MB. But the growth has stopped. That seem to work. Thanks ! Marco --- http://www.lenses-price-comparison.com http

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

2004-03-23 Thread Marco Pöhler
Hi Leonard, this works for me: Of course, you have to define the jdbc/db Datasource in the GlobalNamingResources, too. hth Marco --- http://www.optik-preisvergleich.de http://www.kontaktlinsen-preisvergleich.de > -Ursprüngliche Nachricht- > Von: Leonard W

java.lang.OutOfMemoryError

2004-03-21 Thread Marco Pöhler
which can help me ? thanks in advance Marco Poehler --- http://www.poehlerpoehler.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mod_jk missing post parameter problem resolved!

2004-03-10 Thread Marco Manini
Hi, I tested the latest cvs version of mod_jk like you suggested me and it works great! the problem (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24882) seems resolved. Thanks for your interest. Is a new mod_jk stable release planned (with this bugfix included) ? Marco Manini

Tomcat JMX and Model MBean

2004-03-08 Thread Marco Mistroni
Hi all, Does Tomcat supports Model Mbean? If so, does it support also the persistence feature of Model MBean? Thanx and regards Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: problem in configuring a Datasource in Tomcat 5.0

2004-03-05 Thread Marco Mistroni
Thanx a lot mike, it worked! For someone else who may experience same problem, other than the suggestion Given below, I downloaded mysql-connector-java-3.0.11-stable.jar Thanx again and regards marco -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: 04

RE: problem in configuring a Datasource in Tomcat 5.0

2004-03-04 Thread Marco Mistroni
Hi, Yes I did both of them. In mysql I created an user named marco..below is the commandline window when I did the mysql command C:\mysql\bin>mysql --user marco --password Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2

problem in configuring a Datasource in Tomcat 5.0

2004-03-03 Thread Marco Mistroni
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:311) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3 01) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) I attach again my server.xml... Thanx in advance and regards Marco

FW: problem in configuring a Datasource in Tomcat 5.0

2004-03-03 Thread Marco Mistroni
and regards     marco   -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 14:10 To: '[EMAIL PROTECTED]' Subject: problem in configuring a Datasource in Tomcat 5.0     Hi all,     I am trying to configure a Datasource with

problem in configuring a Datasource in Tomcat 5.0

2004-03-03 Thread Marco Mistroni
okeNext(StandardValv eContext.java:151)       I attach my server.xml,  anyone can help?   Thanx in advance and regards     Marco   factory org.apache.catalina.users.MemoryUserDatabaseFactory

environment variables

2004-02-09 Thread Marco Sottilaro
s, in order to allow each one of them to handle only its own variable values? Thanks Regards Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Question on using Tomcat 5 in production environment; using m ultiple instances or not?

2004-01-09 Thread Marco Pas
nimum interference, run one instance of tomcat per application per machine. So if you have five apps and two machines, that's ten instances of tomcat. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Marco Pas [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 0

Migrate Apache+Jserv to Tomcat

2004-01-08 Thread Marco Roda
created a new context and copied to the document root all those files, but only the index.html and applets are visible! It seems that the servlets are not running. What are the right steps? Thanks in advance, Regards, Marco Roda

Question on using Tomcat 5 in production environment; using multi ple instances or not?

2004-01-06 Thread Marco Pas
i run a Tomcat instance per application - Any experience in using session clustering and if this seems to hit the performance ? I am searching for an infrastructure setup that suites my needs! Any good hints and tips on implementing Tomcat in a production enviroment ? Greetings, Marco Pas

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:

catch-all host mapping

2004-01-03 Thread Marco Pöhler
6 on jdk1.4.2, SuSE Linux. thanks in advance Marco --- http://www.poehlerpoehler.de http://www.archive4mail.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

catch-all host mapping

2004-01-03 Thread Marco Pöhler
6 on jdk1.4.2, SuSE Linux. thanks in advance Marco --- http://www.poehlerpoehler.de http://www.archive4mail.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Please Help: Inconsistent Load Balancing info mod_jk2

2003-12-03 Thread Marco Manini
Hi, i'm using mod_jk2 for load balancing purpose and I have a problem in fail over scenario. I described this scenario in the bugs database: http://issues.apache.org/bugzilla/show_bug.cgi?id=24882 Can you tell me if you have a similar behavior please? Thanks! Marco - Original Me

Re: Client Certificate Authentication

2003-11-21 Thread Marco Manini
Hi, the server needs only the CA certificate used for signing the client certificate to verify client identity. Marco - Original Message - From: "Aloi Gianfranco (SPES)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 21, 2003 4:30 PM Subje

mod_jk, missing post parameters

2003-11-20 Thread Marco Manini
from a failing node to another. During normal operation all works fine and the AJP packets are correct. How is this possibile ? Thanks in advance to all mod_jk gurus. Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Tomcat + jk + IIS

2003-11-12 Thread Marco Shimomoto
Hello,   I want to get running a test server with Tomcat (4.x) and IIS on a Windows 2000. I’ve read all JK documentation at Jakarta, tried unsuccessfully to get them working. Does anybody know another source of information guide on doing this?   Thanks in advance, Marco

Re: Problems with mod_jk and DirectoryIndex directives

2003-11-04 Thread Marco Goebenich
Any help will > be greatly appreciated! Hi! My Setup: - I'm using Jonas 3.3 with included Tomcat, Apache 1.3.27, mod_jk 1.2.4 running as user jonas. Change the values to meet your requirements. I hope this helps! Regards Marco Göbenich PS: If you are running into proble

Re: Antwort: Re: Antwort: Migration from 4.1.x to Tomcat 5

2003-09-28 Thread Marco Tedone
cannot port it to WS (let's say) or Bea and having it working without code changing. In all my application I stress the concept: build once, run anywhere, and security shouldn't be different. Marco - Original Message - From: "Oliver Wulff" <[EMAIL PROTECTED]> To: &

Re: Antwort: Migration from 4.1.x to Tomcat 5

2003-09-28 Thread Marco Tedone
I implemented a security model independent from the container. Basically it is based on db/validation and session management through taglibs to display/allow functionalities to authorized users. Marco - Original Message - From: "Oliver Wulff" <[EMAIL PROTECTED]> To: &q

Migration from 4.1.x to Tomcat 5

2003-09-28 Thread Marco Tedone
ll be JSTL and JSF natively implemented? Could I just drop my application from Tomcat 4.1.xx to Tomcat 5 without problems? Thanks for any reply, Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Using Digester in a Tomcat project causes server not to start?

2003-09-22 Thread Marco Tedone
It would take too long to tell you how to use commons-digester with Tomcat (or whatever other application); I'm using it with a Struts application running under Tomcat and it works greately. I put it under WEB-INF/lib folder and I don't have it under common/lib Marco - Origin

Re: howto monitor dbcp connection usage?

2003-09-18 Thread Marco Baiguera
ements simple logging and is configurable through web.xml. > > > peter > > Marco Baiguera <[EMAIL PROTECTED]> wrote: > i'd like to monitor (log) dbcp connection pool usage. > i'm using tomcat 4.1.27 with dbcp 1.0 and mysql (j-connector 3.0.

howto monitor dbcp connection usage?

2003-09-18 Thread Marco Baiguera
i'd like to monitor (log) dbcp connection pool usage. i'm using tomcat 4.1.27 with dbcp 1.0 and mysql (j-connector 3.0.8 - mysql 3.23) i'm investigating if my db refuses or closes the connection in fact calling datasource.getconnection sometimes returns a closed conn (?) any hint? thanks ---

Re: new Aspen Group Email

2003-09-13 Thread Marco Tedone
Proposal to remove [EMAIL PROTECTED] from the list. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 13, 2003 9:33 AM Subject: new Aspen Group Email > Due to problems with SPAM, [EMAIL PROTECTED] has been discontinued. > > > > Please note

Re: Tomcat and IIS + Index Server -> possible ?

2003-09-10 Thread Marco Tedone
to the user. The JSP bound with the action has got the following code (snippet): <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> As you can see, there is not a lot of content here for a search engine to

Re: Development Tools

2003-09-09 Thread Marco Tedone
As regards the first question you may want to look at the following product: www.eclipse.org to integrate with the following plugin: http://www.objectlearn.com/index.jsp I can't reply to the second one. Marco - Original Message - From: "Nihita" <[EMAIL PROTE

Re: Restrict access to a webapps folder based on ip

2003-09-09 Thread Marco Tedone
Well, you may want to restrict the servlet access, not the folder access. It could be accomplished by a servlet filter for instance, which allow access only if the IP are within a certain range... Marco - Original Message - From: "Joshua Russell" <[EMAIL PROTECTED]> To: &

Re: Another question - validating user input in fields

2003-09-09 Thread Marco Tedone
Well, if you use Struts, you can use the Validator framework. Everything is almost automatic, with no coding required. Marco - Original Message - From: "Anson Zeall" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, Sep

Re: method of implementing a 'login' section in a site

2003-09-09 Thread Marco Tedone
od is also useful to allow 'Administration' functionality, so that similarly you may declared Hope this will help, Marco - Original Message - From: "zeallousbigpond.net.au" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tu

Re: Connetion between Tomcat & MySQL

2003-09-09 Thread Marco Tedone
You may want to put the JDBC driver jar file under %TOMCAT_HOME%/common/lib and try again. This is the location where the classloader loads the classes which makes available to all Tomcat applications. Marco - Original Message - From: "Amy Cheung" <[EMAIL PROTECTED]> T

Re: EJB in tomcat

2003-09-08 Thread Marco Tedone
leDbManagerHome)PortableRemoteObject.narrow(node, PeopleDbManagerHome.class); bean = home.create(); } catch (RemoteException e) { printRemoteExceptionMessage(); return null; } Hope it will help, Marco - Original Message - From: "zeallousbigpond.net.au" <[EMAIL PROTECTED]&g

Re: How to use classes from another webapp/context?

2003-09-08 Thread Marco Tedone
the classes, the JSPs and whatever needed in a single, composite, war file. Need to change a behaviour? Modify the class and redeploy the application. Need to change layout? Change the JSP and copy/redeploy to the correct location (Additionally restart the server :) My 2 cents, Marco - Original

How to turn on the 'development' mode?

2003-09-07 Thread Marco Tedone
Hi, how could I turn on the 'development' mode, so that Tomcat checks everytime if the page has been updated and already been compiled? Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: JNDI DataSource - need to synchronize?

2003-09-07 Thread Marco Tedone
Well, to be sure, put your variables inside the methods. This way, your data will be safe. One idea would be to create objects when you need them, and to close them when you've finished. Marco - Original Message - From: "john-paul delaney" <[EMAIL PROTECTED]> T

Re: Advice wanted about mapping URIs to pages

2003-09-07 Thread Marco Tedone
the EJB tier, and there is no vendor-independent security solution at present), but if you need only to check security at the web-lier, I would seriously think to implement the security using Tomcat native architecture, with one of its security realms modules. Hope this will help, Marco - Orig

Re: JSP Document

2003-09-06 Thread Marco Tedone
is the TM (trade mark) symbol, which doesn't have an 'escape' character representation, but only a numeric one (&153;). In this scape the form: TM is used. I can confirm also that the & is XHTML 1.0 Transitional valid. Hope this will help, Marco - Original Message

Re: [OT] Realizing a search functionality

2003-09-06 Thread Marco Tedone
Thank you. I think I'll go for Lucene. Marco - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 1:20 PM Subject: Re: [OT] Realizing a search functionality >

Re: Tomcat and multiple processors

2003-09-04 Thread Marco Tedone
It would be nice :) - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, September 05, 2003 12:07 AM Subject: Re: Tomcat and multiple processors > (1) Install TC as many times as you need JVM instances; > (2) for each instance, rename

Re: [OT] Realizing a search functionality

2003-09-04 Thread Marco Tedone
SorryI found Jakarta LuceneI'll work on it :) Marco - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, September 04, 2003 11:32 PM Subject: [OT] Realizing a search func

[OT] Realizing a search functionality

2003-09-04 Thread Marco Tedone
to use to realize a search functionality? Many thanks, Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat 5 book

2003-09-04 Thread Marco Tedone
Hi, is there in prevision any book about Tomcat 5? Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configuring jk2 for Apache 4.0.23/TomCat 4.0.27

2003-09-03 Thread Marco Tedone
Did you added the .dll under modules? (Sorry if this it's a stupid question) Marco - Original Message - From: "Raj Dasgupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 4:10 PM Subject: Configuring jk2 for Apache 4.0.23/Tom

Re: JSP vs C#/.NET

2003-09-02 Thread Marco Tedone
I would ask: can .NET stay competitive with Java/JSP? Marco - Original Message - From: "Xingqun Jiang" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, September 01, 2003 10:11 PM Subject: Re: JSP vs C#/.NET > Sorry, guy

Re: bug #21252

2003-09-02 Thread Marco Tedone
on under a path without spaces and everything worked fine. Marco - Original Message - From: "John Corrigan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, September 02, 2003 9:55 PM Subject: RE: bug #21252 > Why i

Re: bug #21252

2003-09-02 Thread Marco Tedone
Yes, the problem is the JDK installed under C. Install it under another partition (with no spaces, i.e. I installed it under D:\J2SE) and it will work. Marco - Original Message - From: "John Corrigan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EM

Re: tomcat+j2sdk+mysql-connecto+mysql

2003-09-01 Thread Marco Tedone
Have you tried to put the mysql jdbc connector jar file under common/lib? The problem here is that the file is not found in the classpath. Hope this will help, Marco - Original Message - From: "Sathyan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, S

Re: Problem switching to Struts 1.1

2003-09-01 Thread Marco Tedone
Thank you for your support. I must say that the privileged attribute for my application was set to false, but the problem still persists. Marco - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Se

Problem switching to Struts 1.1

2003-09-01 Thread Marco Tedone
e the org.apache.commons.logging.impl.Log4jCategoryLog class which is not found in the classpath. Now, I had a look at the commons-logging file and actually there is a similar class called org.apache.commons.logging.impl.Log4JCategoryLog (please note the capital 'J'). What shall I do then? Thank for a

Re: http://172.20.15.188(local ip:8080 did work ,but http://localhost:8080/didnot work!!

2003-09-01 Thread Marco Tedone
Well, localhost is bound to 127.0.0.1, while you have got a local IP address. Can you specify your machine's name instead of the IP address (i.e. http://mymachine:8080) ? It should work. I'm running under Windows so I hope this will help (maybe it's only crap). Marco - O

Re: mod_jk and Tomcat 3.2.4

2003-08-30 Thread Marco Tedone
I'm using mod_jk2-2.0.43.dll with Tomcat 4.1.27 and everything is working fine. Marco - Original Message - From: "Bill Barker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 4:39 AM Subject: Re: mod_jk and Tomcat 3.2.4 >

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
> I had the same problem and I think that it was related to the CLASSPATH > for Java. If your JSP doesn't work properly but the servlet does, it > means that the JVM is working properly but not the Java Compiler. Make > sure you have the JAVA_HOME variable set and all proper directories in > the

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
> > Even those that are servlets and not JSP? > The Servlet Examples work perfect. Only the JSP Examples didn't work. It's very strange ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: Re: HTTP Status 500

2003-07-29 Thread Marco Miedl
t; Millennium ChemInformatics > > > >-Original Message- > >From: Marco Miedl [mailto:[EMAIL PROTECTED] > >Sent: Tuesday, July 29, 2003 11:24 AM > >To: [EMAIL PROTECTED] > >Subject: HTTP Status 500 > > > >Hi, > > > >I installed Java (j2sd

HTTP Status 500

2003-07-29 Thread Marco Miedl
idea for solving this Problem. Thanxs in advance Marco THE ERROR-PAGE: === HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it

Re: disable session support in Tomcat

2003-06-18 Thread Marco Pöhler
> > Yoav Shapira > Millennium ChemInformatics > > >-Original 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 > > >

disable session support in Tomcat

2003-06-18 Thread Marco Pöhler
Hi, Is it possible to disable the session support (means no cookies and no JSESSIONIDs) somewhere in Tomcat ? This is may be a simply question, but I couldn't found any hint in the docs and the list archive. Thanks in advance Marco P.S.: I'm using 4.1.1

JNDI Resources Problem

2003-06-18 Thread Geirola Marco
I'm trying to add a new custom resource factories in jakarta, I followed the documentation instructions, I wrote a class that extend ObjectFactory and I modified server.xml and web.xml but dosen't work. I use tomact 4.1.18. I use a jsp to try the resource Can someone help me? Follow the jsp sou

RE: What does this crazy error message mean?

2003-06-09 Thread Marco Rojas
Euclides, Eu não recebi o código... Vc. poderia me enviar zipado? Abs. Marco -Original Message- From: Jose Euclides da Silva Junior - DATAPREVRJ [mailto:[EMAIL PROTECTED] Sent: segunda-feira, 9 de junho de 2003 16:18 To: '[EMAIL PROTECTED]' Subject: What does this crazy err

RE: tomcat administration/manager

2003-06-06 Thread marco villarreal
Hello, So far this problems are solved. I used an editor to add the users on tomcat-users.xml file and it worked perfectly. Marco P.S. Now I am taking next step. -Mensaje original- De: marco villarreal [mailto:[EMAIL PROTECTED] Enviado el: Thursday, June 05, 2003 10:39 PM Para: [EMAIL

tomcat administration/manager

2003-06-06 Thread marco villarreal
. I appreciate any kind of help. Marco Villarreal

Using my own directory

2003-06-03 Thread Marco Laponder
7;you don't have permission to acces /test/ on this server. Any tips what I should do to get this working ? Any logs I can check ? Kind regards, Marco Laponder - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: mod_jk.log , almost working, now: the requested resource is not a vailable

2003-06-03 Thread Marco Laponder
That will be the problem as I have no idea what you are talking about ! Do you have a document on that ? I will search on Google anyway... Marco > -Oorspronkelijk bericht- > Van: John Turner [mailto:[EMAIL PROTECTED] > Verzonden: maandag 2 juni 2003 16:56 > Aan: Tomca

mod_jk.log , almost working, now: the requested resource is not available

2003-06-03 Thread Marco Laponder
the page is now passed to tomcat, but that tomcat cannot find it. Kind regards, Marco Laponder - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: mod_jk.log errors

2003-06-02 Thread Marco Laponder
Sorry, little bug in my mail ;-) The second connector is not commented out in my current situation ! So my server.xml looks this connector: > -Oorspronkelijk bericht- > Van: Marco Laponder [mailto:[EMAIL PROTECTED] > Verzonden: maandag 2 juni 2003 9:42 > Aan: '

RE: mod_jk.log errors

2003-06-02 Thread Marco Laponder
each occurence is enabled or disabled. > > John > > On Wed, 28 May 2003 14:51:38 +0200, Marco Laponder > <[EMAIL PROTECTED]> > wrote: > > > It must be in the tomcat4 configuration as when I call > netstat -na | grep > > 8009 > > > > I ge

RE: mod_jk.log errors

2003-05-28 Thread Marco Laponder
guess is that somewhere in my configuration of tomcat4 I made a mistake so it is trying to use port 8009 twice. Anyone an idea what I did wrong ? Kind regards, Marco Laponder mlr AT interchain DOT nl > Well, the error message is: > > INFO: Port busy 8009 java.net.BindException: Address a

RE: mod_jk.log errors

2003-05-27 Thread Marco Laponder
working yet in mod_jk.log still "done without a map" message. Any more clues for me ? Kind regards, Marco Laponder > Your server.xml file looks OK. > > Does Tomcat work by itself on port 8080? Let's deal with > that first. You > should be able to independent

RE: mod_jk.log errors

2003-05-27 Thread Marco Laponder
t isn't. Just let me know if you need more. I am appreciating your effort to make me lees stupid in the Tomcat world ;-) - server.xml Kind regards, Marco Laponder

RE: Casting DBCP Connection to OracleConnection - Solved IT!

2003-04-01 Thread Marco Rossi
is the debug version of Oracle's >>jdbc implentation. Download classes12.zip ( and rename to classes12.jar >>) from Oracle site. >> >>Sundar >> >>-Original Message- >>From: Marco Rossi [mailto:[EMAIL PROTECTED] >>Sent: Monday, March 31, 200

  1   2   >