Re: connecting to mssql from struts

2005-12-02 Thread Robin Clarke
> value="jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=WorkFlow" /> Your URL does not look like a correct MySQL URL. It should look something like: jdbc:mysql://[host][,failoverhost...][:port]/[database] http://dev.mysql.com/doc/refman/5.1/en/cj-configuration-properties.html -

(newbie) 404 error - Servlet action is not available

2004-11-10 Thread Robin . Clarke
Hi, I am not sure if this is really a Struts issues, or a Tomcat issue ... but I'll post it here to start with as it is a Struts application that I am trying to build. When my laptop is connected to the internet, I am able to start Tomcat without any problems, and my very simple Struts applicat