Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Changing Defaults Paths of Jetty

You should be able to do direct paths in those files, post up your
files and I'll take a look

jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Wed, Jul 27, 2011 at 13:05, Php Coderator <phpcoderator@xxxxxxxxx> wrote:
> Hello to all,
>
> I have installed Jetty under /usr/local/jetty7/ directory on FreeBSD and I
> want to change "etc", "contexts", "logs" and "webapps" folders to different
> locations on the filesystem:
>
>     /usr/local/jetty7/etc/*.xml to /etc/jetty/*.xml
>     /usr/local/jetty7/logs to /var/log/jetty
>     /usr/local/jetty7/contexts to /etc/jetty/contexts
>     /usr/local/jetty7/webapps to /var/www/jetty
>
> Although it's possible to change paths to the .xml configuration files
> -which are under etc folder by default- from start.ini, Jetty does not
> accept absolute paths for "webapps" and "contexts" from jetty-contexts.xml
> and jetty-webapps.xml files. It always interprets paths as relative to Jetty
> Home which is /usr/local/jetty7/.
>
> Is there any way to change the paths of Jetty without using symliks? The
> filesystem is mounted with nosymfollow flag, so using symlinks is not
> solution for me.
>
> Regards,
> E. Sancak
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>


Back to the top