Hi,

I make it like this and it takes me just a few seconds:

1. create a .bat/cmd file (f.e. "copy_to_tomcat_and_restart.cmd")
2. insert this:
---------------------------------

copy "c:\workspace\myApp\bin\de\test\webFramework\*.class" "C:\Programme\Apache 
Software Foundation\Tomcat 
5.5\webapps\qooxdoo\WEB-INF\classes\de\test\webFramework"
copy "c:\workspace\G_Web\bin\de\test\webFramework\mytest\*.class" 
"C:\Programme\Apache Software Foundation\Tomcat 
5.5\webapps\qooxdoo\WEB-INF\classes\de\test\webFramework\mytest"

net stop "Apache Tomcat"
net start "Apache Tomcat"

---------------------------------

This will copy all class-files (my backend is a java-backend) to the 
Tomcat-installation and restart tomcat.
After that I just have to refresh the browser and can use the changes ;)


Tobias

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Marcel Ruff
Gesendet: Sonntag, 4. November 2007 15:35
An: qooxdoo Development
Betreff: [qooxdoo-devel] How to efficiently develop with tomcat?

Hi,

my round trip cycle during development is very uneffective.
(My qooxdoo app needs a servlet for communication to backend servers)

1. make build (40 sec)
2. create a war
3. deploy to tomcat (20 sec)
4. reload in firefox (20 sec)

So one single edit in Application.js takes several
minutes to verify.

Is it possible to somehow have a symbolic link
from tomcat/webapps/myapp/.../Application.js to
my Application.js which i edit to ommit step 1.,2. and 3.?

When i do a file:// load in firefox (for my app) i can't access
the servlet url from javascript (permission problem),
is there any workaround for this?


I'm using eclipse with Aptana and/or JSEclipse,
is there some other support for a more efficient development cycle?


Thanks for your thoughts,
Marcel

-- 
Marcel Ruff
http://www.xmlBlaster.org


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to