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 TouchToneTommy 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: BPetro
  • Content: Threads
  • Order by date
  1. BPetro

    Irritating Outlook Setting...

    Surely others have run into this so I hope someone help with this... I have Outlook checking 3 different POP3 emails every few minutes over my Comcast hookup. I leave my computer up and wander up every day or two to check my emails. The problem is probably 2-3 times per week, Outlook times out...
  2. BPetro

    DatePattern and the final rolled file name

    What I read seems to indicate that added characters to the datePattern will be just put into the final name without altering the periodicity of the rolling schedule. But adding .log doesn't seem to work... I can create my own version like MyDailyRollingFileAppender, but if its already there I...
  3. BPetro

    Rename file based on last mod datetime?

    Has anyone done this? I know how to rename a file using today's datetime. But how about if I want to use the files last modified date/time, represent that as a nice file-name string like maybe 071003-1412 (that's flexible, but keep it nice for a file name) and then rename the file based on...
  4. BPetro

    Remove Web Workspace - list computers

    In the connect to server desktops, I have no desktops listed except the server itself. I went under server management and client computers and added the 4 computers we have. It then said to go to internet explorer on each computer and browse to the server internal ip like this...
  5. BPetro

    Exchange, distribution lists outside company employees

    I'm helping (for free of course) a non-profit set up a simple MS-SBS for basic email and all.. and have run into an odd situation. I'll also mention that I'm a programmer and not a server expert, just trying to help these guys. Anyway, evidently there is a rather small limit (like less than 100)...
  6. BPetro

    this should be simple! only plays once

    OK, this should be working but i guess I'm missing somthing. I made a swf, (imported sound, image, first frame is a stop so this doesn't automatically happen on page load, second frame has the actual actions, last frame does a stop). I place this in a web page and for testing put a button that...
  7. BPetro

    Knowing if user session is still "connected"

    Has anyone done work to keep a 'heartbeat' to know that a user is still around on the web site? I'm thinking I can popup a small window that can sit in the background or be useful for other purposes and have that window do automatic refreshes which get passed on to a database...
  8. BPetro

    User Session Active?

    Has anyone done work to keep a 'heartbeat' to know that a user is still around? I'm thinking I can popup a small window that can sit in the background or be useful for other purposes and have that window do automatic refreshes which get passed on to a database lastHeartbeatDateTime field. Each...
  9. BPetro

    Curious - is this likely a cookie issue?

    I believe some of the session behavior is handled with cookies, so I'm thinking that that's the root of this issue. I have a simple site running and as a part of the pages, I set a couple of session variables. Everything runs fine, but one night I was in a hotel room that had free broadband...
  10. BPetro

    Setting a separate test environment?

    How hard is it with Tomcat 4.1.24 under Linux to set up two separate directory structures so one handles production without hitting development errors and the other is development?? Any help with links for docs or else just a brief overview of the major files to modify for each portion of this...
  11. BPetro

    How do you know request URL?

    I know that every myPage.jsp has an implicit variable for request and response and config and other items but within all of those I cannot find any api to get at the URL of the current page. 1. How can programatically get the current URL? 2. Can I include a file that checks that for every page...
  12. BPetro

    How to find current jsp page in server code?

    I know once the page is returned to the browser javascript can get at window.location - but how about while its still on the server side?? And for a .jsp page not a servlet class. Can I refer to the request or something like that to get at the page identity? IE: If every page has an include...
  13. BPetro

    How to refer to a calculated column?

    I thought this would be it, but it isn't - can anyone share how to refer to the calculated column "age" in the where clause -- here's the sample code -- mySql is giving the error that "age" is not a column... Thanks! mysql> select id...
  14. BPetro

    Localhost or not localhost?

    Hi folks! I have a situation where I am administering (best I can) a web server that is the domain name home for the AX record but NOT the MX. In other words web requests should go to this server while mail should go to another server. However if I do a send with the TO set to...
  15. BPetro

    Rollover on image on image

    It appears I can do a rollover (say a glow effect) on text sitting on an image or on an image itself. But if I place an image on top of another image in the png and duplicate its frame and set glow in the second frame - then fireworks appears to set glow on BOTH of the frames. So no rollover...
  16. BPetro

    cron oddity or I'm misled

    Doesn't cron "AND" the logic for all the crontab fields until all are true to run a command? I thought so but appears I'm wrong. I set a job up that emails me to show it ran (just to see if I could get at this strange repeating run request) - and its running when I think it...
  17. BPetro

    A basic database overview.

    I'm new to mySql, so this is probably dumb. But I don't see information on this anywhere. So much detail on teaching SQL syntax and so forth, but I don't see this sort of overview anywhere. I installed Courier (email) and it was supposed (I think) to setup auth via mySql. SO! What commands...
  18. BPetro

    When Flash Finishes - can we show something else?

    We have a wide flash visual that runs, but in the end simply shows a logo - something that needs little width. So here's the question. Can someone suggest the best way, once flash has finished, to resolve it down (or hide it and replace with a gif logo) and use the space that it was taking up...
  19. BPetro

    Quotes in data fields?? How to handle?

    I have the following statement: <INPUT TYPE=&quot;text&quot; NAME=&quot;FormFieldName&quot; VALUE=&quot;<% response.write RSItem(&quot;FieldName&quot;) %>&quot; SIZE=10 MAXLENGTH=10 > The problem is that the field from the database contains quotes so the VALUE = &quot;aValue&quot; is...
  20. BPetro

    How to Log Errors

    I have a nice setup to show the user if an error has occured. But does anyone have a clip of code showing how to then log the error text in a log file so I can have a record of it? Thanks!

Part and Inventory Search

Back
Top