I checked out source code with
svn checkout https://svn.apache.org/repos/asf/incubator/roller roller/trunk
roller
Using NetBeans I opened the weblogger project in \roller\apps. The project
named itself "roller_weblogger", which is uneditable. When I run the dist
option of build.xml a war file in \roller\apps\weblogger\dist\webapp called
roller_weblogger.war is created. When this is deployed in Glassfish it
creates a webapp called "roller-weblogger" and when launched a page opens
with the url http://localhost:8080/roller-weblogger/ with a 404 error and
message "The file that you requested could not be found on this server."
Can anyone tell me where I've gone wrong and how I can get a successful
deployment by compiling Roller source code? Why does build.xml contain the
line "jar destfile="${ro.dist}/webapp/roller-weblogger.war" for creating the
war file instead of "roller.war"?
John.