A very simple question

2001-12-02 Thread Compulsive Obsessive
I have a very simple question. I have a web application ready to be deployed on a TomCat server. I want to generate a single war file for deployment but want to save myself the effort of editing web.xml file manually. Q- Are there any tools (for free) which can generate a war file (for Tomcat)

Re: A very simple question

2001-12-02 Thread I Wayan Saryada
use java jar command jar cvf myweb.war * the command above will create a war file which contains all the file on your current working directory. regards, wayan -Original Message- From: Compulsive Obsessive [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 02, 2001 5:48 PM To: [EMAIL

Session lost in IIS / Tomcat configuration.

2001-12-02 Thread HOOI Tak Keong, Henry
Hi all, I would like to post a question to the community that I am hoping some of you may have encountered and know the solution to. Based on the project requirements, we have to use IIS as our Web Server and Tomcat to run as a servlet container. The problem I am facing is that the session

Re: Servlet Mysql

2001-12-02 Thread Papo Napolitano
Thanks. now works fine! Cheers, Papo - Original Message - From: I Wayan Saryada [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 02, 2001 1:49 AM Subject: Re: Servlet Mysql Hi, To make sure that your database connection is closed add the finally block, so it

doubt regarding include files

2001-12-02 Thread Ramesh Kesavanarayanan
Hi all, i have a jsp which inlcudes label.jsp. But problem is that this label jsp has so many labels both in english and korean charcters. the client wants to see the korean characters on the screen. But whne i debugged the code there are so many string variables being instantiated as many as

Re: doubt regarding include files

2001-12-02 Thread Anthony Tagunov
Hello Ramesh! Monday, December 03, 2001, 3:02:01 AM, you wrote: RK i have a jsp which inlcudes label.jsp. But problem is RK that this label jsp has so many labels both in english RK and korean charcters. the client wants to see the RK korean characters on the screen. RK But whne i debugged the

OT: Apache Tomcat

2001-12-02 Thread S.Jyotinarayan
Hi all, I would like help on a couple of things. I have Apache and Tomcat running on my system. 1) I want to configure the httpd.conf file of Apache such that my Servername is somethings like 'ifpintranet.org' instead of the computer name or its ip address. Iwant to do this on my intranet.

How to pass some parameters to other excutable program and get th e return value back?

2001-12-02 Thread Jean Chiang()
Title: How to pass some parameters to other excutable program and get the return value back? How to pass some parameters to other excutable program written in other languages and to get the return value back?

i18n/servlets/jsp: tutorial/essay

2001-12-02 Thread Anthony Tagunov
Hello, community! :-) I have spent quite a bit time solving two complementary problems: outputting web pages in national (cyrillic, Japanese, Chinese)characters/ reading form parameters with national characters with servlets/jsps. I have also spent quite a bit time answering questions about

Re: Servlet Mysql

2001-12-02 Thread EJB ForAll
Hi Can you please tell me which application server you are using to connect to the mysql databse. And which mysql driver you are using to connect to the mysql database. REgards Deepak --- Papo Napolitano [EMAIL PROTECTED] wrote: Thanks. now works fine! Cheers, Papo - Original

Re: Servlet Mysql

2001-12-02 Thread Antoni Reus
You should always close Connection, Statements and Resultsets in a finally { } El 2001.12.01 22:55 Papo Napolitano ha escrit: Hi! I've written the following Servlet to read an Image from a Mysql Database and send it to the browser. public class ImageServlet extends HttpServlet { public

Re: Getting started

2001-12-02 Thread Mahesh Kumar Punjabi
http://java.sun.com/products/jsp/pdf/jsptut.pdf -Original Message- From: Guilherme Chapiewski [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 02, 2001 12:39 AM To: [EMAIL PROTECTED] Subject: Getting started Hi Javas! I have kinda experience in developing web software but none in