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 SkipVought 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: *

  1. Jefhandle

    Class cast exception

    Thanks, but doe not work! ?? here are my class hirarchy: MyDupplicateA extends probjectB.Objectx implments projectB.xxInterface projectB.MyObjectB extends probjectB.Objectx implments projectB.xxInterface Anay Idea??
  2. Jefhandle

    Class cast exception

    Hi I have two Java Projects ProjectA, ProjectB ProjectA has a refrence to ProjectB and can call the Java classes from ProjectB. Now , I hava created in A, a Dupplicate of a Java class which exists in B and try to Cast the originally Object(exist in B) as follow but I get a class cast...
  3. Jefhandle

    Code to delete file on Windows and Unix safely

    Hi I have a JAVA SE Code which delete a file on the file system under windows. I need to get the path and file name separately. Therefore do something like this and I get them: String path = C:\\a\\b\\file.xml String newPath= path.substring(lastIndexOf("\\")); String...
  4. Jefhandle

    ho to retrive value from this xml message

    ok, regards
  5. Jefhandle

    ho to retrive value from this xml message

    Hi, In a client code I become a soap message from a server. There are Informations which should be retrieved like ID, IsTemplate, description etc. Here is a sample of the soap body message: <SOAP-ENV:Body> ............... <ts:response>...
  6. Jefhandle

    parsing this soap message

    (There are some mistakes in the first posting.Once again without mistakes) Hi, In a client code I become a soap message from a server. There are Informations which should be retrieved like ID, IsTemplate, description etc. Is there a way to do that in Java and not work with string...
  7. Jefhandle

    parsing this soap message

    Hi, In a client code I become a soap message from a server. There are Informations which should be retrieved like ID, IsTemplate, description etc. Is there a way to do that in Java and not work with string Tokenizer etc? Here is a sample of the soap body message: <SOAP-ENV:Body>...
  8. Jefhandle

    how to create a web application with visual studio

    thank you >Or and this creates something slightly different (i.e. it has >a project file. >File->New->Project->Expand Visual C#->Select Web->Select >ASP.Net Web Application That is what i am trying, a new project with a project file im my case when i click >File->New->Project->Expand Visual...
  9. Jefhandle

    how to create a web application with visual studio

    Hi, how can i create a web application with visual studio 2005 professional? In the standard edition i created it with file--> new project--> asp.net web application but in vs studio professional i have not this option?? thanks
  10. Jefhandle

    access from .net to the lotus notes

    Hello i'm going to access from a csharp file a lotus notes data base (a nsf file) and read the documents there. Is there a way in .NET to access a lotus notes data bases? thanks
  11. Jefhandle

    sniff one PC from another in wlan

    Hi, i have connect two pcs , A and B to my wlan network. How could I sniff the conection of my second pc B from the from the first pc A?What do I need ? thanks
  12. Jefhandle

    how to activate nat loopback in PIX 501

    I can access the web server, ftp server a.s.o from WAN but not from the LAN and i think this is because of not loopback. is there a way to activate nat loopback in cisco PIX 501 to access web servers in owe LAN? Regards
  13. Jefhandle

    Can not access web server via PIX 501

    in the meantime ifound out , that it works preparly from outside of my LAN!!!!!! i schould configure my router so, that it support nat loopback to cann call the internet side from my lan! the question is now how i do it in cisco pix 501 ?
  14. Jefhandle

    Can not access web server via PIX 501

    Hello I configured my router to access a web server from outside: global (outside) 1 interface nat (inside) 1 0.0.0.0 0.0.0.0 0 0 access-list inbound permit icmp any any access-list inbound permit tcp any any eq www access-group inbound in interface outside static (inside,outside) tcp interface...
  15. Jefhandle

    Portforwarding with cisco PIX 501

    Portforwarding with cisco PIX 501 Hello I am newbe and try to configure my router to access a web server from internet. I reset the PIX 501 router to the factory default configuration and used this command (from http://www.linuxhomenetworking.com/cisco-hn/dsl-pix.htm ) to make the www service...
  16. Jefhandle

    pc cant ping remote host, cisco router does it

    it says: Result of firewall command: "fixup icmp error" wrong key word is entered Usage: [no] fixup protocol <prot> [<option>] [<port>-<port>] Command failed ?
  17. Jefhandle

    pc cant ping remote host, cisco router does it

    Hello, i have a cisco PIX 501 router. I alllow ICMP from inside to outside and from outside to inside. Nevetheless i can not ping from my pc to any remote host! for example ping www.google.com supply no answer! C:\XMS>ping www.google.com Ping www.l.google.com [72.14.221.99] with 32 Bytes...
  18. Jefhandle

    router lets only access www.google.com

    Hi I use a DSL Modem for the connection to the internet and ihave noproblem . When I now connect the Modem to a cisco ipx router I cann only access to the www.google.com!!!!!!!!!!!! I cant access any internet sites else!!!! I will be appreciated for your help
  19. Jefhandle

    create image from byte

    thanks

Part and Inventory Search

Back
Top