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 strongm 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: archit
  • Order by date
  1. archit

    Too many connections in TIME_WAIT and CLOSING state

    Hi All , I am facing a problem . I have a proxy server which runs on port 8080 . I have my clients connecting to an backend application running on a linux machine which in turns connects to my proxy server ( on linux box - Rh 7.2 2.4.7 ) . When I do a netstat on my proxy machine i see...
  2. archit

    Trying to use JSP to force file download..

    See if this code helps <html> <head> <meta http-equiv=&quot;Content-Language&quot; content=&quot;en-us&quot;> <meta http-equiv=&quot;Content-Type&quot; content=&quot;application/???&quot;; charset=windows-1252&quot;> <meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage...
  3. archit

    SaveAs doesn't save the linked file

    Hi All , I have a link in my page which points to an XML file in my tomcat web server. I want that when users click on that link they should get a Save As dialogue box which will save the file. i tried with the SaveAs function on the OnClick button but that tries to Save te Html...
  4. archit

    URGENT : HttpURLConnection connection refused

    Yes it does work with some other errors ....Can u let me know the reason for getting the connection refused error
  5. archit

    URGENT : HttpURLConnection connection refused

    I am trying to upload a file onto the WEB server (Apache Tomcat 4.0.4) .Below is my code whic is giving me error: URL url = new URL(webserver+&quot;\\getXML.jsp&quot;); String urlStr = url.toString(); System.out.println(&quot;URL::&quot;+urlStr); HttpURLConnection httpConn =...
  6. archit

    Totally new to Perl : Want help

    Hi All , Going thru some site I chanced upon this excercise and found it be somewhat challenging. Will really appreciate if some one has inputs for this program. PRoblem: Create a class for the purpose of monitoring data coming from a named pipe under Linux. Assume a daemon somewhere...
  7. archit

    URGENT help

    Thanks for the info . But there is a small problem. Description: You are not allowed to access the document &quot;http://www.vikul.com/<script>alert()</script>&quot; In this &quot;http://www.vikul.com/<script>alert()</script>&quot; comes from a variable and I have no control over that I simply...
  8. archit

    URGENT help

    Description: You are not allowed to access the document http://www.vikul.com/<script>alert()</script>&quot; I need to display the full string in an HTML page but the script tags make the script to get executed. The dispaly should be Description: You are not allowed to access the document...
  9. archit

    TOC

    I have Acrobat Writer 5.0 , i want to now how to update the table of content ( TOC ) in that ?
  10. archit

    NET::Telnet

    Hi All, I am trying to run this ( echo 'alias ts=&quot;cd `cat /etc/traffic_server`&quot;;export ts' >>file1 ) command using the NET::Telnet cmd method. $t->cmd(String=>'echo 'alias ts=&quot;cd `cat /etc/traffic_server`&quot;;export ts' >>file1'); It is giving me errors . Any idea how...
  11. archit

    how to copy a single file onto multiple machines

    Hi all , I want to copy a file onto multiple linux and solaris machines. It should take the list of host m/c from a file which have the same root password. I am totally new to scripting any help will be welcome. rgds Vikul
  12. archit

    Hi all , Does anyone know

    Hi all , Does anyone know how to call a Java Applet from a VB application. vikul
  13. archit

    I have some queries...can anyone help me ???

    that was really gorgor, can u give me some insight into the 4 th question abt oops . Mike , that is no home work my company wanted some information abt perl thing , and me not being into it , thought of asking u guys abt it .... rgds Vikul
  14. archit

    I have some queries...can anyone help me ???

    1. How do you enforce Perl code re-use? 2. How do you ensure your Perl code will require minimum maintenance in the future? 3. What measures do you use to make sure that your Perl code is efficient? Please provide details. 4. Do you enforce OO Perl concepts? When? How? And to what extent? 5...
  15. archit

    C ---- external variables

    Where are the external variables stored in C lang.
  16. archit

    info

    does anyone know from where I can download a soft copy of java complete refernce book by herbert schildt
  17. archit

    how to pass a 2d array as a pointer

    Hi deniel, I know that the program won't compile 'cause we have to fill the dashes in func1(-------------); /* Call the array operation function func1 */ /* func1(----------------);*/ /* Do other computations */ DO U GET IT now ??? vikul
  18. archit

    how to pass a 2d array as a pointer

    HI Denzil, Thanks for the suggestion , but i belive apart from the function call nothing else can be changed ---this is the requirement . i can only fill change how i call the function if u read the question it is basically a fill in the blanks so i can just fill in func1(-------).I...
  19. archit

    how to pass a 2d array as a pointer

    In the program below, the function &quot;func1&quot; operates on 2-D array of integers. The memory is allocated in the &quot;main&quot;. #define ROW (3) #define COL (4) #define ARRAY_SIZE (ROW*COL) void func1(int matrix[][COL]) { /* Matrix operation */ } int main() { int * matrix =...

Part and Inventory Search

Back
Top