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 SkipVought 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. UncleScooby

    How to run tomcat6 as a windows service.

    Hi, I've installed tomcat 6 on windows. When I installed I don't recall any option to install it as a service. So the only way I can start it is by going to \bin\startup.bat. Ive googled and can see reference to a file called service.bat which I don't seem to have. Any suggestions on how to...
  2. UncleScooby

    simple Cookie test not working (response.cookies)

    Hi, A very simple cookie test to read an existing cookie and set a new cookie. Is there some kind of privelage or something else I need to do to get the set (response.cookies) working as at the moment running this code I get the 'Sorry your request could not be completed...' message. TIA - ps...
  3. UncleScooby

    warning about vista drivers, and help with router.....

    My old PC crashed so Ive switched over to a new one with Windows Vista. Smart move - dont count on it !! A lot of the usb modems dont have drivers to support it yet. My main one is a DLINK DSL-200 usb broadband modem, Ive spoken to DLINK and they are currently "working on the driver" and...
  4. UncleScooby

    relationships between parent & pop up window

    thanks vbkris, is there any other way round, if I want page2 to be able to acknowledge popup1 - arent the windows labelled or named in any way or are they just referenced via their original relationship.....
  5. UncleScooby

    relationships between parent & pop up window

    How does javascript distinguish between which is the parent window and which is a pop up window ? If I have a parent window and a pop up window (spawned from the parent) open but then navigate to another page on the parent window this looses the relationship between the pop up window. i.e. if...
  6. UncleScooby

    using cookies across servers

    thanks tsdragon. Can you or anybody else think of an alternative. Im trying to pass on piece of sensitive data from one server to another. Initially cookies was considered but doesnt look possible. I could add the cookie value into a named value pair and send it this way when I do the HTTP...
  7. UncleScooby

    using cookies across servers

    I am setting a cookie on one web server (W2K) using ASP via response.cookie. The asp then calls some subsequent asp's on another server (NT). On this platform I am attempting to do a request.cookie to process the original cookie content but its blank !?!? Can I use cookies across servers like...
  8. UncleScooby

    using cookies across servers.

    I am setting a cookie on one web server (W2K) using ASP via response.cookie. The asp then calls some subsequent asp's on another server (NT). On this platform I am attempting to do a request.cookie to process the original cookie content but its blank !?!? Can I use cookies across servers like...
  9. UncleScooby

    using find command in ms dos batch file

    Can the find command be used to locate variable content ? e.g. find "fixed content" c:\logs\test.log > c:\logs\new.log works fine but when I substitute the fixed content with a variable e.g. find %Date% c:\logs\test.log > c:\logs\new.log I get a find format error. Any help appreciated.
  10. UncleScooby

    Can I read in more than a byte at a time into InputStream ?

    I want to read in a whole web page so I can search for some product prices matches. At the moment I am using the .read method from the InputStream class but this only reads in a byte at a time. Is there a better/quicker way to read in all the page so I can then use some string manipulation to...
  11. UncleScooby

    How to retrieve data from an Oracle BLOB

    If anybody can help with this I would greatly appreciate. Can it be done via sql plus ?!? The BLOB contains named value pairs (i.e. txt) I am trying with toadfor free but not sure how to do it within this utility either. any info appreciated. US.
  12. UncleScooby

    web service using axis is suspending my servlet, why ?

    Hi alpaso. thanks for the feedback - the test client and servlet are indeed on the same machine as I am developing them both via localhost. Its so strange that they both use axis and one works but the other (servlet) doesn't. S.
  13. UncleScooby

    web service using axis is suspending my servlet, why ?

    Hi there, I have installed axis and used it to create and deploy a webservice. I then used axis to create the stubs using WDDL2Java. I created a client class to call into the webservice via the stubs and all works fine !!! The problem arises when I add the client class code into an existing...
  14. UncleScooby

    extended memory settings in XP

    thanks jump1ng how do I check: Also make sure that you have the correct and upto date drivers for your graphics card and chipsets as this will impact on game performance and problems thanks US.
  15. UncleScooby

    extended memory settings in XP

    I recently bought a pc game (finding nemo by thq) at different points in the game it crashes and returns to the desktop. Is there an extended memory setting in XP or any other setting I can set to improve this situation. The pc itself is running xp pro - the pc is about three years old. There...
  16. UncleScooby

    pc iterative crash loop.....

    I have been getting more and more problems with my windows pc so I decided to format c: and reload win XP. Did this and worked ok for a day but then the pc crashed during reloading some software (free AVG virus checker off cd) Now... when booting I get the command level stuff followed by the...
  17. UncleScooby

    Keyboard shortcut to initiate DVD drive to recognise DVD

    WIN 2K When I load up a DVD into my drive my DVD player (POWERDVD) automatically starts and within a few seconds I'll get the menu of the DVD title. All well and good. If I close the DVD player but want to play the same DVD again can I press a keyboard shortcut to initiate the DVD drive to...
  18. UncleScooby

    prevent player appearing when clicking an audio link.

    Thanks GZ, I have a nice looking web page (if I say it myself) and a simple audio link, all I want to happen is for the user to hear the .wav when they click on the link, not some player popping up and covering part of my page. Thanks, UncleS
  19. UncleScooby

    prevent player appearing when clicking an audio link.

    I have the following simple link: <a href = &quot;c:\windows\media\rcs.wav&quot;> Sound byte </a> Can I stop the player popping up when I click the link ? On my PC it opens another frame in the browser at the left of the screen as if I'd clicked on the MEDIA icon in IE6 I understand it may...
  20. UncleScooby

    help with repsonse.contenttype

    I am getting the following error: Response object error 'ASP 0156 : 80004005' Header Error /iibs/testa.asp, line 31 The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content. It is the response.contenttype line of...

Part and Inventory Search

Back
Top