Re: [appfuse-user] Develope without internet connection

2009-10-29 Thread Arthur Erdös
I think that you wont be able to run full-source without internet connection, since the sources cannot be downloaded from appfuse repository. run full-source on your connected machine and copy your project to the other machine. you will have to run your mvn goals with the -o parameter for "offline

[appfuse-user] Develope without internet connection

2009-10-29 Thread || Sudhir Nimavat ||
Can any one tell me how can I develope with appfuse offline? I downloaded appfused dependency from https://appfuse.dev.java.net/servlets/ProjectDocumentList?folderID=9173 and put into maven repository. Every thing else seems to work fine, however I am not able to run mvn appfuse:full-source. i

Re: [appfuse-user] ERROR [RequestProcessor] Invalid path was requested

2009-10-29 Thread Arthur Erdös
You will automatically be redirected to the login page when you try to acces a secured page (and you are not logged in). If the path you requested does not require authentication, you should get a 404 error page. best regards, Arthur 2009/10/29 jithesh : > > Hi, > >    I am using appfuse 1.9.4.

[appfuse-user] ERROR [RequestProcessor] Invalid path was requested

2009-10-29 Thread jithesh
Hi, I am using appfuse 1.9.4. When I typed an invalid url i am getting this error, "ERROR [RequestProcessor] Invalid path was requested" , and the control stays there. I would like to do a redirect to login page. How can I do that. Regards, Jthesh PM. -- View this message in context: http:

Re: [appfuse-user] unbale to access file outside the application

2009-10-29 Thread Arthur Erdös
you can do that by using a servlet that reads the file from the location and sends it to the client. regards, Arthur 2009/10/29 Anil Rawat : > hi, > i am using appfuse1.93, spring,hiberante and struts 1.2 > i am  having an issue that is, i cant access a file(pdf,xls etc which is > uploaded by th

[appfuse-user] unbale to access file outside the application

2009-10-29 Thread Anil Rawat
hi, i am using appfuse1.93, spring,hiberante and struts 1.2 i am having an issue that is, i cant access a file(pdf,xls etc which is uploaded by the application outside my application for eg c:\myfile \myfile.pdf) which is outside my application regards, Anil