Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aob

  1. aob

    Security.accessControlException ????

    My Jsp's are working just fine, and suddenly stop responding and I get this dreadful Error: Error Message: Cannot connect to MySQL server on www.mydomain.com:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.security.AccessControlException) MySql and...
  2. aob

    Tomcat shuts down!

    Thank you both for your reply. Where can I start looking for the problem, why is rewriting my server.xml file. each time it shuts down.? Thank you very much
  3. aob

    Tomcat shuts down!

    Tomcat starts fine using ./startup.sh, but after a while does not respond and I have to start it again. am I missing something? I'm using Tomcat Web Server/3.2.3 (JSP 1.1; Servlet 2.2; Java 1.3.1 Please help
  4. aob

    javascript on a .jsp page is not working

    Hi Littlewing: One work around is to reformat the code, so when it is proccessed by the server comes out right. But you are right, probably I have to reinstall the software again. I'll ket you know Thanks for your help Alejandro
  5. aob

    javascript on a .jsp page is not working

    LittleWing: thank you for your help Server: linux with jakarta-tomcat and Ultradev 4.0 for the Mac OS. I discovered that the code in my .jsp page returns from the server unformatted all in one line. If I format the code javascript works perfect. Please help Alejandro
  6. aob

    Can't use javascript with .jsp

    Petey: Me again. I tried at the top <%@script language=&quot;JavaScript&quot; %> but the server answers with an internal server error 500, Invalid Directive. Completely lost Alejandro
  7. aob

    Can't use javascript with .jsp

    Petey: I have a .jsp page running fine and I want to set a link to open a new browser window (those without all the bars off). My problem is that when I insert the code to open that window (or any other javascript code) the script doesn't work and throws that dreadful error message. Everything...
  8. aob

    javascript on a .jsp page is not working

    Varocho: The error I'm getting is: &quot;A script error ocurred. Some scripts on the affected page may not work correctly. Do you want to continue running scripts on the affected page? And a pair of no yes buttons. the problem is that any javascript works ok when the page is .html but when...
  9. aob

    javascript on a .jsp page is not working

    When I run a .jsp page with some javascript , it doesn't work and get an error that a script error ocurred. Any ideas? alejandro
  10. aob

    Can't use javascript with .jsp

    When I try to use any javascript on a .jsp page I receive an error and can get my script to work. Any comments? alejandro

Part and Inventory Search

Back
Top