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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nino2000

    Get value of session within JSP

    Hi, when I put a value in session whithin JSP page and i get this value from session in another JSP page,sometimes it doesn't work and I have to reload the page to get the right value. How to avoid this problem? I use ApacheJServ , WindowsNT and Internet Explorer 5. Do I have to put a javascript...
  2. nino2000

    Get value of session within JSP

    Hi, when I put a value in session whithin JSP page and i get this value from session in another JSP page,sometimes it doesn't work and I have to reload the page to get the right value. How to avoid this problem? I use ApacheJServ , WindowsNT and Internet Explorer 5. Do I have to put a javascript...
  3. nino2000

    Get value of session within JSP

    Hi, when I put a value in session whithin JSP page and i get this value from session in another JSP page,sometimes it doesn't work and I have to reload the page to get the right value. How to avoid this problem? I use ApacheJServ , WindowsNT and Internet Explorer 5. Do I have to put a javascript...
  4. nino2000

    How stop or restart Apache with Oracle8i and Windows NT?

    Hi, I want to stop apache server. I found an executable to start apache, but not to stop it!!! Moreover, I never need to start apache because oracle launched Apache automaticly. I have to stop apache because I modified a bean and I'd like that apache reload it. Could somoeone put me on the way...
  5. nino2000

    How stop or restart apache with Oracle8i and Windows NT?

    Hi, I want to stop apache server. I found an executable to start apache, but not to stop it!!! Moreover, I never need to start apache because oracle launched Apache automaticly. I have to stop apache because I modified a bean and I'd like that apache reload it. Could somoeone put me on the way...
  6. nino2000

    How stop or restart Aoache with Oralce8i and Windows NT?

    Hi, I want to stop apache server. I found an executable to start apache, but not to stop it!!! I have to stop apache because I modified a bean and I'd like that apache reload it. Could somoeone put me on the way? Note: my system don't have apachectl executable which enable to stop apache like...
  7. nino2000

    See the value of variable to debug JSP program

    Hi, i develop with Jdevelopper 3.1 and i want to know if there are ways to see the value of variable,which is an essantial step to debug program. To do this, i have to do a out.println(myvariable) to see the value (for each time !)If the variable is in a JavaBean, i have to return the variable...
  8. nino2000

    See the value of variable to debug program

    Hi, i develop with Jdevelopper 3.1 and i want to know if there are ways to see the value of variable,which is an essantial step to debug program. To do this, i have to do a out.println(myvariable) to see the value (for each time !)If the variable is in a JavaBean, i have to return the variable...
  9. nino2000

    JSP Compilation Error at line 0

    hi, when i created JSP pages , i got several times (often) an error when Jdeveloper compile JSP page to java file: Error [0] ; expected but, it wasn't a problem because the JSP worked. now, I meet an error very hard to resolve, i obtain: Error [0] 'try' without 'catch' or Error [0] 'catch'...
  10. nino2000

    JSP Compilation error at line 0

    hi, when i created JSP pages , i got several times (often) an error when Jdeveloper compile JSP page to java file: Error [0] ; expected but, it wasn't a problem because the JSP worked. now, I meet an error very hard to resolve, i obtain: Error [0] 'try' without 'catch' or Error [0] 'catch'...
  11. nino2000

    JSP Compilation Error at line 0

    hi, when i created JSP pages , i got several times (often) an error when Jdeveloper compile JSP page to java file: Error [0] ; expected but, it wasn't a problem because the JSP worked. now, I meet an error very hard to resolve, i obtain: Error [0] 'try' without 'catch' or Error [0] 'catch'...
  12. nino2000

    Big problem: call a servlet from a form

    Hi, I forgot to tell that my system use Apache with Jserv Could someone put me on the way?
  13. nino2000

    Big problem: call a servlet from a form

    Jun 29, 2001 [2] hi, I use NT, and I installed oracle8.1.6 with Jdeveloper3.1.6. I create a HTML page with a form <FORM ACTION='test_servlet' METHOD=POST> <INPUT TYPE=TEXT NAME='nom'> <INPUT TYPE='SUBMIT' VALUE='OK'> </FORM> i created and compile a servlet, it doesn't work. I see the url with...
  14. nino2000

    Calling Servlet from a Form

    Jun 29, 2001 [2] hi, I use NT, and I installed oracle8.1.6 with Jdeveloper3.1.6. I create a HTML page with a form <FORM ACTION='test_servlet' METHOD=POST> <INPUT TYPE=TEXT NAME='nom'> <INPUT TYPE='SUBMIT' VALUE='OK'> </FORM> i created and compile a servlet, it doesn't work. I see the url with...
  15. nino2000

    Big problem: call a servlet from a form

    Jun 29, 2001 [2] hi, I use NT, and I installed oracle8.1.6 with Jdeveloper3.1.6. I create a HTML page with a form <FORM ACTION='test_servlet' METHOD=POST> <INPUT TYPE=TEXT NAME='nom'> <INPUT TYPE='SUBMIT' VALUE='OK'> </FORM> i created and compile a servlet, it doesn't work. I see the url with...
  16. nino2000

    Calling Servlet from a Form

    Very good question, I have to call a servlet from a form. It doesn't work! Have tou managed to call it?
  17. nino2000

    ORA-600 internal error code

    I work with the table EMP supplied with ORACLE. How can you know if there are index on EMP table? I want to create a page JSP which print on the screen the table EMP. I use oracle.jsp.dbutil.BeanUtil . This bean offers a method which return HTML table from a Java Resulset (see...
  18. nino2000

    Someone know how to print a page with Oracle?

    Hi, I'd like to print a page? Does existe a package which allow to print? Thanks in advance.
  19. nino2000

    ORA-600 internal error code

    Hi , I have a big problem with Oracle: Oracle returns: ORA-00600: code erreur interne, arguments : [15419], [severe error during PL/SQL execution], [], [], [], [], [], [] ORA-06544: PL/SQL : erreur interne, arguments : [pgm.c:pgmbiad2()], [102], [], [], [], [], [], [] ORA-06553: PLS-801: erreur...
  20. nino2000

    ORA-600 Internal error code

    Hi , I have a big problem with Oracle: Oracle returns: ORA-00600: code erreur interne, arguments : [15419], [severe error during PL/SQL execution], [], [], [], [], [], [] ORA-06544: PL/SQL : erreur interne, arguments : [pgm.c:pgmbiad2()], [102], [], [], [], [], [], [] ORA-06553: PLS-801: erreur...

Part and Inventory Search

Back
Top