---------- Forwarded message ----------
From: Henry Minsky <[EMAIL PROTECTED]>
Date: Wed, Jul 16, 2008 at 4:44 PM
Subject: Re: [Laszlo-user] Godaddy hosting can support OL.. but there
is somthing mising
To: Miles Hand <[EMAIL PROTECTED]>
Cc: [email protected]
You need to declare a servlet mapping that tells the server that files
ending in ".lzx" get mapped
to the LPS servlet.
The LPS comes with just such a config file in WEB-INF/web.xml
<servlet-mapping>
<servlet-name>LPS</servlet-name>
<url-pattern>*.lzx</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>LPS</servlet-name>
<servlet-class>org.openlaszlo.servlets.LZServlet</servlet-class>
</servlet>
On Wed, Jul 16, 2008 at 3:23 PM, Miles Hand <[EMAIL PROTECTED]> wrote:
> I'm running on a shared plan for 6.99 a month, app installed on server is
> php5 and jsp java, tomcat 5.
> I uploaded the war file and it deployed with all the files..
> next call them to see whats gone wrong they say it something to will help
> tomcat 5 see lzx files.
>
> so people is there such a thing?
>
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]