I sure appreciate your response. Yes, I set the java_home variable and specified "--with-tomcat".
________________________________ From: zspitzer (via Nabble) <[email protected]> To: PLohr <[email protected]> Sent: Thursday, December 25, 2008 8:48:05 PM Subject: Re: Not correct work Tomcat did you set the java_home environment variable and use --with-tomcat? On Mon, May 12, 2008 at 8:13 PM, PLohr <pmlpml...@...> wrote: > > I am using v2.0.0 with the build_apt.sh to setup Apache, PHP, and tomcat. > Using Fedora Core 4 with gcc-4.1.1. The file 'MapGuideAPI.jar' is missing at > /usr/local/mapguideopensource/webserverextensions/www/WEB-INF/lib/. I > discovered this when I realized that http://localhost:8080 returns a > 'connection refused' error. In an attempt to correct this, I did a make > clean against .../LinuxApt/httpd-2.2.4 and .../LinuxApt/php-5.2.5 then I ran > ./build_apt.sh again. Tomcat nor Apache had makefiles so there was no > obvious place to make clean for either of them. Even after this reinstall, > MapGuideAPI.jar is still missing. > > BTW, mapguide.xml was also missing at > /usr/local/mapguideopensource/webserverextensions/tomcat/conf/Catalina/localhost/. > > The folders Catalina and localhost did not exist - I had to create them. I > found this file in my LinuxApt folder and copied it to the location > previously mentioned. This did not correct the connection refused error. > > Thank you for your help. > > > Alain Lebatard wrote: >> >> Hi, >> >> >> >> http://localhost:8008/mapguide/mapviewerajax/bufferui.jsp is not a valid >> URL. /mapguide/mapviewerajax does not represent a folder, but represent >> the AJAX viewer main script. If you look in the httpd.conf file of >> Apache bundled with MapGuide, you should see this line: >> >> >> >> Redirect /mapguide/mapviewerajax/ >> http://<YourHostAddress>/mapguide/mapviewerjava/ajaxviewer.jsp >> >> >> >> So when you invoke >> http://localhost:8008/mapguide/mapviewerajax/bufferui.jsp, you are >> actually invoking >> http://localhost:8008/mapguide/mapviewerjava/ajaxviewer.jsp/bufferui.jsp >> which is not valid. >> >> >> >> Your first call http://localhost:8008/mapguide/mapviewerjava/fake.jsp >> was the correct one. If you get a 404 error, it's certainly because >> there is no file fake.jsp in >> /usr/local/mapguideopensource/webserverextensions/www/mapviewerjava >> >> >> >> >> >> The compilation errors are probably occurring because the jar file that >> contains the API classes (such as MgException) could not be loaded. Make >> sure that there is file named MapGuideApi.jar in the folder >> /usr/local/mapguideopensource/webserverextensions/www/WEB-INF/lib If >> the file is not there then this is a build issue. >> >> >> >> Alain >> >> >> >> -----Original Message----- >> From: Safonov Alexey [mailto:alex-...@...] >> Sent: Wednesday, April 12, 2006 10:15 AM >> To: us...@... >> Subject: [mapguide-users] Not correct work Tomcat >> >> >> >> Dear colleagues! >> >> >> >> I have collected mapguide-1.0.0 on a platform linux. Except for most >> >> mapguide I have established LinuxApt with Tomcat. At testing it was >> found >> >> out, that on inquiry >> >> http://localhost:8008/mapguide/mapviewerjava/bufferui.jsp the answer >> turns >> >> out: >> >> HTTP Status 500 - >> >> type Exception report >> >> message >> >> description The server encountered an internal error () that prevented >> it >> >> from fulfilling this request. >> >> exception >> >> org.apache.jasper.JasperException: Unable to compile class for JSP >> >> >> >> An error occurred at line: 25 in the jsp file: /mapviewerjava/common.jsp >> >> Generated servlet error: >> >> MgException cannot be resolved to a type >> >> >> >> An error occurred at line: 25 in the jsp file: /mapviewerjava/common.jsp >> >> Generated servlet error: >> >> MapGuideJavaApi cannot be resolved >> >> >> >> An error occurred at line: 34 in the jsp file: >> /mapviewerjava/bufferui.jsp >> >> Generated servlet error: >> >> MgLocalizer cannot be resolved >> >> >> >> An error occurred at line: 34 in the jsp file: >> /mapviewerjava/bufferui.jsp >> >> Generated servlet error: >> >> MgLocalizer cannot be resolved >> >> ......... >> >> >> >> Though the inquiry http://localhost:8008/mapguide/mapviewerjava/fake.jsp >> >> gives out " 404 error ", as well as is written in a management. The >> inquiry >> >> http://localhost:8008/mapguide/mapviewerajax/bufferui.jsp is not carried >> out >> >> at all as the catalogue >> >> /usr/local/mapguideopensource/webserverextensions/www/mapviewerajax does >> not >> >> exist at all. >> >> >> >> How to me to achieve correct work Tomcat? >> >> >> >> I use the distributive Linux Fedore Core 4 with the kernel >> >> 2.6.15-1.1833-FC4 and gcc-4.0.2-8.fc4. >> >> >> >> Please, help me in solving this problem. >> >> >> >> Best regards, >> >> Safonov Alexey >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: users-unsubscr...@... >> >> For additional commands, e-mail: users-h...@... >> >> >> >> >> > > -- > View this message in context: > http://www.nabble.com/Not-correct-work-Tomcat-tp3885877p17184666.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > > _______________________________________________ > mapguide-users mailing list > mapguide-us...@... > http://lists.osgeo.org/mailman/listinfo/mapguide-users > -- Zac Spitzer - http://zacster.blogspot.com (My Blog) +61 405 847 168 _______________________________________________ mapguide-users mailing list mapguide-us...@... http://lists.osgeo.org/mailman/listinfo/mapguide-users ________________________________ This email is a reply to your post @ http://n2.nabble.com/Not-correct-work-Tomcat-tp1815886p1815889.html You can reply by email or by visting the link above. -- View this message in context: http://n2.nabble.com/Not-correct-work-Tomcat-tp1815886p1876331.html Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
