Hi Sebastian Wagner, Thanks for help. I issued the mentioned (ant -f build_red5webapp.xml dist) command to build distro and got the build folder 'dist'. I have the following argument option for tomcate server in my Eclipse IDE:
-Dcatalina.base="/openmeeting_source/.metadata/.plugins/ org.eclipse.wst.server.core/tmp0" -Dcatalina.home="/opt/apache- tomcat-6.0.20" -Dwtp.deploy="/openmeeting_source/.metadata/.plugins/ org.eclipse.wst.server.core/tmp0/wtpwebapps" -Djava.endorsed.dirs="/ opt/apache-tomcat-6.0.20/endorsed" -Xms512m -Xmx1024M >From above options, I think the project deployment location is "/ openmeeting_source/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/ wtpwebapps". How do I deploy compiled 'dist' directory contents at this location? I got 404 when I replaced the 'openmeetings' by newly compiled one. Also, please guide me if I am not correct Thanks, -Ali On Dec 21, 9:34 am, Sebastian Wagner <[email protected]> wrote: > hi, > > the command to compile a distro ain't ant dist. Its > different:http://code.google.com/p/openmeetings/wiki/BuildSourceNew?tm=4#How_to... > > but any way you don't need that if you run the Application inside eclipse. > > Sebastian > > 2009/12/21 Ali <[email protected]> > > > > > Hello, > > > I am new to openmeetings, checked out the the openmeetings source from > > svn (http://code.google.com/p/openmeetings/wiki/BuildSourceNew), > > building and deploying went successful. > > > Now I am making some changes (just to test the change->build->deploy > > process) in the source (changed the text in webContent/language/ > > english.xml). After changing I am issuing the command ("ant dist" from > > ROOT folder and then "ant signWebStartJars" from Console) to build. > > But I don't see any changes in the page. Please guide me if I am > > missing some step regarding change, build and deploy process > > > My specs are: > > -Latest checked out openmeetings source > > -Eclipse Galileo (JAVA EE) > > -Centos-5.0 > > -Tomcat-6.0.20 > > > Thanks, > > > -- > > > You received this message because you are subscribed to the Google Groups > > "OpenMeetings developers" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<openmeetings-dev%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/openmeetings-dev?hl=en. > > -- > Sebastian > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de > [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" 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-dev?hl=en.
