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. mithra

    txt file not opening in XP environment.

    It is c:\Documents and settings\ and not c:\Decuments and settings....... Thanks for the reply. I know that its fun to find a solution , but if any one already faced this problem, its not good to spend time on this !!!!
  2. mithra

    txt file not opening in XP environment.

    Please look into the code ... response.setContentType("application/text"); response.setHeader("Content-Disposition", "attachment; filename=" + fileName); ServletOutputStream os = response.getOutputStream(); try { ...... ..... ...... }catch(){ }...
  3. mithra

    AutomationException: 0x80040154 - Class not registered

    Hi ... When I run my application on weblogic 8.1 which installed windows 2000 server , I am getting the following error on the weblogic console. But the same application when I deployed on a m/c having Windows XP Proffesinal its working fine , I can not make out any difference between the two...
  4. mithra

    Apache Jetspeed

    Hi , Any one working on jetspeed portal framework ? If yes I want your help. Thanks and Regards Mithra
  5. mithra

    Cant not Display Static pages

    Hi .. I installed and running a web application on WebSphereApplication server Advanced Eddition V5.0. Everything works fine. But I am not able to get some of the images as well as some of teh files which is there in my Document Root. The problem here is case sensitiveness of the file names...
  6. mithra

    Applet to Servlet

    Hi .. I would like to call a servlet from an applet . My Applet will prompt for a username and password (lets say) and when I click submit button , I need to transfer the control to the servlet . How can I do that ? I need servlet output has to be displayed on teh same screen . Any one knows...
  7. mithra

    File Name Problem

    Hi .. I am running a webapplication on IBM WebSphere Application Server v5.0. When I am displaying a page it is not undersating the flienames like FC_LOGO.jpg , G0.JPG etc .. eventhough FC_Logo.jpg, Go.jpg exists in my images directory ? Some of the files differ in teh case (upper case and...
  8. mithra

    Data source Problem WS 5

    Hi .. I Installed WS Application server 5, And Also I am trying to run my application using jdbc data source . I created data source as in the document , still I am not able to Its throwing some exceptions. error code : DSRA9002E .... Please anyone ready to help me , drop ur suggestons and it...
  9. mithra

    IBM WS Admin server Doesn't Start

    Hi .. I installed IBM WS Advanced Edition Version 4.x. And also installed DB2 7.2 as per instructins.And also updated to use Jdbc2.0. When I start WS Admin server , its not starting and giving the following error in the log. Please any one knows this problem help me. [03.03.10 13:03:52:656...
  10. mithra

    accessing mail grom Web

    Hi.. I am having my mail server and I can access my mails from my desk by configuring Outlook Express . But some times when I go out for long period how can I view my mails and send mails from my account? I don't want to configure any mail clients . Is there any tools/softwares available...
  11. mithra

    servlet reloading

    Hi .. I had installed apache + tomcat 3.2 in WinNt. Every thing working fine, But servlets are not reloading as I compile them in my working environment. my class files are in webapp/Root/web-inf/classes directory . Please help me. With regards Mithra
  12. mithra

    servlets on Apache J serve

    Hi I had installed Apache Server(1.3.14) and Apache Jserve(1.1.2) And It is working fine. But I don't know How to configure / run the servlets . And also tell me how to run the example servlets in it. Please reply soon. With regards Mithra
  13. mithra

    We are trying to establish communication between applet & Servlet. Tho

    We are trying to establish communication between applet & Servlet. Though we could establish communication, applet is not returning control back to servlet. Please help us out.
  14. mithra

    How to Load applet class In a servlet ?

    Hi,<br><br>&nbsp;&nbsp;&nbsp;We have an applet and we want to embed it in the output of our servlet. Applet works fine with HTML but does not get executed when it is being output by Servlet. Can anyone help us?<br><br>&nbsp;&nbsp;Thanks<br>Mithra
  15. mithra

    Java Script not working when embeded in the servlet.

    Hello,<br><br>&nbsp;&nbsp;&nbsp;Here is the Problem:<br><br>&nbsp;&nbsp;&nbsp;The script in the Html page output by the servlet is not working.<br>&nbsp;&nbsp;But when I tried to execute the same page&nbsp;&nbsp;as it is in the browser it is working fine.<br><br><br>Please let me know the...
  16. mithra

    Hi, I am having an java application . And I want to convert it i

    Hi,<br><br><br>&nbsp;I am having an java application . And I want to convert it into Web based pages using Servlets?<br><br>Can I make use of existing code ?<br><br>Thanks In advance<br><br>Mithra
  17. mithra

    Dr Watson's Error

    Hi,<br><br>&nbsp;&nbsp;I am trying to access database(MS SQL server) through the Servlet using jdbc driver on Windows NT Server. Everything is fine , But as soon as I get the result set I will Get Dr.Watson's error.<br><br>&nbsp;&nbsp;The Error is :<br><br>&nbsp;&nbsp;&nbsp;Excepion access...
  18. mithra

    How can I make My HTML Page Browser Compatible ?

    Hi,<br>&nbsp;&nbsp;here I have a problem:<br>&nbsp;&nbsp;&nbsp;My HTML page works fine in IE and it is not working properly with NN4.6 .<br><br>&nbsp;&nbsp;What could be the reason ? How to overcome this proplem ?<br><br>It contains simple text boxes and Edit Boxes.<br>&nbsp;&nbsp;The Detail...
  19. mithra

    applet servlet communication - security problem

    Hi .<br>&nbsp;&nbsp;&nbsp;I think you are forming URL without Host name and port address;<br><br>&nbsp;Try with this Connection URL:<br>&nbsp;&nbsp;&nbsp;(&quot;<A HREF="http://hostname:portno/servlet" TARGET="_new">http://hostname:portno/servlet</A>)<br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;I hope...
  20. mithra

    Problem while connecting to mysql using mm jdbc driver

    Hi , Here is my problem:<br>&nbsp;&nbsp;I am trying to connect to mysql using mm.mysql.jdbc-1.2c Driver , But I am not able to connect :<br>&nbsp;&nbsp;The Source code I used :<br>**********************************<br>&nbsp;&nbsp;import java.sql.*;<br>&nbsp;&nbsp;&nbsp;public class Test...

Part and Inventory Search

Back
Top