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 John Tel 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: chrisw09
  • Content: Threads
  • Order by date
  1. chrisw09

    AIX and DS4300 performance issues

    I have a P570 with 2 FC adapters, each connected to their own McData 4500 switch which is in turn connected to a controller. HBA0 --> switch 1, port 0 --> controller A HBA1 --> switch 2, port 0 --> controller B I have a couple of luns, hdisk3 and hdisk4 both about 10gig. When I assign...
  2. chrisw09

    Proper Application Design

    I'm trying to figure out the best way to go about developing an application that relies on 2 different datasources. One is mysql and the other is oracle. Currently i have a class, UserDAO that has the following methods: getUserInfo() - gets info from mysql getShipToList() - gets info from...
  3. chrisw09

    Applying website specific "templates" to an application

    I have a website that looks a certain way. I'd like to be able to create a new site that uses the same code but only change it's appearance. Instead of having two sets of code, i would rather create a directory called lets say "templates". Inside that then have directories using the template...
  4. chrisw09

    Link using onclick and special chars

    I have the following link that calls a javacript function. This works perfectly fine unless the input value has a ' in it, for example Gary's books. <a href="#" onclick="rename('test');"> I tried using encodeURI in the onclick="" but the quotes are still causing me grief. I hope i'm...
  5. chrisw09

    Array of different objects

    I almost hate to post this as i'm new to c++ but i am having touble with pulling data out of an array. I have 4 classes: Shape, circle, square, triangle. (they inherit from shape) Each class has unique functions. (eg. getRadius.) I have an array: shapes which contains circles, squares, and...
  6. chrisw09

    Radio Buttons with selected option

    I'm trying to setup radio buttons in struts and need a default button checked. I'm using the format: <input type="radio" name="color" value="blue" checked="checked"> But I'm getting the following: Attribute checked invalid for tag radio according to TLD. I'm using Struts 1.2.7 but tried...
  7. chrisw09

    Application global variables

    I am working on a website that uses a database. I'd like to have the database variables stored somewhere that my classes, jsp pages and action servlets (struts) will be able to access. Currently I have the variables in an interface and am accessing it with my classes but cannot then with jsp...
  8. chrisw09

    ArrayList cast different types of objects

    I have 2 classes: gun and machinegun which extends gun I have 1 arraylist of both gun and machinegun objects. How can i get the objects back out of the arraylist and retain their type? I'm trying to use an equals method that's in both classes but i only want to compare like classes...
  9. chrisw09

    Apache &quot;file size limit exceeded&quot;

    My apache server shutdown about an hour ago and won't start after a reboot. After some investigation i found that my error_log file was huge. I deleted it, rebooted the server but i am still getting the error below when i run apachectl: ./apachectl: line 100: 1371 File size limit exceeded$HTTPD...
  10. chrisw09

    Blocking AIM and MSN

    I can't seem to figure out what i'm doing wrong. I am trying to block instant messengers thru isa but am having not luck. What is really driving me crazy is i created a deny rule for everything and AIM still works??? I figure i must have something configured wrong...

Part and Inventory Search

Back
Top