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

  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

    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...
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. UncleScooby

    Is there a system variable that stores source code of current page ?

    After loading a web page is there a system variable that stores the source code. I want to read the data held in view source into a variable then extract (via string manipulation) the bit I need. Any information appreciated. Thanks, UncleScooby.
  17. UncleScooby

    Can I use Javascript to extract data from view source

    I want to access a web page then extract some data from it (as seen within the view source). Is there a way I can access the view source data, then pull out the bits I need by using javascript ? Or do I need something else.... Many thanks to one and all, Uncle Scooby.
  18. UncleScooby

    Pls help-2nd post How can I auto exec a macro on opening a word doc

    Pleae help : (It cant be difficult !!!!) I am executing a DDE command that automatically opens a word document using '[FileOpen &quot;C:\CONTACT.DOC&quot;]' Can I extend or add another DDE command to execute a macro as well as soon as its opened..... Kind regards, Scoobs
  19. UncleScooby

    Auto executing a macro on opening a word 97 document...

    Pleae help : I am executing a DDE command that automatically opens a word document using '[FileOpen &quot;C:\CONTACT.DOC&quot;]' Can I extend the DDE command to execute a macro as well...... or tie a macro to a specific document so it always gets run after opening. Kind regards, Scoobs
  20. UncleScooby

    Simple macro question in word97

    I am using DDE - so I initiate word and open the document I need automatically. I then want to auto initiate a macro as well, to do an extra job on the document after its opened Huge thanks, I know it doesnt sound too difficult, Scoobs.

Part and Inventory Search

Back
Top