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

    SBS2003 to SBS2003 Migration

    Hey all, Have an existing 2003SBS installation. The server it's on is now long in the tooth and is to be replaced by a spanking new server, which will be installed with our original copy of SBS2003. The existing server will then be trashed, installed with 2003 server and join the SBS domain to...
  2. relisys

    Stop PIX initiating tunnel

    Evening all, Got a small problem - any ideas appreciated. Have a PIX connecting beyond a crappy DSL router (not my choice was imposed upon me). The router does port forwarding to the PIX which enables me to establish a tunnel between a Symantec SGS 5420 and the PIX 506e as the router won't...
  3. relisys

    SGS5420 - Fallen at first hurdle - won't start

    Dear All, Have bought a nice looking SGS 5420. Followed instructions, plugged in, used SGMI to log in. Lovely. Added routing information. Changes checked out OK and it asked for a reboot. But now it say's Symantec Gateway is stopped when it reboots on both the LCD panel and in SGMI (can still...
  4. relisys

    Two domains on a network

    Hey all! I have a two windows small business 2003 servers that serve two separate departments. The two departments are now moving together into one office and require hot desks - eg enter username and password into XP Pro, select domain and off they go....! I also need to give VPN access to...
  5. relisys

    Multiple emails when sent to multiple domain users.

    Guys, Just installed SBS 2003 and it works great. Exchange is working fine except for 2 issues. When I send emails to multiple users from our domain ie: user1@domain.local (or the full domain name) with cc to user2, user3 etc. each user gets a new copy for every user in the to or cc fields...
  6. relisys

    Session Quickie

    Hey guys, Using sessions for a small web app. User gets session ID on login which is then used to track the users details. Hitting my head against the old "Multiple Window of a Single Browser Instance". To recap - new instance of a browser (say from Start -> IE) creates a new session in the...
  7. relisys

    Outlook 2003 default accounts

    Dear all, I recently set up 2003 SB Server at the office. The workstations use Outlook 2003 to connect to our external POP3 server to collect email (ie not via Exchange). When I set this POP3 account as default in Outlook 2003, the mail works fine. However after a couple of days, Outlook...
  8. relisys

    & not & !!!

    Hey guys! I am processing an xsl file to HTML output. Within this file I hava a call to a servlet through an image tag (takes parameters, produces a graph and outputs it to a jpeg image). The problem is with the parameter delimiters. <xsl:element name="input"&gt...
  9. relisys

    Expanding Flash Ad Banners

    Happy New Year to you all! Anyone know of a good site / any advice on creating the flash/HTML ad banners which expand as you move over them? All replies gratefully received! Cheers! Relisys
  10. relisys

    Embed HTML into Flash

    Sorry guys, I'm sure this has been asked a thousand times before, but a quick search didn't bring up anything relevant. Simplish - i presume. I want to load HTML pages into my flash movie, with my flash menu buttons loading the relevant files into the HTML window wihtout reloading the SWF...
  11. relisys

    Swing object placement

    Hey guys, Quick one (*cough*) for you all! Am writing an applicaiton that uses skins, and to do this I have overridden the paint method of a JWindow. All items are drawn onto this window using Label.paint(Graphics g) onto the content pane. This works fine for AWT objects, painting them in the...
  12. relisys

    Variables for a scene

    Hey guys, I have 6 buttons which when clicked all lead to a "fade out images and text" part of the timeline. At the end of this fade out, there's a gotoAndPlay() line. Is it possible then when a button is clicked it creates a variable (say here called jumpto) which contains...
  13. relisys

    Centring a web page

    Hi guys (and gals)! I have a website which fits into a table so that i can centre it automatiaclly. However, I want to centre it both vertically and horizontally, so that no matter what resolution the site is viewed in, (especially the higher resolutions) it appears centred in the browser...
  14. relisys

    Secure Java Instant Messenger

    Does anyone know of a small secure IM java program. Alternatively has anyone or does anyone know of anyone who has implemented the Knudsen SafeTalk program and got it working? I could do with a small simple version.... Cheers! Relisys
  15. relisys

    javax.mail problem

    Evening guys, Running a servlet which runs fine. I added a sendEmail method to auto send emails, however when i add this and compile it, Apache bombs out saying file cannot be found. But when I remove this method the servlet runs normally - any ideas would be appreciated! =============code...
  16. relisys

    AutoIndent Java Files

    Does anyone know of a good program that will auto indent some java files - come of my code is a tad messy! I could do with a quick fix if available! Cheers! Relisys
  17. relisys

    Random alphanumeric code

    Anyone got a nice "clean" simple solution to create a random 16 character alphanumeric string consisting of numbers, and upper and lowercase letters? Mines very untidy and far too large! Cheers! Relisys
  18. relisys

    Almost finished it!!!

    OK so i've fixed the errors with encryption i had in the last thread. I'll put solutions in later in case anyone finds it useful sometime in the future. Final question on this subject..... promise! I *CAN* create a key and convert the key to a byte array, then convert the array to a...
  19. relisys

    A PKCS5 Padding problem (I presume! ;) )

    Evening guys, I really should learn to go to bed and give up coding! Folling a previous post: I take plaintext, generate a random DES key and encrypt the ciphertext. I then take a passphrase (a 16 character alphanumeric string) and using the PBEwithMD5andDES, create a key with which i...
  20. relisys

    Further to last nights encryption question

    Does anyone know if i can take an alphanumeric string to generate a DES key to encrypt data? It has to form the same key everytime so i can encrypt and decrypt the information.... Cheers! Relisys

Part and Inventory Search

Back
Top