Mysql

I am trying to set up a mysql server for my project but its giving me
a 404 error.
How can I work out this

··· -- Thanks Ken Mwai keniajin@gmail.com. "Technology is a lyfstyle live it"

We can't really help with this. There are lots of guides on setting up
MySQL online. Please start there.

··· On Thu, Feb 9, 2012 at 04:01, Ken Mwai wrote: > I am trying to set up a mysql server for my project but its giving me > a 404 error. > How can I work out this > > -- > Thanks > Ken Mwai > keniajin@gmail.com. > "Technology is a lyfstyle live it" > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

The first step is to get Tomcat 6 installed and running, so that you can
see the Tomcat 6 home page.

A common problem is to forget to copy the MySQL Connector/J into the tomcat
lib directory.

You also need to ensure that you run the create_db_and_user.sql script
(without errors).

Finally, after copying your war file to the webapps directory, after you
open a browser that is giving the 404 error, you should look in the Tomcat
logs directory at the catalina....log file. Any non-INFO logged message
may indicate a problem. There are probably some SEVERE messages that are
the root cause of your problem.

Mitch

··· On Thu, Feb 9, 2012 at 8:01 AM, Yaw Anokwa wrote:

We can't really help with this. There are lots of guides on setting up
MySQL online. Please start there.

On Thu, Feb 9, 2012 at 04:01, Ken Mwai keniajin@gmail.com wrote:

I am trying to set up a mysql server for my project but its giving me
a 404 error.
How can I work out this

--
Thanks
Ken Mwai
keniajin@gmail.com.
"Technology is a lyfstyle live it"

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com