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...
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...
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...
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...
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...
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 =...
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'...
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...
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...
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...
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>...
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...
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...
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...
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...
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...
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 =...
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...
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...
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-)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.