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 Chriss Miller 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: maxpower1
  • Content: Threads
  • Order by date
  1. maxpower1

    oracle jdbc loses network connection after a while

    hi, I have a java program that uses oracle thin driver to connect to Oracle 9i db on unix box. If there is only 2000 records to process, the program works like a charm. However, when I tried to process 30000, after 5 minutes or so, I get a sqlexception:network adapter cannot establish connection...
  2. maxpower1

    converting connection list from PCanywhere 11 to 10.5

    does anyone know how to do this? I have about 50 PC Anywhere Connections and I need to have it working on my friend's pc that has pcanywhere 10.5. thanks ~za~ You can't bring back a dead thread!
  3. maxpower1

    window.confirm default to Cancel button

    hi there, I need to default the focus on the Cancel button instead of OK to prevent some 'fat fingering'. Any advice is appreciated on how to accomplish this. thanks ~za~ You can't bring back a dead thread!
  4. maxpower1

    newbie! installing java and other programs on RedHat Linux 9

    I finally managed to set up my linux server to connect to the internet(the first step on abandoning MS!). I want to learn how to setup/run programs on linux from the command prompt. I have created a 'developer' user so I can customize all the java development tools to run under this user...
  5. maxpower1

    forget user password

    1. i do not remember the user username AND password that i used to log in through KDE. However, I do remember the root user/pwd. how can i recover the username/pwd for the user. 2. how to switch from regular unix command log in then to KDE, or vice versa thanks ~za~ You can't bring back a...
  6. maxpower1

    jakarta not working on the secondary machine

    we have two unix servers(primary and backup). the application usually runs tomcat 4.1.24 that is sitting on the primary box. We use name for the web server. hence, when you connect, you type in:- http://MYSERVER/my_app/login.jsp if you fail over, then MYSERVER will be hosted by the tomcat...
  7. maxpower1

    parameter value not resetting when hitting browser refresh button

    in the action-mapping, I defined a "USEREVENT" parameter for an action mapping. This parameter is passed through the URL to a DeleteAction class in when a user hit a "Delete" button on my jsp page. Hence, the URL is like this...
  8. maxpower1

    weird TCP/IP problem

    I have this weird problem with sql server 2000 enterprise. The sql server and application are running on the same machine.However, when we have a TCP/IP problem(unable to connecto to a different client machine on the network), SQL Server stalls. Does anyone know why this is happening? thanks...
  9. maxpower1

    include file

    I have a menu snippet that i want to include in every html page. Does anyone know how to do this is dreamweaver? thanks ~za~ You can't bring back a dead thread!
  10. maxpower1

    image slide template

    good morning, I used the image slide template for one of my html pages. It seems like there is nothing much in there. For instance if you have 10 pictures that you want user to be able to navigate through, you pretty have to create 10 htm pages with separate graphics on each one. then you need...
  11. maxpower1

    moving the log directory

    hi, i have tomcat installed on the c drive under c:\tomcat41. If I want to move the log directory to be on the swap drive, i.e d:\logs how do i do that? thank you ~za~ You can't bring back a dead thread!
  12. maxpower1

    sql.log problem

    is there a way to turn off sql.log file from being generated in ms sql server 2000? ~za~ You can't bring back a dead thread!
  13. maxpower1

    apple wireless connection

    Apple newbie questions... i have a d-link wireless router right now. I'm getting fed up with MS that I decided to go with apple. my concern/question is: 1. how to go wireless if i buy the g4 laptop? Can I connect it to my existing D-Link wireless router which is controlled by MS windows...
  14. maxpower1

    animated icon stops animating

    i have the main.htm page with some animated icons. someone can click on a link and a new window will show up. my problem is; the animated icons stop animating when this new child window shows up. Does anyone know how to fix this? thanks ~za~ You can't bring back a dead thread!
  15. maxpower1

    paging in dreamweaver

    i'm new to dreamweaver mx 2004. two questions:- 1. My article is about 5 pages long. I want to set up paging ability so users can navigate back and forth. How can I do this in dreamweaver? 2. This may be related to html. I have some images to be displayed. Since they are pretty big in display...
  16. maxpower1

    not to have iframe in focus

    i have a couple of iframes in one window. Every now and then,these iframes have html pages load up. As a result, it has a focus. Q: What can I do so that these iframes do not have any focus at all after the pages are loaded in that iframe? In other word, I want the parent window to have focus...
  17. maxpower1

    reset not firing

    i have this situation where the first time a form is loaded, reset works fine. however, if I do a submit and the target is forwarded to &quot;error&quot;, reset does not work anymore. Does anyone know how to set this up correctly? in struts-config,xml, i have this entry:- <forward...
  18. maxpower1

    prevent validate running the the first time

    somehow, my validate() function from ActionForm runs the first time form is loaded. How can I turn this off so that the validate() function only runs when a user clicks on the submit button? thanks ~za~ You can't bring back a dead thread!
  19. maxpower1

    connecting to the internet

    I'm new to linux world. After I finished installing the linux 9(with server option), it says now my localhost has an IP of 127.0.0.1. But I cannot connect to the outside world right now unlike my other windows platform-based computers. I may not say this correctly but I need to reconfigure it...
  20. maxpower1

    calling function in iframe using getElementById

    If I can do this when changing the src in my iframe:- document.getElementById(&quot;myIframe&quot;).src = &quot;test.html&quot;; does anyone know how I can call a function inside the iframe using this &quot;getElementById&quot; method from the parent form? thanks ~za~ You can't bring back...

Part and Inventory Search

Back
Top