You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Schalk Neethling <sc...@volume4.com> on 2005/10/02 01:03:41 UTC

Tomcat Bugs?

Greetings All

Does anyone know of bugs in the 5.5.9 release of Tomcat with regards to 
recompiling Jsp's or incorrectly send SQL statements?

The reason I ask is, I do some development of Jsp's in Dreamweaver and 
use the synchronization utility to synchronize my local files with the 
files within Tomcat. Now, after having done this and refreshing the 
page, or triggering the link, Tomcat still runs the old file. If I 
delete everything from the work directory then it recompiles the Jsp and 
shows the new Jsp.

Also, I have a .jsp file used a resource for SQL queries. Once a page is 
run that calls one of these SQL queries, I continually get a SQL error 
that some column was not found. However, if I run the exact same query 
directly on the SQL server or via phpMyAdmin, the query executes 
successfully without any error.

Any aware of these issues? Or is there something else that might be 
causing these problems? Thank you in advance.

-- 
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
emotionalize.conceptualize.visualize.realize
Landlines
Tel: +27125468436
Fax: +27125468436
Web
email:schalk@volume4.com
Global: www.volume4.com
Messenger
Yahoo!: v_olume4
AOL: v0lume4
MSN: volume4_@hotmail.com

We support OpenSource
Get Firefox!- The browser reloaded - http://www.mozilla.org/products/firefox/
 
The information transmitted is intended solely for the individual or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you have received this email in error, please contact the sender and please delete all traces of this material from all devices.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: Tomcat Bugs?

Posted by sree kanth <sr...@gmail.com>.
Hi Schalk,
coming to your problem of JSP recompiling,
once refresh your browser or delete your page cache in explorer.This may
solve ur problem.
And coming to SQL server part,the SQL Server driver has some bugs which
implements the queries in a very different way.You can see that clearly in
SQL server's profiler.

May be Source Forge's driver may help u.

Byee
Sreekanth

On 10/2/05, Schalk Neethling <sc...@volume4.com> wrote:
>
> Greetings All
>
> Does anyone know of bugs in the 5.5.9 release of Tomcat with regards to
> recompiling Jsp's or incorrectly send SQL statements?
>
> The reason I ask is, I do some development of Jsp's in Dreamweaver and
> use the synchronization utility to synchronize my local files with the
> files within Tomcat. Now, after having done this and refreshing the
> page, or triggering the link, Tomcat still runs the old file. If I
> delete everything from the work directory then it recompiles the Jsp and
> shows the new Jsp.
>
> Also, I have a .jsp file used a resource for SQL queries. Once a page is
> run that calls one of these SQL queries, I continually get a SQL error
> that some column was not found. However, if I run the exact same query
> directly on the SQL server or via phpMyAdmin, the query executes
> successfully without any error.
>
> Any aware of these issues? Or is there something else that might be
> causing these problems? Thank you in advance.
>
> --
> Kind Regards
> Schalk Neethling
> Web Developer.Designer.Programmer.President
> Volume4.Business.Solution.Developers
> emotionalize.conceptualize.visualize.realize
> Landlines
> Tel: +27125468436
> Fax: +27125468436
> Web
> email:schalk@volume4.com
> Global: www.volume4.com <http://www.volume4.com>
> Messenger
> Yahoo!: v_olume4
> AOL: v0lume4
> MSN: volume4_@hotmail.com
>
> We support OpenSource
> Get Firefox!- The browser reloaded -
> http://www.mozilla.org/products/firefox/
>
> The information transmitted is intended solely for the individual or
> entity to which it is addressed and may contain confidential and/or
> privileged material. Any review, retransmission, dissemination or other use
> of or taking action in reliance upon this information by persons or entities
> other than the intended recipient is prohibited. If you have received this
> email in error, please contact the sender and please delete all traces of
> this material from all devices.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>