Tomcat Server Window NOT showing CONTINIOUSLY...

2003-08-14 Thread ssmtech
Hello Sir,             I am working on Tomcat4.1.24 and jsp/servlet application loaded into it.The problem i am facing is that when i Start the Tomcat Server the Command Prompt Window opens up for a few seconds and it vanishes after that..but the server startsI have made neccessary chang

Re: ClassNotFoundException under Tomcat

2003-07-31 Thread ssmtech
Hello Sir, Thanks for your suggestion.. Sorry for the typing mistake...it is WEB-INF and not WEB_INF... I have the AppSelectionServlet under , "webapps/web/WEB-INF/classes/com/servicelane/screens/AppSelectionServlet.cla ss" and also under "webapps/web/sl/servlet/AppSelectionServlet.class". Because

Downloading a Txt File from Server to Client Desktop Directly Without opening Dialog box

2003-02-11 Thread ssmtech
Hello Sir,         I am working on EJB and  using the following Code to Download a Text File from a particularDirectory on the Server to any where the user need to download it through the Dialouge box...But what i Really want to achieve is that the user should not be asked for an Dialouge b

Newsletter Problem...Please Help!!!

2002-06-20 Thread ssmtech
Hello All,   I am facing a very Strange Problem...I tried to send  Newsletters with following 3 URL's  1)URL=http://www.java.sun.com  2)URL=http://www.rediff.com   3)URL=http://www.oracle.com   After sending this newsletter when the Recipients clicks on the links fro

after sending email as a newsletter

2002-06-19 Thread ssmtech
eBodyPart);    msg.setContent(multipart);    Transport.send(msg);    Please help me out with the problem.Thanks a million in advance...   Regards SSMTech

File Downloading from Server to disk

2002-03-28 Thread ssmtech
;filename=\""+fname+"\";"); ServletOutputStream stream = null;      try {     BufferedInputStream bif = new BufferedInputStream(new FileInputStream("c:/ssmtech/download/customers/"+fname));      int data;     strea

Downloading File

2002-03-21 Thread ssmtech
Hello All,   Can anyone give me a detail descriptions of code for downloading a Text File from server to desktop. Can I use Multipart Request class.. from Oreilly.servlet.   Sameer.      

Uploading File

2002-02-15 Thread ssmtech
Hello,     I am trying to Upload a File using MultipartRequest Class, but the Directory(c:/upload) to which the File is to be Uploaded is giving problem. The Method “dir.canWrite()” is not getting executed.The directory c:/upload exists on my PC .   The Code is as follows   

SendingMail as Attachment

2002-02-07 Thread ssmtech
Hello All,    I am trying to send a file(JPG Image) from my PC as an Attachment,but it is giving me an Exception (access denied)"java.io.FilePermission".   I am using the JavaMailAPI for sending the Attachment.Also i have  given the IMG SRC(Hard Code) to a String and that String is sent

Sending HTML page(not as a Attachment)

2002-02-04 Thread ssmtech
Hello All, How can i send properly designed HTML page as a mail,but not as an Attachment. For example,a NewsLetter. Sameer

Problem while displaying pages in Iframe

2001-04-24 Thread SSMTech
ontactpage location or Contact page in another location or the same page in all four locations. Please respond as soon as possible, SSMTech ___ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of t