Hi,
I was wondering if I could use AppFuse 2.1.0 M1 for production application.
I am new to AppFuse and not sure which one should I use.
If someone could please help me out would be great.
Thanks,
JT
I'd recommend using 2.0.2 for any apps you hope to deploy in the next month or
two.
On Jul 29, 2010, at 7:34 AM, Jatinder Pal Singh wrote:
> Hi,
>
> I was wondering if I could use AppFuse 2.1.0 M1 for production application. I
> am new to AppFuse and not sure which one should I use.
>
> If so
Hi,
I am new to AppFuse and kind of lost. I have a MySQL database running on my
hosting account. I need to load AppFuse light to my hosting account as well.
Before I package my application and deploy to the hosting account, I need to
change database to point to MySQL database on my hosting acccou
Change your jdbc.properties to match your settings for your hosting provider
(you should be able to do this locally and point to the remote server) and see
if jetty:run works. If it does (or you can't connect to MySQL at your hosting
provider), run "mvn package" and upload the WAR to your host.
Just to point out what I have right now:
org.hibernate.dialect.MySQL5Dialect
mysql
mysql-connector-java
5.1.6
com.mysql.jdbc.Driver
jdbc:mysql://Server.ca:3306/DatabaseName
Username
Password
And under jdbc.properties file, as mentioned at the top I have removed other
sections and only have the b
Thank you very much Matt. You are the best. I was able to resolve this issue.
Life is good and happy :)
--
View this message in context:
http://appfuse.547863.n4.nabble.com/Tutorial-for-changing-database-in-AppFuse-light-tp2307463p2307487.html
Sent from the AppFuse - User mailing list archive at
Hi,
I am new to AppFuse and believe it or not I am really loving it. I would
like to use AppFuse 2.0.2 and above versions but since they are fully
transformed into Maven 2 I am not able to proceed with those. Currently, I
am using AppFuse Light. I have no issues against Maven it's just that my
ho
You should be able to build your project locally (using "mvn package") and then
upload it to your hosting provider. No need to install a repository manager at
your hosting provider.
On Jul 29, 2010, at 10:06 PM, jatinder.singh wrote:
>
> Hi,
>
> I am new to AppFuse and believe it or not I am