Re: Strange Class Loading problem

2003-01-22 Thread Mauro Daniel Ardolino
) at java.lang.Thread.run(Thread.java:536) On Tue, 21 Jan 2003, Mauro Daniel Ardolino wrote: May not be this, but check permissions and owners of the files (may be the directories permissions). See e.g. the permissions of common/classes Are you using links to the .jar files? The error

Re: Strange Class Loading problem

2003-01-21 Thread Mauro Daniel Ardolino
May not be this, but check permissions and owners of the files (may be the directories permissions). See e.g. the permissions of common/classes Are you using links to the .jar files? The error message could help to answer better. reggards, mauro On Tue, 21 Jan 2003, Jeremy Cavagnolo wrote:

RE: allowLinking is not working (for me).

2002-11-08 Thread Mauro Daniel Ardolino
to the JARs. They are sitting in a normal directory (the entire path the to the JARs is canonical). -Original Message- From: Mauro Daniel Ardolino [mailto:mauro;altersoft.com.ar] Sent: Thursday, November 07, 2002 2:46 PM To: Tomcat Users List Subject: RE: allowLinking is not working

RE: allowLinking is not working (for me).

2002-11-08 Thread Mauro Daniel Ardolino
The Bug number is: 13519. On Fri, 8 Nov 2002, Mauro Daniel Ardolino wrote: Yes. I noticed that. In one of my tests, I had the .jar files in the WEB-INF/lib folder and as you say, Tomcat 4.1.12 cannot find them. Taking out this Resource element, it starts working again. May be we have

RE: allowLinking is not working (for me).

2002-11-08 Thread Mauro Daniel Ardolino
might have to go to 4.1.13. Check bugzilla. John -Original Message- From: Mauro Daniel Ardolino [mailto:mauro;altersoft.com.ar] Sent: Thursday, November 07, 2002 2:53 PM To: Tomcat Users List Subject: RE: allowLinking is not working (for me). So read the first mail

Re: allowLinking is not working (for me).

2002-11-08 Thread Mauro Daniel Ardolino
Thanks. I'll try it. I'm downloading this version now. But I'm worried about the caseSensitive flag. Will it bring me any other side effects? Mauro On Fri, 8 Nov 2002, Remy Maucherat wrote: Mauro Daniel Ardolino wrote: Where can I download a 4.1.13 version of Tomcat? In Jakarta I saw

Re: allowLinking is not working (for me).

2002-11-08 Thread Mauro Daniel Ardolino
wrong...it cannot be like this, can it? Thanks. Mauro On Fri, 8 Nov 2002, Remy Maucherat wrote: Mauro Daniel Ardolino wrote: Thanks. I'll try it. I'm downloading this version now. But I'm worried about the caseSensitive flag. Will it bring me any other side effects? If you're

Re: allowLinking is not working (for me).

2002-11-08 Thread Mauro Daniel Ardolino
Oh! Now I understand. Thanks a lot. Mauro On Fri, 8 Nov 2002, Remy Maucherat wrote: Mauro Daniel Ardolino wrote: May be I am confussed (sure!), but you are right, of course I am working on Linux. So if I have 2 files named for example... file.jar FILE.jar ...I think I'll have

Re: allowLinking is not working (for me).

2002-11-08 Thread Mauro Daniel Ardolino
to all. Mauro On Fri, 8 Nov 2002, Mauro Daniel Ardolino wrote: Oh! Now I understand. Thanks a lot. Mauro On Fri, 8 Nov 2002, Remy Maucherat wrote: Mauro Daniel Ardolino wrote: May be I am confussed (sure!), but you are right, of course I am working on Linux. So if I have 2 files

Re: [4.1.14] New test milestone released

2002-11-08 Thread Mauro Daniel Ardolino
Remy: I've just downloaded Tomcat 4.1.14 and I'm testing it with my application that has no problems running on Tomcat 4.1.12. When I try to run my application (that Tomcat deploys ok), I receive this error message (on the web browser), may be is due to a change in Xerces, but my classes still

Re: [4.1.14] New test milestone released

2002-11-08 Thread Mauro Daniel Ardolino
/ Mauro Thanks, David On 11/8/2002 1:31 PM, Mauro Daniel Ardolino wrote: Remy: I've just downloaded Tomcat 4.1.14 and I'm testing it with my application that has no problems running on Tomcat 4.1.12. When I try to run my application (that Tomcat deploys ok), I receive this error message

Tomcat and symbolic links

2002-11-07 Thread Mauro Daniel Ardolino
Hi all! I have a question about Tomcat and linux symbolic links. I'm working with cocoon jars and they are too big, so I put them on a directory and then in the WEB-INF/lib directory I made a set of links like this: e.g.: The .jar files are in /usr/java/morelibs/cocoon/. My application is in

allowLinking is not working (for me).

2002-11-07 Thread Mauro Daniel Ardolino
Tomcat is not deploying my application at startup because I have symlinks to the .jar files. Here's a copy of my context node in server.xml: Context path=/MaeQueryPrototype3 docBase=/home/mauro/workspace/MaeQueryPrototype3/web workDir=/home/mauro/workspace/MaeQueryPrototype3/work

RE: allowLinking is not working (for me).

2002-11-07 Thread Mauro Daniel Ardolino
measure. There's a work-around, but I am not sure that it is completely bug-free. Check the release notes. John -Original Message- From: Mauro Daniel Ardolino [mailto:mauro;altersoft.com.ar] Sent: Thursday, November 07, 2002 2:37 PM To: Tomcat Users List Subject

RE: allowLinking is not working (for me).

2002-11-07 Thread Mauro Daniel Ardolino
. -- Mauro On Thu, 7 Nov 2002, Turner, John wrote: not working isn't sufficient. For anyone to help you, you need to explain how you are trying to bypass it, what you have changed, where you are setting the flag, etc. John -Original Message- From: Mauro Daniel Ardolino

RE: Session start

2002-10-30 Thread Mauro Daniel Ardolino
Hamburg, Germany Hosting, Content Management, Java Consulting http://www.uptime-isc.de -Original Message- From: Mauro Daniel Ardolino [mailto:mauro;altersoft.com.ar] Sent: Tuesday, October 29, 2002 5:13 PM To: [EMAIL PROTECTED] Subject: Session start I'm confussed about

RE: Session start

2002-10-30 Thread Mauro Daniel Ardolino
be created on the server. This might not be the case if the client asks for a link on your application to open in a new window because the parameter might be in the link. I hope this makes it slightly clearer. Nick. -Original Message- From: Mauro Daniel Ardolino [mailto:mauro

Session start

2002-10-29 Thread Mauro Daniel Ardolino
Hello! I'm confussed about when does a session starts. For example I have a simple servlet that keeps a count of the times it was called session by session. So it uses the HttpSession requesting it to the servlet request. Browsing with netscape on a linux gui, opening 2 browsers, calling the

Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
Hi! I'm having some problems running servlets in Tomcat 4.1.12 under Linux RedHat 7.3 I've done a simple servlet and I was running it in Tomcat 4.0.4 under Win98 without problems. If I copy the folder mySimpleServlet from windows tomcat webapps folder to linux tomcat webapps folder and start

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
I think all this is all right. I've used case sensitive names all the time, even under windows. Also used / instead of \. I think the problem is not due to Linux. I've found some mails about problems migrating to tomcat 4.1.12 from 4.0.4. Problems about tomcat is not loading the servlets. Do

Re: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
can I do? I'm pretty lost! Thanks in advance! -- Mauro On Wed, 16 Oct 2002, Mauro Daniel Ardolino wrote: I think all this is all right. I've used case sensitive names all the time, even under windows. Also used / instead of \. I think the problem is not due to Linux. I've found some

RE: Servlets: Differences between Linux and Windows?

2002-10-16 Thread Mauro Daniel Ardolino
. -- Mauro On Wed, 16 Oct 2002, Sexton, George wrote: There was a big change in 4.1.12. The default invoker is no longer mapped. Servlets must be explicitly declared in the application web.xml. You can override this by editing the conf/web.xml. -Original Message- From: Mauro Daniel

Re: Connecting from Tomcat box to JBoss box?

2002-10-10 Thread Mauro Daniel Ardolino
I've heared something about doing it through JAAS. On Thu, 10 Oct 2002, Raj Saini wrote: Hi, You need to follow the below steps:- Copy the clients file from te JBOSS_HOME/client direcotry to the TOMCAT_HOME/shared/lib. You dont need all, but you can copy to be sure you copied all the

WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS?

2002-10-01 Thread Mauro Daniel Ardolino
Hi! I thought there was an answer to this question in the list, but I've searched in tons of mails and didn't find it. The fact is that we are starting to work more seriously with tomcat and we really don't know which can be the best way to work in a team. We have tomcat 4.1.12 running on a

Re: AW: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS?

2002-10-01 Thread Mauro Daniel Ardolino
-Ursprüngliche Nachricht- Von: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 1. Oktober 2002 17:05 An: [EMAIL PROTECTED] Betreff: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS? The options: 1) have only one tomcat running on the RH73 and well...shout

Re: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS?

2002-10-01 Thread Mauro Daniel Ardolino
different ports. It increased our throughput exponentially. Just update the server.xml. Also use loadbalancer in the mod_jk.conf and workers.properties. Hope this helps. - Original Message - From: Mauro Daniel Ardolino [EMAIL PROTECTED] Date: Tue, 1 Oct 2002 11:04:52 -0400 (ART

RE: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT SERVERS?

2002-10-01 Thread Mauro Daniel Ardolino
on Windows and today I'm doing it on Redhat, and as you say...no problem. -- Mauro -Original Message- From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 11:59 AM To: Tomcat Users List Subject: Re: WHICH IS THE BEST WAY TO HAVE MULTIPLE TOMCAT

Re: Help Deploying Servlet

2002-09-13 Thread Mauro Daniel Ardolino
It may be your servlet is on a package. If so, then you have to put your servlet in: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/nameOfThePackage/AddNewsItem.class Then in web.xml: web-app servlet servlet-nameAddNewsItem/servlet-name

Re: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino
I think you have to restart Tomcat for changes like this. Do someone know another way to do it? Mauro On Thu, 12 Sep 2002, Chuck Carson wrote: I had the following class: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/MyClass.class If I modify this class (ie recompile) how can I make it

RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino
for this application, you can put a: DefaultContext reloadable=true / Bye... -Mensaje original- De: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 13 de septiembre de 2002 15:31 Para: Tomcat Users List Asunto: Re: Does Tomcat require restart when

RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino
, every 15 seconds (by default) reloads the application if some class changed. Regards -Mensaje original- De: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 13 de septiembre de 2002 15:40 Para: Tomcat Users List Asunto: RE: Does Tomcat require restart when

Re: relative path/context problem

2002-09-11 Thread Mauro Daniel Ardolino
I think it will work if you take out the /. Like this: a href=index.jspBack to Top/a Tell me. Bye, Mauro On Wed, 11 Sep 2002, Dave Robbins wrote: Hello All, I'm seeing some really odd behaviour, I hope someone can tell me what i'm doing wrong. I've written some jsp/servlet code with

Re: relative path/context problem

2002-09-11 Thread Mauro Daniel Ardolino
Thanks! but is only experience (yesterday I had the same problem ;) On Wed, 11 Sep 2002, Dave Robbins wrote: you sir, are incredibly smart Thanks I think it will work if you take out the /. Like this: a href=index.jspBack to Top/a Tell me. Bye, Mauro On Wed,

Re: Configuring Tomcat 4.0

2002-09-10 Thread Mauro Daniel Ardolino
, SriLatha. --- Mauro Daniel Ardolino [EMAIL PROTECTED] wrote: Some questions: Where did you put the files of your applications? (*.class, *.jsp, *.html) Did you create the web.xml file? If so, did you declare your servlet there? How did you write the URL to access your servlet

Cannot allocate servlet instance for path ...

2002-09-09 Thread Mauro Daniel Ardolino
Hello! It may be a well known problem, but I'm new in working with Tomcat. I've made a simple servlet and I want to run it in Tomcat. The servlet is in the package simpleServlet and it is called SimpleServlet. My directory structure is: \webapps\simpleServlet\WEB-INF\

Re: Configuring Tomcat 4.0

2002-09-09 Thread Mauro Daniel Ardolino
Some questions: Where did you put the files of your applications? (*.class, *.jsp, *.html) Did you create the web.xml file? If so, did you declare your servlet there? How did you write the URL to access your servlet? Is your servlet in a package? More information at: