:doSecurityJpda with Tomcat 5.0.x

2005-04-22 Thread Marc Logemann
and if not, how to start such a configuration? Environment: Tomcat 5.0 latest, Windows, JRE 1.4.2_06 Thanks -- regards Marc Logemann http://www.logemann.org http://www.logentis.de - To unsubscribe, e-mail: [EMAIL PROTECTED

Tomcat 5.5.3 and JRE 1.5.0 on linux

2004-10-12 Thread Marc Logemann
that checks for javac and stuff. Do i miss something here? There must be some straightforward explanation for this, because i dont think the setclasspath.sh is from an old tomcat distro ;-) Thanks for infos on that. -- regards Marc Logemann http://www.logemann.org http://www.logentis.de

Re: Tomcat 5.5.3 and JRE 1.5.0 on linux

2004-10-12 Thread Marc Logemann
Remy Maucherat wrote: On Tue, 12 Oct 2004 21:32:51 +0200, Marc Logemann [EMAIL PROTECTED] wrote: Hi, i am feeling a little bit silly to ask, but i have to ;-) I installed JRE 1.5.0 and Tomcat 5.5.3 on linux, set the JAVA_HOME to the JRE location and started tomcat with ./catalina start Then i got

DBCP Factory

2003-01-30 Thread Marc Logemann
the factory inside parameter? thx for any hints, i am mainly puzzled since i heard that tyrex is not default anymore, but tyrex is the only pooling library i can find in the tomcat distro. Thanks for clearifying. --- greetings from Marc Logemann http://www.logemann.info

RE: DBCP Factory

2003-01-30 Thread Marc Logemann
/tomcat-4.1-doc/jndi-datasource-examples-h owto.htm you have to explicitly set the factory: namefactory/name valueorg.apache.commons.dbcp.BasicDataSourceFactory/value --- greetings from Marc Logemann http://www.logemann.info

RE: DBCP Factory

2003-01-30 Thread Marc Logemann
and the other jar files that belong to it. -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 3:08 PM To: [EMAIL PROTECTED] Subject: RE: DBCP Factory i tried also the factory paramter, w/o success, can somebody tell me where the DBCP lib should

BasicDataSourceFactory (dbcp)

2002-07-12 Thread Marc Logemann
DataSource implementations? --- greetings from Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: BasicDataSourceFactory (dbcp)

2002-07-12 Thread Marc Logemann
of the posts on this list! THe point is, SUN defined at least some property names in http://java.sun.com/products/jdbc/jdbc20.stdext.pdf Paragraph: 5.3.1 it would be nice if at least the common ones would be uniform. Also just my 2 cents. --- greetings from Marc Logemann Homebase @ www.logemann.info

Debugging Servlets with IDEA (or just an IDE)

2002-07-11 Thread Marc Logemann
Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

way to get tomcat versionnumber on commandline

2002-07-04 Thread Marc Logemann
Hi, is there a way to resolve the tomcat version number on command line? Or are there any other hints in the tomcat dirstructure / files? thx --- greetings from Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Unknown Source in Trace?

2002-07-03 Thread Marc Logemann
, i mean this makes it a little bit hard to debug the class, what can i do that tomcat knows the source and can point me to the correct line? Thx --- greetings from Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: AW: Unknown Source in Trace?

2002-07-03 Thread Marc Logemann
- Von: Marc Logemann [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 3. Juli 2002 10:53 An: [EMAIL PROTECTED] Betreff: Unknown Source in Trace? sometimes when tomcat prints out traces, i get the following: java.lang.NullPointerException at de.bahr.mapping.MOCompany.getByPrimaryKey(Unknown

plain MySQL DataSource in Tomcat (i know, damn topic)

2002-07-02 Thread Marc Logemann
thought that using a datasource is better than just calling the DriverManager, but the effort seems amazing... or i am too unclever... whatever... thx for help. --- greetings from Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

plain MySQL DataSource in Tomcat (i know, damn topic)

2002-07-02 Thread Marc Logemann
, is there a connection pooling implied? For me it seems that when i do DataSource.getConnection() i just get a normal MySQL connection as when i do classForName(Driver) or? --- greetings from Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

ANT tasks

2002-06-25 Thread Marc Logemann
is capable of that, Craig i think you coded them, i would like to hear especially your oppinion :) bye --- greetings from Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

tomcat 3.2.4 versus recent one

2002-06-10 Thread Marc Logemann
Hi, i am dealing with a project on an IBM iSeries (AS/400). There you can use a pre-installed tomcat 3.2.4 or you can chose to install a recent one of course. Cause installing a recent one would require some efforts (we speak of more than one machine in this project), i want to ask if there are

install/remove via manager (ant)

2002-05-27 Thread Marc Logemann
Hi, i am using (or trying) to use ant for redeploying my applications on my development-site. Perhaps you can help me with the following tasks: 1. i want to install a webapplication, so i do: tcinstall url=${catalina.url} username=${catalina.username} password=${catalina.password}

reloading with ant

2002-05-22 Thread Marc Logemann
Hi, i just wanna ask if the following scenario is the best for re-deploying WARs: I am doing my build task with ant and transfer the WAR file of my application into the webapps folder of tomcat. Then i do a GET task with ant in order to re-deploy it, exacltly i would do a MANAGER REMOVE and