Re: Password reset for admin?

2011-08-03 Thread Mike
Thanks Ruth. Sounds like you tweaked the system to prevent this admin reset issue. I would think that the password reset should only apply to ecommerce customers. Sounds like a code change will be required. On Sat, Jul 30, 2011 at 1:24 PM, Ruth Hoffman wrote: > Hi Mike: > Not sure if there is

Re: Password reset for admin?

2011-08-03 Thread Mike
Sorry for the late response (vacation). I understand what you saying that it is not a good idea to use generic or group accounts as much as possible.. However, it should not be so easy for users of an ERP to shoot themselves in the foot. This sounds like a gaping security hole, or at least a major

Re: Accessing images from external application

2011-08-03 Thread Mansour Al Akeel
Raj, Good advice. I think I will try this one, sometime this week. Thank you a lot. On Wed Aug 03,2011 07:31 pm, Raj Saini wrote: > Mansour, > > I would suggest you to create a separate virtual host e.g. > admin.mydomain.com or erp.mydomain.com for other OFbiz applications. > Within that virt

Re: Accessing images from external application

2011-08-03 Thread BJ Freeman
take a look at how themes servs up their css and images. each one does it a different way. also do you have an image folder and is it in the foot of the app or under webapp folder. check the web.xml allowedPaths Mansour Al Akeel sent the following on 8/3/2011 12:11 AM: > I have a web application

Re: how to hide or remove apps was Hello

2011-08-03 Thread BJ Freeman
HR depends on other modules, like partymgr. so you can hide the other apps but they are still loaded. prasath rajan Gave you and example that you have to do to each ofbiz-component.xml or you can find what apps HR does not depend on and comment out the app in the application/component-load.xml and

Re: Accessing images from external application

2011-08-03 Thread Raj Saini
Mansour, I would suggest you to create a separate virtual host e.g. admin.mydomain.com or erp.mydomain.com for other OFbiz applications. Within that virtual host, you can rewrite the URLs like: RewriteRule ^/(.*)$ ajp://localhost:8009/$1 [P,L] And you will be able to access your applicatio

Re: Hello

2011-08-03 Thread Jacques Le Roux
Also https://cwiki.apache.org/OFBIZ/eclipse-tips.html Jacques Sam Hamilton wrote: Hi, Google is your friend - https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse Sam On 3 Aug 2011, at 19:11, vivek mishra wrote: Hello, I want to run Ofbiz using eclip

RE: Accessing images from external application

2011-08-03 Thread Hardik Handa
You got a better solution my friend lol :) -Original Message- From: Mansour Al Akeel [mailto:mansour.alak...@gmail.com] Sent: Wednesday, August 03, 2011 5:06 PM To: Raj Saini Cc: user@ofbiz.apache.org Subject: Re: Accessing images from external application Great work, Raj ! One last ques

Re: Accessing images from external application

2011-08-03 Thread Mansour Al Akeel
Great work, Raj ! One last question, what would this do with requests to other ofbiz components? For example http://www.yourdomain.com/myportal or http://www.yourdomain.com/projectmgr ? What about other images under other components ? I will try your suggestion soon. On Wed Aug 03,2011 04:52

Re: Hello

2011-08-03 Thread Sam Hamilton
Hi, Google is your friend - https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse Sam On 3 Aug 2011, at 19:11, vivek mishra wrote: > Hello, > > I want to run Ofbiz using eclipse ..so please explain how to use it As I m > new to this. > > Thanks & Regar

Re: Accessing images from external application

2011-08-03 Thread Raj Saini
What you can do is: 1. Mount your application in OFbiz as "YourApp" and not root. 2. Create a virtual host in the Apache Web server or use the default one if you have just one. 3. You can copy the static contents to the document root of the virtual host. 4. Use AJP proxy to map your root reques

Hello

2011-08-03 Thread vivek mishra
Hello, I want to run Ofbiz using eclipse ..so please explain how to use it As I m new to this. Thanks & Regards *Vivek Mishra * *Scientific Officer/Engineer*

Re: Accessing images from external application

2011-08-03 Thread Mansour Al Akeel
Hello Raj, And thank you for the explaination. I totally understand this from Bilgin reply. I didn't think of it, until he reminded me there's an "image" component. But I am interested to see other solutions. With regard to you suggestion, I have the web application already deployed and it works w

Re: Login with facebook

2011-08-03 Thread Sumit Pandit
Hi All, Any idea ?? On Mon, Aug 1, 2011 at 7:41 PM, Eric Bowman wrote: > > > Sumit Pandit wrote: > > >Hi All, > > > >Did any one implemented Login with facebook functionality before. > >Any suggestion would be helpful. > > > >-- > >Thanks and Regards > >Sumit Pandit > -- Thanks and Regards

Re: Accessing images from external application

2011-08-03 Thread Raj Saini
Your problem is OFBiz image application is conflicting with the image folder of your root application. One way to solve this is to use Apache Web server to front your OFbiz instance. This way, you can serve the images statically and few people claim it is faster to serve static contents using A

Re: Accessing images from external application

2011-08-03 Thread Mansour Al Akeel
Hardik, can you please kindly elaborate ? What are the parameters that I can pass through ofbiz startup scripts to fix this issue? I have the application in hot-deploy already. On Wed Aug 03,2011 02:27 pm, Hardik Handa wrote: > What I would prefer is to keep the application in hot deploy folder

Re: Hello

2011-08-03 Thread prasanth r
no way. you have to do it in all the applications which are all you do not want to show it in main menu. On Wed, Aug 3, 2011 at 2:44 PM, vivek mishra wrote: > Hello, > > thanks prasath but there are too many ofbiz-component.xmlin which i > will > have to change. > > On Wed, Aug 3, 2011 at 2

Re: Hello

2011-08-03 Thread vivek mishra
Hello, thanks prasath but there are too many ofbiz-component.xmlin which i will have to change. On Wed, Aug 3, 2011 at 2:40 PM, prasanth r wrote: > hi vivek, > > you have to change ofbiz-component.xml file. > > In this file app-bar-display should be false to hide it in the main menu. > >

Re: Hello

2011-08-03 Thread prasanth r
hi vivek, you have to change ofbiz-component.xml file. In this file app-bar-display should be false to hide it in the main menu. < regards prasath rajan On Wed, Aug 3, 2011 at 2:34 PM, vivek mishra wrote: > Hello all, > > I want to keep only HR manager module in ofbiz this time.so f

Hello

2011-08-03 Thread vivek mishra
Hello all, I want to keep only HR manager module in ofbiz this time.so for that where i will have to make changes.

RE: Accessing images from external application

2011-08-03 Thread Hardik Handa
What I would prefer is to keep the application in hot deploy folder and pass the parameter to the startup file for the external application into the startupofbiz.bat , this would lead to the external application to start whenever you start Ofbiz. Cheers, Hardik Handa hardik.ha...@hcl.com

Re: Accessing images from external application

2011-08-03 Thread Bilgin Ibryam
I had a similar problem and if I remember right, the problem was that images folder inside my custom app was confused with images application existing in framework. The solution I found was to rename images folder inside my custom app. HTH Bilgin Ibryam On Wed, Aug 3, 2011 at 8:11 AM, Mansour Al

Re: hello

2011-08-03 Thread prasanth r
hi vivek, In dos prompt run the command netstat -ao |findstr "8080" you will get the process Id of the service which is using the port 8080. then goto taskmanager and find the process Id and check the application and close it. regards prasath rajan On Wed, Aug 3, 2011 at 12:42 PM, Santo

Re: hello

2011-08-03 Thread Santosh Singh
*Dear Vivek,* Are you Using multiple instance. Then All it will not work. Let me know, in that case the solution is differ.* Thanks & Regards * Sincerely Yours, Santosh Singh. __ MCA / Ruby, Java developer +91 98267 62844/ santoshs.ind...@gmail.co

Accessing images from external application

2011-08-03 Thread Mansour Al Akeel
I have a web application that I need to run on the same server as ofbiz. The choices I have are either to deploy ofbiz to an external server (tomcat or geronimo) and deploy my other webapp to the same server, or deploy the application under ofbiz and get the built-in servlet container to serve th