[Laszlo-user] Fwd: Godaddy hosting can support OL.. but there is somthing mising

Henry Minsky hminsky at laszlosystems.com
Wed Jul 16 13:44:33 PDT 2008


---------- Forwarded message ----------
From: Henry Minsky <henry.minsky at gmail.com>
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 <daimyo7 at gmail.com>
Cc: laszlo-user at openlaszlo.org


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 <daimyo7 at gmail.com> 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
hminsky at laszlosystems.com



-- 
Henry Minsky
Software Architect
hminsky at laszlosystems.com


More information about the Laszlo-user mailing list