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

  1. BeenaBhat

    MySQL Table getting crashed

    Hello Bastien, I thank you for your interest. It is a web application, where, we are trying to capture user visited pages. So, for each page visited, we are inserting a record into the table. Here is a sample SQL INSERT INTO USCLKPF ( UKINTN, UKSRVN, UKURL, UKBRND, UKSTY, UKSIZ, UKSHP...
  2. BeenaBhat

    MySQL Table getting crashed

    Hi, We are using a MYSQL table for storing User Click information. The table grows obviously, as the number of hits to our site increases. However, often, this table crashes and we are not able to get any information from the table. The error number is 144 and the message is "Can't open .MYI...
  3. BeenaBhat

    Apache-Tomcat Link

    Hi, We have installed Apache 2.0.47 & Tomcat 3.3.1a & both are working fine, individually. The apache-tomcat plug-in is initialized by placing Include /jakarta-tomcat-3.3.1a/conf/jk/mod_jk.conf in httpd.conf file of Apache. Despite this, static files are being served by Tomcat & not...
  4. BeenaBhat

    IBM Websphere & IIS

    Hi, Here is an update to my above question. We found that, both IIS & embedded HTTP servers are working fine individually. Now only thing that can be suspected is "Plug In". Can any one tell us, how to configure the generated Plug-In file for IIS. Both IIS & Websphere application...
  5. BeenaBhat

    IBM Websphere & IIS

    Hi, 1. We are in the process of deploying our application on IBM Websphere 5.0 with IIS set up, which is installed on a remote machine. Is there any way to ensure that, plug-in is configured for IIS properly? 2. We tried giving the URL as http://www.a.com:9080/snoop & it works fine. This...
  6. BeenaBhat

    Slow AS400 Data Access

    Hi Friends, We have legacy data on AS400 and now, we are planning to go for its web enablement. We have installed JT400 jdbc driver for accessing data. We find that the response time is very high and it is because of database access. Can any one help us out? Thanx in advance, Beena Bhat

Part and Inventory Search

Back
Top