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

  1. bluecrush

    JNDI, Servlets and SSL won't authenticate

    Greetings, I am attempting to create a login servlet that will authenticate against LDAP. Unfortunately, I'm getting the following when I try to connect: javax.naming.AuthenticationException: [LDAP: error code 32 - NDS error: no such entry (-601)] at...
  2. bluecrush

    Unable to view existing databases on remote host

    Hey all, I am reposting this question from the PHP forum since I think I've run up against a MySQL privileges problem. But read on and maybe you can point me in the right direction! I've been trying to track down an answer to this for a couple of days now without success. I have a website...
  3. bluecrush

    phpMyAdmin says "No databases" -- WRONG!

    Alrighty, thanks for your time. I thought it was a PMA config issue but, like you say, it looks more and more like a MySQL issue. I'll move this question to the MySQL forum.
  4. bluecrush

    phpMyAdmin says "No databases" -- WRONG!

    Okay...gave it a shot and got this message: I got the same message using the "stduser" and "stdpass" properties. I then tried the "controluser" and "controlpass" properties and got: Am I missing something?
  5. bluecrush

    phpMyAdmin says "No databases" -- WRONG!

    Ah...interesting... So, would that be these 2 lines... $cfgServers[1]["user"] = 'my_user_id'; $cfgServers[1]["password"] = 'my_super_secret_password'; ...in the config.inc.php file? Thanks for your reply!
  6. bluecrush

    phpMyAdmin says "No databases" -- WRONG!

    UPDATE: I downloaded and installed MySQL Administrator. As with phpMyAdmin I'm still unable to view my databases, but now I get an error message that says "Access denied: Must have SHOW DATABASES privilege to perform this action" or something to that effect. Am I correct in assuming that this...
  7. bluecrush

    phpMyAdmin says "No databases" -- WRONG!

    Hey all, I've been trying to track down an answer to this for a couple of days now without success. I'm hoping someone here can point me in the right direction. I have a website hosted by netINS.net which has MySQL but no database admin interface. [ponder] So, I checked with them to make sure...
  8. bluecrush

    <html:text property?> Question!

    Ah...I see what you're saying now. Very true.
  9. bluecrush

    How to pass dynamic values for logic:iterate?

    I would think the jsp scripting should work. [ponder] What is the scope of "something"? Is it in request or session scope? You might try request.getSession().getAttribute("something") or even <% String foo = request.getSession(false).getAttribute("something1"); String bar =...
  10. bluecrush

    Problem using Arraylist in jsp with values in combo-box

    This is a little old, so you may have found the answer to your question. However, just in case you haven't, you might want to check the id attribute of your logic:iterate tag. The id should match an indexed getter and setter method in you formbean and then each of your editable fields should...
  11. bluecrush

    Class inheritance on actionform property object array

    Alrighty...I discovered that you don't have to override anything. When you iterate on the vector of objects, you just have to declare the type and give it an id that matches your indexed getter and setter methods, then set indexed equal to true on your html form object properties. Pretty...
  12. bluecrush

    &lt;html:text property?&gt; Question!

    I don't believe that's accurate... My understanding is that when the form is initially created, so is the form bean with the default values (in this case, streetNameLength = 0; ). So, as long as the form exists in the jsp that he uses the logic tags in, the property is available without...
  13. bluecrush

    Class inheritance on actionform property object array

    I have an actionform with a property that is a vector of objects which extend a superclass. I am having difficulty accessing the properties of the child class (objects in the vector) which are inherited from the superclass. My question is, do the inherited properties have to have the getter...
  14. bluecrush

    &lt;html:text property?&gt; Question!

    If you want to do it in struts you could create a property in you actionform for the length of the streetName: private int streetNameLength = 0; public int getstreetNameLength { return this.streetName.length(); } and then use the <logic:greaterThan> tag: <logic:greaterThan...
  15. bluecrush

    BAD_POOL_CALLER caused by fried modem?

    Nope, nothing there...
  16. bluecrush

    BAD_POOL_CALLER caused by fried modem?

    I have a Sony Vaio PCG-F590 notebook which I am trying to upgrade to Win XP Pro. It currently has Win98 on it. I upgraded it once a while back without a hitch, but now I get to the point where it's "Installing Devices" and I get the BAD_POOL_CALLER blue screen of death. I've followed Sony's...
  17. bluecrush

    BAD_POOL_CALLER on clean install

    Thanks again...I'll give it a shot...
  18. bluecrush

    BAD_POOL_CALLER on clean install

    I was afraid you were going to say that! I've never cracked the case of a notebook before...are internal modems slotted cards like towers or are they intergrated on the motherboard?
  19. bluecrush

    BAD_POOL_CALLER on clean install

    Okay...I did a clean, bare-bones install of 98...followed Sony's directions for what needed to be removed prior to upgrading to XP...flashed the BIOS and ran the update...same error.
  20. bluecrush

    Internet connection sharing not working

    Is it a cable modem? If so is he using a switch or a router?

Part and Inventory Search

Back
Top