fmsf

3,392
reputation
576 views

Registered User

name fmsf
member for 1 year
seen Nov 19 at 1:29
website
location Portugal/Sweden
age 25
Student from University Of Coimbra, Portugal, Currently doing Erasmus in Software Eng. at Chalmers in Göteborg, Sweden

Weekend project: www.my-clock.net
Online alarm clock and time manager (beta version)
Dec
17
awarded  Notable Question
Dec
14
awarded  Popular Question
Dec
11
awarded  Popular Question
Dec
6
awarded  Mortarboard
Dec
1
awarded  Popular Question
Nov
16
answered Can’t connect to MySQL database from tomcat
Nov
14
comment Can’t connect to MySQL database from tomcat
java version "1.6.0_15" Java(TM) SE Runtime Environment (build 1.6.0_15-b03) Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode, sharing)
Nov
14
answered JOOMLA or DRUPAL?
Nov
14
comment Can’t connect to MySQL database from tomcat
yes to question one and to question 2 that's why i'm getting desperate :S
Nov
14
comment Can’t connect to MySQL database from tomcat
It gives the same error with both drivers
Nov
14
comment Can’t connect to MySQL database from tomcat
ah ok lol you had tiped "org.mysql" that's why i couldn't find it :) and i have been googling for some hours now.
Nov
14
comment Can’t connect to MySQL database from tomcat
yeah i had found that some hours ago and added it to the hosts.allow, but still did nothing, i'm starting to get desperated :S
Nov
14
comment Can’t connect to MySQL database from tomcat
And I can't find that driver inside the mysql-connector-java-5.1.6-bin.jar nor anywhere else :\ +1 for the help though
Nov
14
comment Can’t connect to MySQL database from tomcat
The only i could find was this one: unix 2 [ ACC ] STREAM LISTENING 4787 /var/run/mysqld/mysqld.sock I triedchanging the connect to :4787 but still gives the same error. And yup i did create the users correctly
Nov
14
answered Web services Security
Nov
14
revised Can’t connect to MySQL database from tomcat
added 675 characters in body
Nov
14
comment Tomcat 6 can’t find mysql driver
I changed it and now it finds the driver in web-inf/lib ty
Nov
14
comment Can’t connect to MySQL database from tomcat
I've tried with both those drivers and the error is the same for both
Nov
14
asked Can’t connect to MySQL database from tomcat
Nov
14
revised Tomcat 6 can’t find mysql driver
edited body
Nov
14
comment Tomcat 6 can’t find mysql driver
typing error, i was copying this by hand from another computer.
Nov
14
asked Tomcat 6 can’t find mysql driver
Nov
5
awarded  Taxonomist
Oct
14
awarded  Popular Question
Oct
13
awarded  Necromancer
Oct
9
awarded  Yearling
Sep
27
awarded  Favorite Question
Sep
18
awarded  Popular Question
Sep
9
awarded  Popular Question
Aug
31
awarded  Notable Question
Aug
29
asked Is there a pure CSS way to make an input transparent?
Aug
23
accepted Popups with complex functionality using jQuery
Aug
16
revised Can I style Google Desktop wigdets with CSS or some other technology?
edited body; edited tags
Aug
13
awarded  Popular Question
Aug
2
comment Why is this JSON not being parsed correctly?
yup it is already accepted
Jul
31
comment Why is this JSON not being parsed correctly?
just curious why am i getting downvoted?
Jul
29
comment How can I get an HTML page as a string via PHP?
You can test it with this: zonlusomundo.pt/txt_geral.php?Gid=1579830&zon… compare the size of wget and the size with that
Jul
29
comment How can I get an HTML page as a string via PHP?
It also ignores part of the file :S The only one so far that really gets the file correctly is wget, which i can't use :S
Jul
29
asked How can I get an HTML page as a string via PHP?
Jul
29
awarded  Nice Question
Jul
29
comment Why is this JSON not being parsed correctly?
it works ty. You'll get the correct answer in 2 days
Jul
29
comment Why is this JSON not being parsed correctly?
yeah you're right, you'll get the correct answer. Just a last question, how do you remove the line breaks in php? the str_replace("\n", "", $string); doesn't seem to be working
Jul
29
comment Why is this JSON not being parsed correctly?
if it was only a valid string the alert(data) would output the data.
Jul
29
comment Why is this JSON not being parsed correctly?
yeah it does handle post. sry that version online is using get instead of post.
Jul
29
comment Why is this JSON not being parsed correctly?
what do you mean? I'm testing your answer atm btw give me 10 min and i'll reply to the answer it self
Jul
29
revised Why is this JSON not being parsed correctly?
deleted 1 characters in body
Jul
29
comment Why is this JSON not being parsed correctly?
I'm just keeping it as text/html to be easier to open with the browser, my localhost version is application/json
Jul
29
comment Why is this JSON not being parsed correctly?
I've added in the php script header('content-type: application/json'); and it still doesn't solve it
Jul
29
comment Why is this JSON not being parsed correctly?
already added it and it doesn't solve the problem also
Jul
29
revised Why is this JSON not being parsed correctly?
added 189 characters in body