Re: help for class Not found

2005-06-29 Thread Filipe


Please, ask this question at the user list -
tomcat-user@jakarta.apache.org, there you can find more help.

(I always wanted to say this on dev lists :


filipe lautert

[EMAIL PROTECTED]
Linux User#279798
ICQ#158808406

There's No Place Like $HOME

On Wed, 29 Jun 2005, MEHMOOD, QAISER wrote:


I have created one web application(reminder) and deployed this on the
tomcat/webapps with folder name reminder.



I put all classes under  the reminder/WEB-INF/classes folder , but when
I run the jsps and try to access any class, its giving me message No
Class Def Found error , plz help me is there any place in tomcat where I
can specify the classpath for a context or web application.



Qaiser Mehmood




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Annoyance in the deployer

2004-12-06 Thread Filipe Lautert
Em Seg, 2004-12-06 às 17:10 +0100, Remy Maucherat escreveu:
> Cox, Charlie wrote:
> 
> >It is annoying. I have a remote share on the network that is only static
> >files and I had to convince someone to create a WEB-INF folder on that share
> >and give them a nearly-empty web.xml. I would prefer to not have to maintain
> >it.
> >
> I don't quite understand your setup, though. If you specify your context 
> to some path using a context file, then you shouldn't need a web.xml. Is 
> that what you are doing ?
> 
> I'm basing this on TC 5.5 (older TCs may or may not have different 
> limitations, so please use this version for testing), and my goal is to 
> improve the defaults if I can.
> 

Why not put this configuration at server.xml or catalina.properties,
comming with default to have the directory? So, anyone can change this
without a hack.

filipe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tomcat stop listen but doesn't close pool

2004-12-09 Thread Filipe Lautert

Hello, 

I think it's a bug, but just want to confirm it with you:

I have an apllication that uses hibernate + jndi. it has a connection
pool with a postgresql server. When I run the shutdown scripts of tomcat
(shutdown.sh or catalina.sh stop), tomcat stop to listen at port 8080
but does not close the pool. The java process don't die. It stays alive,
but without listen at http port. Then, when i start again tomcat, it
opens a new pool and so on, till I have an out of memory in my machine
(because of the java processes that still alive) or I reach the maximum
number of connections of postgresql.

I'm wrong, or tomcat should free all resources it has and simply die
when I stop him?

I'm asking this because I have another tomcat that doesn't uses jndi and
when I run the shutdown scripts, the process ceases.

Thanks,

filipe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Tomcat page - broken link

2005-01-10 Thread Filipe Lautert
Hello, 

at page http://jakarta.apache.org/tomcat/index.html, in section "Apache
Jakarta Tomcat", there is a broken link to Java Community Process. The
link is in the setence "Java Community Process" (at the end of first
paragraph), and goes to http://jal.sun.com/aboutJava/communityprocess/ ,
that does not exist.
I think the rigth link should be
http://jcp.org/en/introduction/overview .

That's it, 

filipe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Broken link

2005-03-07 Thread Filipe Lautert
I've found a broken link at the end of this page:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/status.html

and here the same problem:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/status.html

Section "Open Bugs". Where it says: "The list of the bugs which are in
an unresolved state for Tomcat 5 can be seen here.". "here" is broken.
Like bugzilla says, the correct link should be
http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&resolution=LATER&resolution=REMIND&resolution=---&bugidtype=include&product=Tomcat+5&cmdtype=doit&order=Importance
 .

Just a question: should I open a bug when I found a broken link? Or
should still sending mails to this list?

Thanks, 

filipe


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]