setContentType()

2002-09-26 Thread Debopam Ghoshal

Hi All,
Can anyone please let me know what are the different content type settings
available. Actually i want to force the user download an xml file instead of
it opening in the browser. So for this what content type setting should i
use so that the user is prompted to download and save the file instead of
the file directly opening in his browser.
Thanks in advance,
Regards,
Debopam.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Urgent: Swing And JSP Communication

2002-03-18 Thread Debopam Ghoshal

Dear All,
Can anyone please tell me how to send an object from a swing application to
a JSP running on Tomcat 4. For example how can I print a string sent from the
swing application, on the tomcat server console.

Thanx in advance,
Regards,
Debopam.

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Off Topic: About Networking

2002-03-13 Thread Debopam Ghoshal

Dear All,
Can anyone pls tell me whether there is any means by which I can get all the
IP addresses running in a specified domain. I can only specify the name of
the domain or the name of the workgroup, as the case may be.

Thanx in advance,
Debopam.

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Increase Server Timeout Period.

2002-02-24 Thread Debopam Ghoshal

Dear All,
I am using Jakarta Tomcat 4.0, and I would like to know whether there is any
means  by which I can increase the time out period of the server. Currently
I have a couple of beans which are performing some complex database
queries/updates and also come I/O opertaions. These needs more time than it
is alloted for the page, so even when the beans are running in the
background, the browser(IE 6.0) pops up with a message that server has timed
out. How can I prevent this from happening.
Thanx in advance,
Regards,
Debopam.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



JSP and FTP

2002-02-12 Thread Debopam Ghoshal

Dear All,
I want to upload files from a JSP using the FTP. Can anbody suggest how can
I proceed with this and also from where can I obtain the relevant FTP api
along with documentation. I am presently using Tomcat 4.0 and JDK 1.3.1.
Thanx in advance,
Regards,
Debopam.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Problem with fonts

2002-01-18 Thread Debopam Ghoshal

Dear All,
Can anyone suggest on how I can use different fonts(multilingual) in my
JSPs, especially when there is a chance that those fonts may not be present
on the client's machine.
Thanx in advance,
Debopam


--
Sent through GMX FreeMail - http://www.gmx.net

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



How to use Different Fonts

2002-01-15 Thread Debopam Ghoshal

Dear All,
Can anyone suggest on how I can use different fonts(multilingual) in my
JSPs, especially when there is a chance that those fonts may not be present on
the client's machine.
Thanx in advance,
Debopam

--
Sent through GMX FreeMail - http://www.gmx.net

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Problem with IBM Websphere Application Server 4

2002-01-14 Thread Debopam Ghoshal

Dear All,
I recently installed IBM Websphere Application Server 4 along with IBM HTTP
Server. The HTTP server starts automatically when my machine starts(OS:
Windows 2000 Server). But when I start my Application Server, sometime it
starts and most of the times it does not start. The administrator's console
page (http://localhost:9090/admin) does not show up most of the times. Can
someone help me configure my Appserver as well as HTTP Server so that they
run smoothly. Moreover I would like to know how to connect my appserver to
Oracle 8i server running on my machine, since i do not have DB2 installed.

thanx a lot in advance,
regards,
Debopam.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com