Check whether you've got any kind of IP filtering configured in the new server, so that the request goes in to the server but gets blocked before hitting the http service.
SonGoku
As far as I know outlook can be configured to be used by several different users, no matter who is logged to the actual desktop at that moment.
With outlook express, do the following:
File> Identities> Manage Identities.
From this menu you can create different users who can keep different...
Hello,
I have recently developed some jsp code so that I get a UTF-8 data from a jsp through form parameters, and works fine under tomcat 3.2 i.e request parameters are being retrieved in mutilingual (japanese/korean) format, but when trying to deploy it under tomcat 4.1,the request parameters...
Gentlemen
I hate to say this but this is terribly wrong. When you install that certificate, you are indeed telling your browser to trust something that it warned you not to trust. In most of the cases it is just a matter of not matching in the names or certificates out of date, but it could also...
Check whether your proxy is correctly configured in the right TCP config. Instead of clicking in Lan settings, click in the dial up configs in case you are dialing up, and unset any proxy server config that there might be.
Cheers!
Marcos.
Tools/internet options/Connections/Lan Settings/
In Proxy server you will probably have one marked (as your regular http works) Click advanced and tick the box where it says (Use the same proxy server for all protocols)
This should work...
If you are using a dial up connection, then instead...
Hi!
The result column should contain a formula similar to this:
=IF(AND(A1="YES",B1="YES",C1="YES",D1="YES"),1,0)
Supposing that your columns are in A, B, C, D
This would be for the first row.
Cheers!
Marcos.
Hi!
This one works for ksh
(while [ true ];do ls -R <Directory Name>;done) &
sleep 20
kill -9 $!
The kill command kills the batch and all its childs (in this case just one)
Cheers!
Marcos.
Do you have an ISDN link in the way? These Dialing on Demand services use to close the connection when the link is inactive for the configured amount of time.
Marcos.
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.