Sure will try using ant method to build the application...

I do have basic knowledge of Java-Web Applications... the basics which
include all Servlet Class files are placed in classes folder of WEB-
INF and in web.xml we have the servlet n servlet mapping tags....

During my attempts to solve above problem, I checked web.xml to locate
the lps resource where I found following servlets:
<servlet>
    <servlet-name>LPS</servlet-name>
    <servlet-class>org.openlaszlo.servlets.LZServlet</servlet-class>
</servlet>
<servlet>
    <servlet-name>LZViewer</servlet-name>
    <servlet-class>org.openlaszlo.servlets.LZViewer</servlet-class>
</servlet>

But when I checked the ROOT/WebContent/WEB-INF/classes/org, I didnt
find the openlaszlo folder which the package for the openlaszlo
Servlet classes...

Now my concern is, do we have to copy the servlet class files manually
and place it in the classes folder or do we just need to configure to
use the resources from ROOT/openlaszlo folder?

Even if we copy those servlet files manually, then thought the servlet
class problem is solved, new errors stating that more resources from
ROOT/openlaszlo could not be found....

I must have missed out something... I am just wondering if you could
help me fix that problem?


On Jul 23, 1:26 pm, "[email protected]" <[email protected]>
wrote:
> Please try the ant task for building the software if you have no
> experience in how Java-WebApplication's are developed in Eclipse. ...
> You can still use eclipse to edit the code of course.
>
> Sebastian
>
> 2011/7/23 sanjeev maharjan <[email protected]>:
>
>
>
> > I checked out the openmeetings source from:
> >http://openmeetings.googlecode.com/svn/trunk/singlewebapp
>
> > Then I started building the source code following the instructions as
> > specified in:http://code.google.com/p/openmeetings/wiki/BuildSourceNew
>
> > I then ran the openmeetings and installed it successfully
>
> > After that, when I runhttp://localhost:8080/openmeetings/, it
> > returns me the blank page with flash player which says no movie loaded
>
> > Also When I run the 
> > link:http://localhost:8080/openmeetings/main.lzx?lzproxied=solo&lzr=swf8,
> > it returns 404 Error stating that, lps resource is not found...
>
> > I have checked the build.xml file and the path to openlaszlo is
> > specified there... So I cannot find the reason why it is not able to
> > locate the openlaszlo library files and most importantly lps-4.0.9.jar
> > file... where the two major class files LZServlet and LZViewer is
> > located....
>
> > i have been struggling with this problem for past two weeks n still in
> > vain...
>
> > Please anyone help me solve this... Where did I miss out??????
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "OpenMeetings User" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to