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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.