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

    IIS Infrastructure Content Redirection

    Hi there Im not sure if Im posting to the right place so please point me in the direction of other groups if this post might be better off there. Let me start by saying I am a Web Developer trying to implement an infrastructure solution. EeeeeK!! I am looking for some advice regarding the...
  2. Shilohcity

    Web Infrastructure Content Redirection

    Hi there Im not sure if Im posting to the right place so please point me in the direction of other groups if this post might be better off there. Let me start by saying I am a Web Developer trying to implement an infrastructure solution. EeeeeK!! I am looking for some advice regarding the...
  3. Shilohcity

    xp_cmdshell Echo Echo

    Is that an echo I hear? :-D I am trying to output an echo command into a batch file so the batch file can output into another file like so: xp_cmdshell 'echo echo file2Output >> file2.txt >> file1.bat' As there are 2 echo commands things are getting a bit muddled and the output I get in...
  4. Shilohcity

    SQL Server Integration with Active Directory

    Hi there I have a SQL Server 2000 box that is part of a windows 2000 domain. I have read about the possibility of setting up a linked server on the SQL Server which will integrate with the AD domain. I have tried to work my way through this but am getting errors about ADSDSOObject not getting...
  5. Shilohcity

    Parsing XML InputStream

    Hi there I should start by saying I am fairly new to Java and am kind of bumbling my way through the following. I have some code which makes a POST request to a website and receives an XML response back. This is working fien and I end up with an InputStream object that contains the response...
  6. Shilohcity

    Dynamic Table Name in SELECT statement

    Hi there I am trying to do the following: SET @cnt = (SELECT COUNT (*) FROM @dynamicTableName) This keeps on erroring on the use of a local variable for the table name. If I replace the variable with the hard coded table name it works fine. I know how to do this as: SET @SQLString =...
  7. Shilohcity

    PHP, GPG email encryption

    Hi there I am trying to encrypt and send some information from a php page as an email. I know this can be done using gpg but I am not having much luck getting it to work. I have setup a key for myself on the webserver and am trying to use the following code: <?php $gpg = '/usr/bin/gpg'...
  8. Shilohcity

    javax.xml.soap error at runtime

    Hi there I have been trying to get the UDDI example in the Sun Web Services pack to run. I can compile fine but when it comes to run time I get: java.lang.NoClassDefFoundError: javax/xml/soap/SOAPConnectionFactory I have put saaj-api.jar, saaj-ri.jar and jaxm-runtime.jar into my CLASS_PATH but...
  9. Shilohcity

    javax.xml.parsers with WebLogic5.1

    Hi there I have what is probably a very straight forward question but I cn't seem to figure it out. I want to import the javax.xml.parsers package for use in a JSP page running on WebLogic5.1. WebLogic5.1 will only run with jdk 1.2.2 which doesn't have the package I need in it judging by the...
  10. Shilohcity

    CHMOD From FTP Batch File

    Hi there I have a Batch file running on a Windows 2000 machine which copies files from a local directory to a directory on a UNIX Web Server. In order to make sure the files are synced between the two locations it first deletes all the files on the server. This is all working fine. My problem...
  11. Shilohcity

    Firewall Detection

    Hi there I was wondering if anybody had any experience with detecting whether a client is browsing from behind a firewall? I am finding that some visitors to mys site have had Javascript disabled by their firewall software and as a result have all kinds of weird errors however the <noscript>...
  12. Shilohcity

    Tomcat 4 Mapped Drive

    Hi there Well after some reading I discovered the use of mapped drives was not supported under Tomcat 3.3 but apparently is with Tomcat 4.0 so I downloaded and installed it on a Win2K machine. Nice easy install by the way :-D. But still no luck on the mapped drive front. I even found another...
  13. Shilohcity

    Response 421 Connection limit reached

    Hi there I have a mail programme that is used to send email newsletters to subscribers. This is currently sending about 7000 emails out of a 20,000 list and then crashing with the following message Response: 421 Connection limit reached. I have searched the MS website and the internet in...
  14. Shilohcity

    Remote Access for cheap or free ;-D

    Hi there I am very new to the area of Remote access and am wondering where to start to solve the following problem. I have 4 pc's spread apart around the country. At present these machines have no modems, LAN cards or Remote Access software. I would like to network the machines together somehow...
  15. Shilohcity

    Tomcat 3.3 context docbase mapped drive error

    Hi there I am tearing my hair out over the use of mapped drives for docbase's. I have a Win2K/Tomcat3.3 installation which is working fine on my local drives but returns 404 errors when trying to connect to a mapped or shared drive. I have read the help about this and it explains that any...
  16. Shilohcity

    WebLogic EJB connection pool refreshing

    Hi there I have a weblogic server that maintains a series of connection pools to a SQL Server database via some EJB's. Recently our SQL Server has needed restarting and this has caused the EJB's to hang and eventually crashed both the EJB and JSP WebLogic services. Is there any way to refresh...
  17. Shilohcity

    loadPics Performance

    Hi there I have a site which uses a drop down menu populated by images and roll over images. I preload the roll over images on every page and was wondering if anybody knew of any performance issues with this. Here is the code I use: picNames = new Array( newArray defined here.) loadPics =...
  18. Shilohcity

    .war ZipException WebLogic 5.1

    Hi there I have run into a problem with a web app that I have developed using Tomcat. It is made up of JSP files and a few class files/Beans. When I make this into a .war file with the accompanying dir structure and web.xml file and place it into Tomcats webapp dir and restart all goes...
  19. Shilohcity

    mySQL Driver Class not found

    Hi there I was running Tomcat 3 and connecting to a mySQL db with no worries. Now that I have upgraded to Tomcat 4.0.2 I am getting class not found errors for the mySQL driver. I have tried this in my web-inf/classes/ directory, in the common/lib/ directory all with no luck. Any ideas most...
  20. Shilohcity

    File IO Read Contents of a Directory

    Hi there I was wondering how to read the contents of a directory using JSP. I am happy doing this in asp and have found a number of JSP reading/writing individual files but nothing about reading a whole directory. All answers and comments are gratefully received. Thanks Justin X-)...

Part and Inventory Search

Back
Top