Re: [appfuse-user] Cannot access database with remote shared web hosting

2007-10-28 Thread Michael Horwitz
Could you provide a more detailed stack trace from the hosted environment? It would help us help you! Mike On 10/27/07, BruceLee <[EMAIL PROTECTED]> wrote: > > > Thank Mike for advice. I cannot login even with built-in user > tomcat:tomcat > either. The page displays "Invalid User or Password". >

Re: [appfuse-user] Cannot access database with remote shared web hosting

2007-10-27 Thread BruceLee
Thank Mike for advice. I cannot login even with built-in user tomcat:tomcat either. The page displays "Invalid User or Password". In local test everything is OK. Do I need to change some configurations when I copy it from local TOMCAT_HOME/webapp/ to remote hosting directory (which is not under TO

Re: [appfuse-user] Cannot access database with remote shared web hosting

2007-10-27 Thread Michael Horwitz
Quick question: it looks like it is failing when you try and add a new user? Presumably to get there you can login, access the admin pages etc. If that is the case then the hibernate mappings must be good. There should be a nested lower level SQL exception which will give more details as to the exa

[appfuse-user] Cannot access database with remote shared web hosting

2007-10-26 Thread BruceLee
Dear Team, I'm new with Appfuse 1.9.4 with WW2. We have a weird problem: When I test our website locally with Tomcat & MySQL, everything is OK. But after I copy our webapp under Tomcat to remote web hosting, I can only access the JSP pages, not able to access data from database. The error on pag