users@glassfish.java.net

Re: Default Web Module and alternatedocroot_1 virtual directory problem

From: Jan Luehe <Jan.Luehe_at_Sun.COM>
Date: Tue, 18 Aug 2009 09:25:29 -0700

On 08/17/09 19:37, glassfish_at_javadesktop.org wrote:
> Not much to it....
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd">
> <sun-web-app error-url="">
> <context-root>/mainsite</context-root>
> <class-loader delegate="true"/>
> <jsp-config>
> <property name="keepgenerated" value="true">
> <description>Keep a copy of the generated servlet class java code.</description>
> </property>
> <property name="alternatedocroot_1" value="from=/assets/* dir=J:/inetpub/wwwroot/prototype/"/>
> </jsp-config>
> </sun-web-app>
>

I noticed that your alternatedocroot property is nested inside <jsp-config>.
That does not look right to me.
Can you move it outside of <jsp-config>?

Jan

> [Message sent by forum member 'twitchman' (twitchman)]
>
> http://forums.java.net/jive/thread.jspa?messageID=360866
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>