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 strongm 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: *

  • Users: FreshmenProgrammer
  • Content: Threads
  • Order by date
  1. FreshmenProgrammer

    Twofish encryption question

    Does anyone know any Twofish tutorial in servlets. Thank you
  2. FreshmenProgrammer

    JSP form data in cache (Quick question)

    Hi and thank you for reading this thread. I have an application im working on that takes credit card information but if the user does not close the browser window you can press the back key and get his creditcard information. Is there anyway to stop that from happening. Thank you!!
  3. FreshmenProgrammer

    Base 64 and GZIP question

    Hello, I would first like to say Thanks in advance for reading this and trying to help me. Ive been stuck for a good 4 hours. I have an app that has to GZIP a token then encrypt it and then Base 64 it and another app to do the opposite. here is the code that GZIP's it then encrypts it and...
  4. FreshmenProgrammer

    Why am I getting a null session?

    Thanks in advance for helping me with my question. I just have a question about sessions. I log in my app login page then I set an id in the session eg. request.getSession().setAttribute("Id", Id); So it's set in the session (i comfirmed this by pulling it out of the session in the same...
  5. FreshmenProgrammer

    How can you Compare bean values in <c:ForEach> and <c:when>

    First I would like to say thanks in advance for whoever is helping. I really appreciate it. I'm just wondering if you can compare the dept with a session scope bean variable. I know you can campare eg.${dept == 'accounting'} but I was wondering if you can campare the dept in the forEach...
  6. FreshmenProgrammer

    how do you remove all toolbars onLoad ?

    Thank you for helping out! I am having troubles with removing all my toolbars onLoad using a resizable=off. Is it possible to do that if you open the window with href without using javascript to open the window. This is how I am opening the window and thats my javascript in the page it's...
  7. FreshmenProgrammer

    Problem setting sessions in JSP? from IE/mozilla

    I just want to say thanks in advance for answering this post. The following code will set session variables from a JSP in mozilla but I get all nulls for the variables in IE. Does anyone know why that happens. Thank you. I think scriplets work but I was told to stay away from them in views...
  8. FreshmenProgrammer

    How can I stress test DB2 / DB2 Connect using JDBC ?

    Hello, I'm not sure if i'm asking this in the right forum? Thanks in advance for the help. I'm just wondering how i can stress test DB2/DB2 Connect through JDBC is anyone have any idea's. Or would this be a Java question. Thanks
  9. FreshmenProgrammer

    3DES/ECB with passphrase using Java ?

    I would like to exchange encrypted token between Perl and Java using 3DES/ECB and a simple passphrase(key). The passphrase is an ASCII character string of upto 48 characters. But I do have a problem with the Java side of things, because until now I could not find any example for simple...
  10. FreshmenProgrammer

    How do I set & get an application scope variable?

    Hello, First I would like to say thanks in advance for the help!! This is the error im getting. SEVERE: null java.lang.NullPointerException at javax.servlet.GenericServlet.getServletContext(GenericServlet.java:209) I'm not sure if im not setting the application scope variable right or im...
  11. FreshmenProgrammer

    NullPointerExceptions.....getServletContext(GenericServlet.java:209)

    Hello, First I would like to say thanks in advance for the help!! This is the error im getting. SEVERE: null java.lang.NullPointerException at javax.servlet.GenericServlet.getServletContext(GenericServlet.java:209) I'm not sure if im not setting the application scope variable right or im not...
  12. FreshmenProgrammer

    Is there anyway to stop the browser from saving a password in a jsp.

    Is there anyway to stop a browswer from wanting to save a password when logging in on a jsp page.
  13. FreshmenProgrammer

    How can I call a javascript function from a jsp page.

    First off i would like to say thanks for the help! I was just wondering how I can call a javascript function just from jsp code. for example what line can I put in that code where the **** ***** are. Thank you <script language="javascript"> function setValue(val){...
  14. FreshmenProgrammer

    Question about submitting in a jsp page using (IE and mozilla)

    This is a simple jsp program below in mozilla when i press submit or close the value("pressed") gets posted on the screen beside either submit value or close value depending on what button was pressed. But in IE i get null values for both. Does anyone have any idea why. Thank you so much in...
  15. FreshmenProgrammer

    How can I set a request scope variable in a servlet. and get in a jsp.

    Hello, Thank you for reading this post. I know how to set a session variable and get a session variable in a servlet. How do you set and get a request scope or the next one down from session. and how can I get it from a jsp page also. Thank you. EG. set...
  16. FreshmenProgrammer

    Can I access a class through jsp??

    I have my connection code in my .jsp file but i wand to put it in its own class or .jsp. What does anyone recommend is there anyway I can right a class for that and Create an instance of the class in a jsp and use it.
  17. FreshmenProgrammer

    How do I compile servlets in eclipse?

    I am running eclipse sdk version 3.1.1 and the newest tomcat. I can run servlets no problem but I do not know how to compile one if i make changes or start a new one in eclipse. i do have Java JDK and the JSEE installed too.
  18. FreshmenProgrammer

    Can I access a class through jsp??

    I have my connection code in my .jsp file but i wand to put it in its own class or .jsp. What does anyone recommend is there anyway I can right a class for that and Create an instance of the class in a jsp and use it.
  19. FreshmenProgrammer

    How di I hide or encrypt the username n password connecting to a DB

    I was just wondering how i can encrypt or hide the connection string or mainly the username and password information from users. I am connecting to mySQL through .jsp here. Also I am coding a test program with mySQL but i have to connect to DB2 connect. Will that be a hard transition and is...
  20. FreshmenProgrammer

    need explanation on some code to do with hashes and references. TY

    I was having trouble with understanding some code this is just a specific question but i have all the pieces of code from sparate files. this is from a file called M responder.cgi. my $auth_program = { student => { test => '/usr/local/oracle/oraappl/apps/scripts/mcds0020t.pm', prod =>...

Part and Inventory Search

Back
Top