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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ASheriff

  1. ASheriff

    How Are Static Files Served in a Web-App Server Setup

    Well I have 1 Web Server having the static content and 2 app servers. The Web and App Servers are on separate boxes. The question is very simple if a JSP page or for that matter any page served through a "Web Handler" of the Web Server refers to a static resource on the web server. The...
  2. ASheriff

    How Are Static Files Served in a Web-App Server Setup

    If I have seperate m/c for app and web servers and my static content is on the web server then in my jsp program the refernce to this static content is done through a mapping of the mount point/drive of the where the static content is stored to a local drive on the app server. I thought that my...
  3. ASheriff

    Sending Out Mails

    Hi, I am running sendmail 8.9.3 on a RH 6.2 box. I have valid IP. I am new to sendmail. I need to send mails out from the server from a specific user name. So far I am not able to do so. I have a valid IP for my the server. The server is in a DMZ. My question is : 1. Do I need to have my...
  4. ASheriff

    MQ Series Integrator

    Hi, Is MQ Series Integrator just a MQ Series Software along with a Formatter and a Rules based engine ?, Or is it more than this ? Regards, Aejaz
  5. ASheriff

    Dealing With the Dead Letter Q

    Hi, With a Reciver-Sender / Sender Reciever Chanel If the Channels are distrupted the Message does not come to the Dead Letter Q of the Sender or Receiver, so where does the message go ? . I tried stopping the Receiver Channel, to distrupt the communication.
  6. ASheriff

    WinNT MQSeries 5.1 Services question?

    Hi, This could happen due to many reasons. I am going to assume faults related to the MQ Series Server. Check your Receiver Channel for its status, now since your sender channels seems to have according to you. Check the Error Logs for that Q Mgr.This can be found in <mq root>/qmgrs/<q...
  7. ASheriff

    File Access on a Multi-Boot System

    Hi, I have a system running Linux (RedHat 6.2), WinNT 4.0 (NTFS) and Win98 (FAT32), I also have a FAT16 partition. I am using LILO to boot into the system. My problem is that I need to access a folder on the FAT16/ FAT32 partition on to the Linux partition, on Linux I am using the nornal...
  8. ASheriff

    URGENT: SAMBA - I can't see linux computer in win98

    Check to see if you have exported the resources on the linux box with proper options
  9. ASheriff

    Web Administration Program

    For Web Analysis I prefer WebTrends there are many other Analisers like Wusage, Analog for basic analysis etc ...
  10. ASheriff

    Web Administration Program

    There are many Web Admin Packages My Favourite with Apache (if that is what u r using) is Comache. Search out there site, it is free download. The old site URL I suppose as changed.
  11. ASheriff

    Linux Booting Through LILO

    Hi , Thanks for the reply. but this is a running server, I cannot reboot it to see the boot prompt. I am using Redhat, what should I look for in Linuxconf to confirm if the system is booting through LILO. Aejaz
  12. ASheriff

    Linux Booting Through LILO

    Hi All, How do I find out if my Linux System is booting through LILO or not. Is there any command to find out if LILO is active or not, and if the system is booting using LILO ? Thanks, Aejaz
  13. ASheriff

    Apache mod_perl Module

    Hi, I am using the mod_perl module for running .pl and .cgi scripts on my Apache. I have also perl 5 installed on the same server. This is my server configuration for mod_perl: ScriptAlias /cgi-bin/ /usr/local/apache/cgi-bin/ <Directory /usr/local/apache/cgi-bin> AllowOverride...
  14. ASheriff

    Apache Redirection

    Hi, I am using the Apache &quot;Redirect&quot; Directive to redirect requests temporarily to another server.The Syntax I have used in my httpd.conf file is : Redirect /index.html http://10.1.1.6:7001/m4n/index.htm The Server 10.1.1.6 listens for http requests on port 7001. On Starting the...
  15. ASheriff

    TCP/IP on Windows NT

    Hi, Thanks for the response, but could you please tell me where from could get the TCP/IP Protocol to install on my NT box.I think I should be able to manage to configure the network properties once I get TCP/IP suite in place Thanks, Aejaz

Part and Inventory Search

Back
Top