I downloaded eclipse plug.in (all jar files on web
site). I created a Orbeon Project. How can i set the deployment on Apache Tomcat
server when i go on Execute Project?
There isn't
documentation?
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi Massimiliano,
> I downloaded eclipse plug.in (all jar files on web site). I created a > Orbeon Project. How can i set the deployment on Apache Tomcat server > when i go on Execute Project? I think this isn't supported directly. But that can easily be done using the FileSync Plugin by A. Loskutov: http://andrei.gmxhome.de/filesync/index.html You set the subfolders that should be synchronized and the target directory in the Project Properties in Eclipse, thats all :-). In my config, i've included the complete WEB-INF dir. The target dir is (in this case) the WEB-INF folder in your tomcat installation. Every time a file is saved in the Eclipse workspace, it's synchronized with the corresponding file in tomcat. HTH florian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Florian Schmitt wrote:
> Hi Massimiliano, > >> I downloaded eclipse plug.in (all jar files on web site). I created a >> Orbeon Project. How can i set the deployment on Apache Tomcat server >> when i go on Execute Project? > > I think this isn't supported directly. But that can easily be done using > the FileSync Plugin by A. Loskutov: > > http://andrei.gmxhome.de/filesync/index.html > > You set the subfolders that should be synchronized and the target > directory in the Project Properties in Eclipse, thats all :-). In my > config, i've included the complete WEB-INF dir. The target dir is (in > this case) the WEB-INF folder in your tomcat installation. Every time a > file is saved in the Eclipse workspace, it's synchronized with the > corresponding file in tomcat. deploy the Orbeon Forms project when you start it. Note that the plugin contains a very old version of Orbeon Forms (still called Orbeon Presentation Server). You will probably want to upgrade it to a recent version. -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hello
I'm working on the following config: * eclipse 3.2 with plugins: - m2eclipse (maven) since my project is a maven project - Orbeon Studio plugin - sysdeo (tomcat launcher) * tomcat 5.0.28 (external) After setting up your tomcat project in eclipse, you can add Orbeon's nature/buildCommand to the .project file. Then start your tomcat, change to OPS Monitoring prespective. It works for me. It has the advantage of using any tomcat version you like. Hope, this helps. Zsolt On 6/20/07, Erik Bruchez <[hidden email]> wrote: Florian Schmitt wrote: -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
The Eclipse Web Tools Platform[1] allows you to launch and debug servlets. (including Orbeon Forms) It works pretty well, but I've had some annoyances with it. (It seems to want to restart Tomcat with every file change.)
Personally, I just point to my workspace folder from within server.xml and pull up logs/stdout.log in my web browser when I want to view the console output. I only fire it up via WTP when I need to debug any of the Java files. I've never tried using Orbeon Studio. Do you find there are things in it that help you? [1]: http://www.eclipse.org/webtools/main.php -- Daniel E. Renfer http://kronkltd.net/ On 6/21/07, Zsolt Czinkos <[hidden email]> wrote: Hello -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
I have been using the Eclipse Web Tools Platform with Orbeon Forms and
the changes are published to Tomcat very quickly and without restarting Tomcat. I haven't tried debugging at all. John -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |