You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Adrian Montero <ma...@avixion.net> on 2002/08/02 22:16:23 UTC

UserDir

    I reconfigured my jakarta to handle user dir files. Everything works 
fine and dandy like in $CATALINA_HOME/webapps. However when I try to run 
a servlet (only in the ~userdir) I get the download dialog from my web 
browser. I have tried to copy $CATALINA_HOME/webapps/examples to my 
userdir and indeed jsps work but not servlets it doesnt even find them. 
Anyone got any ideas?

Regards



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: UserDir

Posted by Neil Zanella <nz...@cs.mun.ca>.
I am no expert on tomcat but as far as I know the tomcat server needs to
be restarted each time the contents of one of the web application source
code files changes. If something like UserDir really can be set so that
$CATALINA_HOME is different for every user, then there should probably
be a cron job on the system to restart the server at regular time
intervals or something like that.

And by the way, what exactly did you do to reconfigure your tomcat
installation?

Regards,

Neil

On Fri, 2 Aug 2002, Adrian Montero wrote:

> 
>     I reconfigured my jakarta to handle user dir files. Everything works 
> fine and dandy like in $CATALINA_HOME/webapps. However when I try to run 
> a servlet (only in the ~userdir) I get the download dialog from my web 
> browser. I have tried to copy $CATALINA_HOME/webapps/examples to my 
> userdir and indeed jsps work but not servlets it doesnt even find them. 
> Anyone got any ideas?
> 
> Regards
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>