Re: Configuration Tomcat 4.0.1 for developing JSPs

2002-02-11 Thread tarunjava
the application in which u are making the changes should have the attribute regarding autoReloading true. This change in made at the place where the application is configures i.e. in server.xml file., bye tarun - Original Message - From: Christian Endres [EMAIL PROTECTED] To: Tomcat User

RE: Configuration Tomcat 4.0.1 for developing JSPs

2002-02-11 Thread Shiva.Devaguptapu
Include the following piece of code in your jsp's, check doing the same and reply if the problem still persists... % response.setHeader(Cache-Control,no-cache); response.setHeader(Pragma,no-cache); response.setHeader(Expires,-1); % -Original Message- From: Christian Endres

Re: Configuration Tomcat 4.0.1 for developing JSPs

2002-02-11 Thread tarunjava
the prob as i see is the Tomcat is not taking the changes and noit the browser tarun - Original Message - From: Shiva.Devaguptapu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 11, 2002 2:24 PM Subject: RE: Configuration Tomcat 4.0.1 for developing JSPs

RE: Session Management between IIS and Tomcat

2002-02-11 Thread Anton Brazhnyk
Hi, -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 09, 2002 6:48 PM To: Tomcat User Subject: Session Management between IIS and Tomcat I have already posted this question a while ago, but I was wondering if anybody knows of a mechanism

tomcat 4 + apache 1.3 + WarpConnection

2002-02-11 Thread Domenico Piol
hi i'm trying to get my tomcat installation work together with apache 1.3... without success. tomcat works fine as standalone, but with WarpConnection i get an error: *** error 2002-02-11 08:51:53

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-11 Thread Julien OIX
Domenico Piol a écrit : hi i'm trying to get my tomcat installation work together with apache 1.3... without success. tomcat works fine as standalone, but with WarpConnection i get an error: *** error 2002-02-11 08:51:53

RE: Error reading init-params

2002-02-11 Thread Anton Brazhnyk
Hi, -Original Message- From: Dominik Jednoralski [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 10, 2002 6:50 PM To: [EMAIL PROTECTED] Subject: Error reading init-params Hey Guys, I have a problem with getting my init-params from the web.xml-file. I'm using Tomcat 4,

Re: tomcat 4 + apache 1.3 + WarpConnection

2002-02-11 Thread Domenico Piol
didn't help, same error. thanks anyway... by the way, apache runs on port 80, 8008 is only the WarpConnector domenico Domenico Piol a écrit : hi i'm trying to get my tomcat installation work together with apache 1.3... without success. tomcat works fine as standalone, but with

JDBC

2002-02-11 Thread vinny patel
I am having problems with my servlets that connect to a postgres database. I am using the Tomcat 4, if anyone has any suggestions, i would be gratefull! thanks _ Join the world’s largest e-mail service with MSN Hotmail.

FW: SSL Connection between Apache and Tomcat

2002-02-11 Thread Sasvari, Zsolt
How can I set a secure connection between Apache and Tomcat? As I see the Ajp connetor is not SSL enabled. Then how secure will be a system if Tomcat runs in different machine from Apache? Somebody said there is your firewall. But 90% of attackers come from inside thus it is not a good answer.

RE: SSL Connection between Apache and Tomcat

2002-02-11 Thread Hitchman, Peter
Hi To start with you will need to build apache so that the mod_ssl module is installed and working. See the apache websites for details ... Regards Pete [END] -Original Message- From: Sasvari, Zsolt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 1:11 PM To: 'Tomcat Users

RE: SSL Connection between Apache and Tomcat

2002-02-11 Thread Sasvari, Zsolt
I have done it. The SSL connection between the browser and Apache works. But what about the connection between Apache and Tomcat? Regards, Zsolt -Original Message- From: Hitchman, Peter [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 11:56 AM To: 'Tomcat Users List' Subject:

Url Rewriting in Tomcat4.0

2002-02-11 Thread Jiger Java
Hi, Is is possible to do url rewriting in Tomcat. Something such that when a request like http://www.server.com/reseller comes in then the server will execute/get/map/etc etc the final url will become as http://server.com/servlet/LoginServlet?role=reseller which is then the named servlet

Re: Session Management between IIS and Tomcat

2002-02-11 Thread tarunjava
hi, The information saved in a session remains on the server specific class loader only and a session id is passed to the client which means the info in the session object is in the Tomcat's application specific class loader. But to share info between IIS and tomcat what we can to is save the

Re: JDBC

2002-02-11 Thread tarunjava
it would have been better had u send the prob u are facing. And in general try the code as a stand alone application and see if can get connected to the DB and if u do , then the prob could that the User is not authenticated to access the DB. for that u need to make an entry that the User should

RE: Session Management between IIS and Tomcat

2002-02-11 Thread Pavel Brun
if you can send me an example...that would be greatly appreciated. :-) Thanks Paul -Original Message- From: tarunjava [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 6:09 AM To: Tomcat Users List Subject: Re: Session Management between IIS and Tomcat hi, The information

RE: tomcat 4 + apache 1.3 + WarpConnection

2002-02-11 Thread John Wadkin
Your server.xml needs a host - something like this: Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache Connector className=org.apache.catalina.connector.warp.WarpConnector port=8008 minProcessors=5 maxProcessors=75 enableLookups=true acceptCount=10

RE: SSL Connection between Apache and Tomcat

2002-02-11 Thread Anton Brazhnyk
Hi, -Original Message- From: Sasvari, Zsolt [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 12:52 PM To: 'Tomcat Users List' (E-mail) Subject: FW: SSL Connection between Apache and Tomcat How can I set a secure connection between Apache and Tomcat? As I see the Ajp

RE: JDBC

2002-02-11 Thread Brian Adams
what problems are you having? can you post an error or code or both? B -Original Message- From: vinny patel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 3:48 AM To: [EMAIL PROTECTED] Subject: JDBC I am having problems with my servlets that connect to a postgres database.

Running More than one instance of tomcat

2002-02-11 Thread Donie Kelly
Hi all How can I run two version of tomcat using different server.xml files? I need one for testing and one for development on the same machine... Thanks Donie -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: 11 February 2002 12:34 To: 'Tomcat Users List' Subject:

RE: JDBC

2002-02-11 Thread vinny patel
this is the error message ** Cant find database Driver class: java.lang.ClassNotFoundException: postgresql.Driver SQL Exception java.sql.SQLException: No suitable driver ** and heres the coding * import java.io.*; import

Réf. : Running More than one instance of tomcat

2002-02-11 Thread joseph . vallot
How can I run two version of tomcat using different server.xml files? I need one for testing and one for development on the same machine... use -f xmlfile option to launch tomcat for instance: startup -f server1.xml same thing for shutdown. -- Joseph This message and any attachments

Re: Running More than one instance of tomcat

2002-02-11 Thread tarunjava
u dont need to run 2 seperate instance but create 2 seperate applications and both will have seperater class loader and thus will work as completly seperate sites. tarun - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday,

RE: Running More than one instance of tomcat

2002-02-11 Thread Donie Kelly
That's fine but I need to be able to restart the development one without upsetting the test one... Thanks Donie -Original Message- From: tarunjava [mailto:[EMAIL PROTECTED]] Sent: 11 February 2002 12:45 To: Tomcat Users List Subject: Re: Running More than one instance of tomcat u dont

Re: Running More than one instance of tomcat

2002-02-11 Thread Olaf Jahn
Donie Kelly [EMAIL PROTECTED] wrote: Hi all How can I run two version of tomcat using different server.xml files? I need one for testing and one for development on the same machine... Please see the documentation coming with your version of Tomcat. Trust me, your question is answered

RE: Running More than one instance of tomcat

2002-02-11 Thread Donie Kelly
Sorry about the unrelated post. It won't happen again ;) Donie -Original Message- From: Olaf Jahn [mailto:[EMAIL PROTECTED]] Sent: 11 February 2002 12:52 To: Tomcat Users List Subject: Re: Running More than one instance of tomcat Donie Kelly [EMAIL PROTECTED] wrote: Hi all How can

RE: JDBC

2002-02-11 Thread Brian Adams
where did you put your jdbc driver jar? mine is named jdbc7.0-1.2.jar and it is in my tomcat's common\lib directory. B -Original Message- From: vinny patel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 6:48 AM To: [EMAIL PROTECTED] Subject: RE: JDBC this is the error

RE: Re: jdbc driver deployment problem.

2002-02-11 Thread Randy Layman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 8:16 PM To: [EMAIL PROTECTED] Subject: RE: Re: jdbc driver deployment problem. Paul DuBois [EMAIL PROTECTED] wrote: Q: How can I get Tomcat to see 3 specific jar files?

RE: JDBC

2002-02-11 Thread vinny patel
sorted! thanks brian, i'll buy u a drink if i ever go to the states!! cheers From: Brian Adams [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: JDBC Date: Mon, 11 Feb 2002 06:53:58 -0600 where did you put your jdbc driver

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-11 Thread Randy Layman
-Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 10:28 AM To: Tomcat Users List Subject: Can't get IIS and tomcat to work PLEASE HELP !!! Can someone PLEASE help, I have been working on this for the best part of a week, without making

Tomcat 4.0, Linux 2.4 - Tomcat appears to deploy all directoriesunder /usr/local/tomcat as web apps.

2002-02-11 Thread Paul Downs
Hi, I have trawled the web and most newsgroups and cannot find the solution, no doubt I have misconfigured something somwhere along the line. The situation is that all Host entries I have defined try to deploy the directory structure under /usr/local/tomcat. This is an example of the host

RE: JDBC

2002-02-11 Thread Brian Adams
cool! free drink... :) -Original Message- From: vinny patel [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 7:06 AM To: [EMAIL PROTECTED] Subject: RE: JDBC sorted! thanks brian, i'll buy u a drink if i ever go to the states!! cheers From: Brian Adams [EMAIL PROTECTED]

Re: Url Rewriting in Tomcat4.0

2002-02-11 Thread Paul Downs
--On 11 February 2002 16:47 +0530 Jiger Java [EMAIL PROTECTED] wrote: Hi, http://www.server.com/reseller comes in then the server will execute/get/map/etc etc the final url will become as http://server.com/servlet/LoginServlet?role=reseller which is then the named servlet be executed.

RE: Can't get IIS and tomcat to work PLEASE HELP !!!

2002-02-11 Thread Deep Singh Bhau
Hi Perform the following steps one by one and im sure u will be able to do that: Create a win32 directory in bin which is under tomcat home. Create a new directory called i386 under win32. Unzip isapi_redirect.zip and extract the contents to the i386 directory just created. 1. *In the

RE: Url Rewriting in Tomcat4.0

2002-02-11 Thread Coetmeur, Alain
look about the Valves... http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/valve.html http://jakarta.apache.org/tomcat/tomcat-4.0-doc/catalina/docs/api/org/apache /catalina/Valve.html one limitation in using Valves is that one cannot change the content of a request is it has already been

RE: Réf. : Running More than one instance of tomcat

2002-02-11 Thread Deep Singh Bhau
Hi, I have used the option startup -f server1.xml... but got the following error on startup Your TOMCAT_HOME appears to contain spaces. Unable to set CLASSPATH dynamically. Setting your CLASSPATH statically. Without above option its working fine. Regards, Deep -Original Message-

RE: Réf. : Running More than one instance of tomcat

2002-02-11 Thread Donie Kelly
I've used -f option and it now works fine. Remember to use different port numbers and remember to change the redirectPort=443 to something else on second instance... Donie -Original Message- From: Deep Singh Bhau [mailto:[EMAIL PROTECTED]] Sent: 11 February 2002 13:23 To: Tomcat Users

RE: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib

2002-02-11 Thread Matt Small
Yes, but . . . (1) I am able to successfully do this with 4.0.2-b2. I had catalina xerces 1.4.3 and my webapp using the two 2.0.0 jars. No problems. (2) To make sure that this wasn't a problem with xerces 2.0.0, I rolled my webapp back to using 1.4.3 and rebuilt it. So now with both xerces

Tomcat 4.0.2 - Selective of JDK!

2002-02-11 Thread Al-Qalb el-Mounir
I can not explain this behavior, but when I uncomment either jdk1.2 or j2sdk1.4 tomcat would work fine. If I were to use jdk1.3, as shown beneath, tomcat will spit the following error for every contect available. And of course no JSP/Servlets will be available. I have upgraded to tomcat 4.0.2

Tomcat 3.3a - classloader hirearchy questions

2002-02-11 Thread Mario Felarca
Hello, I had a problem a few days ago with Tomcat 3.3a and loading classes that I have tracked down. I wanted to ask if my understanding of the classloader hirearchy is correct or if there are other people that have experienced similar behavior. I was running Tomcat 3.3a as a service, and on

servlet resource mapping - jms queue

2002-02-11 Thread G.L. Grobe
Anyone know how to map a JMS queue to a servlet? I'm guessing it's w/ a resource-ref tag, but now sure how to fill it out, or where it goes. I've got a servlet as follows in my web.xml ... --- servlet servlet-nameStreamer/servlet-name

Re: Inserting DATE into SQL server

2002-02-11 Thread Jonathan Eric Miller
Unless your table only has one column, you need to specify which column you are setting the value for in your INSERT statement. You should also use the JDBC escape sequence for a date as well that way it is DBMS independent. INSERT INTO table1 (column1) VALUES ({d '-mm-dd'}) Jon -

Using Tomcat Without a Webserver

2002-02-11 Thread Mark Woon
Hi all. I know it's standard practice to hook Tomcat up to a webserver, but is this really necessary? According to the docs, the main reason for this is that Tomcat's performance when serving static files is sub-par, although it usually goes on to note that this has improved recently. I can't

Mulitple instances of Tomcat on NT machine

2002-02-11 Thread Omprakash Sonie
Hi I am trying to use apache 1.3.22 as web server and Tomcat 3.2.4. I have tested with one local worker. It is working properly. I wish to test by creating two workers in workers.properties file. 1. How do i create mulitple instances of Tomcat (what conf files need to be modified) ?

Re: Tomcat 4.0.2 - Selective of JDK!

2002-02-11 Thread Remy Maucherat
I can not explain this behavior, but when I uncomment either jdk1.2 or j2sdk1.4 tomcat would work fine. If I were to use jdk1.3, as shown beneath, tomcat will spit the following error for every contect available. And of course no JSP/Servlets will be available. I have upgraded to tomcat

More info on mod_webapp problems....

2002-02-11 Thread Andrzej Jan Taramina
For some reason, Tomcat 4.02 doesn't always return a proper response header when it receives a GET request for an image across the Apache Warp (mod_webapp) connection under Windoze. If you try to access the sample Tomcat page: /examples/jsp/index.html There are three images that GET's are

Re: Tomcat 4.0.2 memory leaks?

2002-02-11 Thread Remy Maucherat
Hi, Tomcat 4.0.2 release notes mention a javac memory leak. I checked the archive, but it wasn't clear whether the memory leak problem is a javac (as distributed by SUN in a JDK release) is the root cause. Could someone confirm the javac memory leak problem is tomcat specific or a JDK

Re: Mulitple instances of Tomcat on NT machine

2002-02-11 Thread jonathan
On Mon, Feb 11, 2002 at 05:28:04PM -0800, Omprakash Sonie wrote: Hi I am trying to use apache 1.3.22 as web server and Tomcat 3.2.4. I have tested with one local worker. It is working properly. I wish to test by creating two workers in workers.properties file. 1. How do i

Re: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib

2002-02-11 Thread Remy Maucherat
I am using xerces 2.0.0 in one of my webapps so I need to move xerces.jar out of /common/lib and into /server/lib. This works just fine with 4.0.2-b2. With 4.0.2 If I keep xerces.jar in /common/lib and use xerces.jar 1.4.3 in my web app everything starts up just fine. But if I move xerces.jar

RE: Session Management between IIS and Tomcat

2002-02-11 Thread colin . madere
From my minute experience in dealing with session sharing between these two, I would say you'll have to use a hack or spend quite a long time devising something that's remotely graceful. For my short work, when I set values that need to be shared on one end, I forward the request (after

Tomcat 4 SSL Connector

2002-02-11 Thread Trevor Nielsen
Hi, I am currently trying to establish if I can specify my own security provider to be used by Tomcat 4.0.1 instead of the one packaged. I'm led to believe it may be possible (or may in the future be possible) by the server.xml file. When you set up an SSL Connector, you have to specify the

RE: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib

2002-02-11 Thread Matt Small
Thanks for the clarification. As long as xerces 1.4 in /common/lib can coexist with Xerces 2 in a webapp that seems ok. Next time I'll try to be a little more verbose in my bug reports. Matt -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11,

Re: Tomcat 4.0.2 memory leaks?

2002-02-11 Thread Phan Anh Tran
Hi Remy, Do you have a link to a javasoft bug report for the javac memory leak? Thanks. Anh At 05:30 PM 2/11/2002 -0800, Remy Maucherat wrote: Hi, Tomcat 4.0.2 release notes mention a javac memory leak. I checked the archive, but it wasn't clear whether the memory leak problem is a

Re: Tomcat 4.0.2 - Startup fails after moving xerces.xml from /common/lib to /server/lib

2002-02-11 Thread Remy Maucherat
Thanks for the clarification. As long as xerces 1.4 in /common/lib can coexist with Xerces 2 in a webapp that seems ok. Yes, they can. I reckon there isn't any perfect solution :-( Next time I'll try to be a little more verbose in my bug reports. That always helps :) It read like it doesn't

Re[2]: Mulitple instances of Tomcat on NT machine

2002-02-11 Thread tomcat
Hello Here I sent you a copy of the site. Apache 1.3.23 + Tomcat 4.0.2 + Load Balancing January 24, 2002 by Pascal Forget This article contains step by step instructions for configuring an Apache 1.3.23 web server which handles static content and delegates JSP (Java Server Pages) and Servlet

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Mon, 11 Feb 2002 21:01:08 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Database Bean Between JSP and Normal Servlet

2002-02-11 Thread Jason Webber
I have a few servlets and some jsp pages. Right now the both have their own database pool. What is the best way to make the pool avalible to JSP pages and servlets that I have created myself. These are in the same context. Right now I have database bean that has scope of application and my

Re: Using Tomcat Without a Webserver

2002-02-11 Thread Pascal Forget
Hi Mark, I'll tell you about our experience. I made a public website for a real estate banner (franchiser). The public website gets over 3 million hits per day, and as you may imagine, lots of the bandwidth that gets consumed is images. So for that we have an Apache server which handles

Sharing a bean between servlet and jsp. Arrggghhhhh

2002-02-11 Thread Dahnke, Eric
Now I'm going crazy. This can't be so hard. Please help... I can't figure this out. I'm trying to share a bean between a jsp page and servlet. Arggh... Please I help on other lists... and donate time to charity. I've been to Barnes and Noble and looked at a heap of texts. I've done no

Re: Sharing a bean between servlet and jsp. Arrggghhhhh

2002-02-11 Thread Charles Baker
Which is first the jsp or the servlet? I don't see any code in your servlet snippet that adds the new instance of the bean to the session. If the bean already exists in the session as created by the jsp, a session.setAttribute(myFormBean, fb) will overwrite the old bean values w/ the new values.

Will there be a rpm of Tomcat 4.0.2 available

2002-02-11 Thread Antony Stace
Hi Will there be a rpm of Tomcat 4.0.2 made available somewhere? -- Cheers Tony$B!#(B - _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

RE: Réf. : Running More than one instance of tomcat

2002-02-11 Thread Deep Singh Bhau
Hi I have used the same option but after giving the message starting tomcat in new window nothing happens. Regards, Deep -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Monday, February 11, 2002 6:56 PM To: 'Tomcat Users List' Subject: RE: Réf. : Running More

Finding the content type from within a JSP

2002-02-11 Thread Dr. Evil
I have an interesting question. I can see that there is a ServletRequest.setContentType(String) method which would let me set the content type, but from what I can tell, there is no corresponding get method. This seems very strange. I want some of my jsp tags to generate different content

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 01:16:55 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 01:18:29 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 01:31:11 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

EJB, Weblogic and Tomcat

2002-02-11 Thread Tad Frysinger
tomcat 4.0.2 weblogic 6.1 Trying to get the initial context to work correctly when I try to deploy the PetStore .war file for tomcat to process, but have all the EJB's for WebLogic 6.1 to handle. Has anyone got the combination of tomcat and weblogic to work successfully where the weblogic

Getting values from different tables

2002-02-11 Thread Uma Maheswar
Hi, I wanted to know if there is any possiblility of getting all the values from a Database in a single command. Example: I am using it in this way in a browser select * from and here is a drop down box which contains table names as register,pc,signup . I select the table I need from the

Re: Sharing a bean between servlet and jsp. Arrggghhhhh

2002-02-11 Thread Nikola Milutinovic
Now I'm going crazy. This can't be so hard. Please help... I can't figure this out. I'm trying to share a bean between a jsp page and servlet. Arggh... Please I help on other lists... and donate time to charity. I've been to Barnes and Noble and looked at a heap of texts. I've

Re: Inserting DATE into SQL server

2002-02-11 Thread Uma Maheswar
Hi, Thanks for your replies. I tested both of your methods and mine too. But in all the cases I found the date to be inserted Random as 1899 or 1905 or so on. cal = Calendar.getInstance(); cal.set(year,month,date); sqlDate = new java.sql.Date(cal.getTime().getTime()); or totdate =

Re: Finding the content type from within a JSP

2002-02-11 Thread Micael Padraig Og mac Grene
How can your tags not know that type they are generating? I don't understand that. At 06:04 AM 2/12/02 +, you wrote: I have an interesting question. I can see that there is a ServletRequest.setContentType(String) method which would let me set the content type, but from what I can tell,

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 01:43:56 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

how to run multiple instances of a single application on a single tomcat.

2002-02-11 Thread Deep Singh Bhau
Hi I'm new to this mailing list. Could anyone please tell me how to run multiple instances of application on a single tomcat. For example I have a application A which connects to a Database X. All I want is that the second instance of Application A should connect to a Database B. Regards,

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 01:47:16 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 01:47:15 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

Re: Finding the content type from within a JSP

2002-02-11 Thread Dr. Evil
How can your tags not know that type they are generating? I don't understand that. And I would like to understand how they can know which type they are generating. Could you possibly show me how to write a very simple tag which simply prints out the content type of the page it is on? From

Returned mail: User unknown

2002-02-11 Thread Mike Campbell
The original message was received at Tue, 12 Feb 2002 02:11:59 0500 - The following addresses had permanent fatal errors - [EMAIL PROTECTED] - Transcript of session follows - ... while talking to mail.s1.com: RCPT To:[EMAIL PROTECTED] 550 [EMAIL PROTECTED]... User

[REPOST] Unusual Problem: I can fetch the actual JSP files from server to client

2002-02-11 Thread Haresh Gujarathi
Hi, I have an unusual problem; I have a following html file which displays frames in the browser window. index.html !-- frames -- frameset rows=50%,* frame name=1 src=top.html marginwidth=10 marginheight=10 scrolling=auto frameborder=0 frame name=2 src=welcome.jsp