Migration from 4.1.x to Tomcat 5

2003-09-28 Thread Marco Tedone
Hi, which are the key anspects I shall keep in mind when migrating from Tomcat 4.1.xx to version 5, keeping in mind that I'm developing Struts application? Which are the key technology anspects I shall review in my project architecture, particularly related to: 1) Servlets/JSP 2) Taglibs 3)

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

2003-09-28 Thread Marco Tedone
** Oliver Wulff Zürich Versicherungs-Gesellschaft IA4, CoC Middleware Postfach, 8085 Zürich Telefon: +41- 1 628 58 07 Fax: +41 - 1 623 58 07 E-Mail: mailto:[EMAIL PROTECTED] Marco Tedone [EMAIL PROTECTED] An: Tomcat Users List

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

2003-09-28 Thread Marco Tedone
** Oliver Wulff Zürich Versicherungs-Gesellschaft IA4, CoC Middleware Postfach, 8085 Zürich Telefon: +41- 1 628 58 07 Fax: +41 - 1 623 58 07 E-Mail: mailto:[EMAIL PROTECTED] Marco Tedone [EMAIL PROTECTED] An: Tomcat Users List

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 - Original Message -

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 my new

Re: Development Tools

2003-09-10 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 PROTECTED] To: Tomcat [EMAIL

Re: Tomcat and IIS + Index Server - possible ?

2003-09-10 Thread Marco Tedone
Hi Alain, I'm developing the same functionality for my site. Limiting the problems to JSPs (as if you are using Struts are more and if you're using Struts + Tiles are a lot more...Guess...which one am I using??) the only real activity you need to do is to manipulate the path returned by Lucene,

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] To: Tomcat Users List

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

2003-09-09 Thread Marco Tedone
a section of my site where I only allow users to use IF they have logged into my site. Either than using cookies to keep track if they have logged in or not, what method should I use to keep track of their status on each page? Anson - Original Message - From: Marco Tedone [EMAIL PROTECTED

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, September 09, 2003 11:06 AM Subject: Another

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: [EMAIL PROTECTED]

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

2003-09-08 Thread Marco Tedone
Well, usually a WAR is a composite collection of JSPs, classes, deployment descriptor, third-party jars and so on. If you have people who write classes, they can create a jar, not a war, and people who create JSP can just place them in the correct location. A good build project could then merge

Re: EJB in tomcat

2003-09-08 Thread Marco Tedone
Well, Tomcat needs to 'colloquiate' with an application server (where EJBs are deployed). The answer is yes, it's possible; all your application needs to do is to establish a context with an application server and then it can use the component deployed on application server generally using a

Re: Advice wanted about mapping URIs to pages

2003-09-07 Thread Marco Tedone
Why don't you put all your stuff under Tomcat? With Struts 1.1, it's possible to define several contexts for your application (i.e. have several struts-config.xml files) and this seems to me the solution which possibly could address your needs. Additionally, if you have the possibility, the ideal

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] To: Tomcat Users List [EMAIL

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-mail: [EMAIL

Re: [OT] Realizing a search functionality

2003-09-06 Thread Marco Tedone
.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.co.za :: -Original Message- :: From: Marco Tedone [mailto:[EMAIL PROTECTED] :: Sent: Friday, September 05, 2003 12:32 AM

Re: JSP Document

2003-09-06 Thread Marco Tedone
Actually I think it is, at least according to the HTML 4.01 Transitional. These are character entities and must be entered with the 'escape' character. These can assume a number or a character after the escape character. The only character which in some browsers is not rendered properly is the TM

Re: Tomcat and multiple processors

2003-09-05 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 home

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]

[OT] Realizing a search functionality

2003-09-04 Thread Marco Tedone
Hi, I must admit that I don't know anything about how to realize a search functionality. The only thing that I know is that most sites have a search functionality which, when searching for something, return a list of links more or less involved in the search string. The only things I know are:

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 functionality Hi, I must admit that I don't know

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/TomCat 4.0.27 After adding jk2 to

Re: tomcat+j2sdk+mysql-connecto+mysql

2003-09-02 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, September 02, 2003 7:30 AM

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 [EMAIL PROTECTED] Sent: Tuesday, September 02,

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, guys, I posted this messages a few days ago.

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 - Original Message -

Re: Problem switching to Struts 1.1

2003-09-01 Thread Marco Tedone
Subject: Re: Problem switching to Struts 1.1 Marco Tedone wrote: Hi, I posted this issue to the struts-user list 3 times, but noone replied to me and frankly I'm beginning to be a little worried. In few words we have an application which was running fine until struts rc1 but when we switched

Problem switching to Struts 1.1

2003-09-01 Thread Marco Tedone
Hi, I posted this issue to the struts-user list 3 times, but noone replied to me and frankly I'm beginning to be a little worried. In few words we have an application which was running fine until struts rc1 but when we switched to Struts 1.1 the following exceptions is thrown: !-- BEGIN OF

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 AFAIK, the latest-and-greatest should still