Re: [appfuse-user] Re: How to point maven(.M2) repository to lib folder

2010-04-27 Thread liu Ivan
look Maven xml :maven-2.0.7\conf\settings.xml 2010/4/27 Matt Raible > If you run "mvn package" on a project that does have internet access, it > will produce a WAR that you can drop into Tomcat and run. > > > On Mon, Apr 26, 2010 at 3:34 AM, Babu wrote: > >> >> Thanks matt, >> >> My client

Re: [appfuse-user] access css

2010-04-27 Thread tibi
ok somehow on my win xp machine when running jetty it lockes the css files. so the will not be put in the war file and did not exceted. so the did not exists tibi Quoting t...@dds.nl: scripts can be accessed fine like: http://82.201.109.40/emailOpMaat/scripts/prototype.js but css files n

Re: [appfuse-user] access css

2010-04-27 Thread tibi
scripts can be accessed fine like: http://82.201.109.40/emailOpMaat/scripts/prototype.js but css files not: http://82.201.109.40/emailOpMaat/styles/simplicity/theme.css :( tibi Hi list, my app works fine local on my machine but deployed to tomcat on demo server the css files are not loade

[appfuse-user] access css

2010-04-27 Thread tibi
Hi list, my app works fine local on my machine but deployed to tomcat on demo server the css files are not loaded. when accessing them directly i get the oops page with Oeps! The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter.