Re: Please help me sir

2005-06-27 Thread Jaroslav Záruba
Hello Asit Could it be that you write for Java 1.5 whilst your Tomcat somehow expects Java 1.3? Try this link: http://blog.taragana.com/index.php/archive/how-to-run-javac-15-or-beyond-compiler-for-jsp-compilation-in-tomcat-55-with-generics-enabled-and-other-15-only-features/1/ hope it helps have

Re: Please help me

2004-12-13 Thread VTR Ravi Kumar
I dont think u would have to shut down the server to upload files. The context must be reloadable ie., set the reloadable = true in the context using the admin page VTR BHEL haridwar - Original Message - From: Rajesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 13,

Re: Please help me

2004-12-13 Thread Rajesh
i tryed but sometimes it gives error when i restart(restarting webapp) it works good or is it possible to display a page for any request to the server or a perticular webapp that site is under maintanance please visit in few minutes is it possible? Rajesh VTR Ravi Kumar wrote: I dont think u

Re: Please help me

2004-12-13 Thread Hari Mailvaganam
You can load balance between the two instances. cheers, Hari Mailvaganam On Mon, 13 Dec 2004 16:29:16 +0530, Rajesh [EMAIL PROTECTED] wrote: i tryed but sometimes it gives error when i restart(restarting webapp) it works good or is it possible to display a page for any request to the

Re: Please help me

2004-08-12 Thread David Smith
I'm guessing the snippet below is from your struts-config.xml file. I tried to make that work and couldn't even on a straight forward textbook example. It was much easier to define the datasource in the [context].xml file in conf/Catalina/localhost, use the DBCP db pool, and then write my

RE: Please help me for jk_nt_service problem

2004-01-12 Thread Larry Isaacs
See the note at the bottom of this page: http://www.apache.org/dist/jakarta/tomcat-3/bin/win32/i386/ Cheers, Larry -Original Message- From: Dreamy Wu [mailto:[EMAIL PROTECTED] Sent: Sunday, January 11, 2004 4:49 AM To: [EMAIL PROTECTED] Subject: Please help me for jk_nt_service

Re: Please help me for jk_nt_service problem

2004-01-11 Thread Bill Barker
It looks like you commented out the line: Dreamy Wu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi : Please help me for jk_nt_service problem . wrapper.jvm.options= in your wrapper.properties file. Description : [I followed your guiding :

Re: Please help me in my problem...

2003-11-10 Thread Samuel Le Berrigaud
If you don't say which error message you got it will be a little difficult ! SaM Steven Ang wrote: Hello, I need some help in configurating tomcat server. I'm doing a JSP project, I have read some documentation about tomcat and it states that i need to add some line in

Re: Please help me in my problem...

2003-11-10 Thread adriacom6340
I got similar problems when I saved the server.xml with non standard ascii chars. Scrive Steven Ang [EMAIL PROTECTED]: Hello, I need some help in configurating tomcat server. I'm doing a JSP project, I have read some documentation about tomcat and it states that i need to add some line

RE: Please help me

2003-03-24 Thread Jeremy Whitlock
Juan, Here you go: http://www.moreservlets.com/Using-Tomcat-4.html Hope this helps, Jeremy -Original Message- From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:56 PM To: [EMAIL PROTECTED] Subject: Please help me I`m using Apache 1.3 and Tomcat

RE: Please help me

2003-03-24 Thread Jeremy Whitlock
Juan, Woops. My bad. Wrong link. Here is the right link: http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml Hope this helps, Jeremy -Original Message- From: Juan Carlos Correa [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 12:56 PM To: [EMAIL PROTECTED]

RE: Please help me

2003-03-24 Thread Filip Hanik
and http://www.johnturner.com/howto/ Filip -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Monday, March 24, 2003 11:52 AM To: 'Tomcat Users List' Subject: RE: Please help me Juan, Here you go: http://www.moreservlets.com/Using-Tomcat-4.html

Re: Please Help me

2002-12-29 Thread Bill Barker
JServ is deprecated, and AFAIK, not supported at all for Tomcat 4.x. Since you are running under Windows, mod_webapp isn't an option. You'll need to get the mod_jk connector from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2 /. Manoj Tyagi [EMAIL PROTECTED] wrote

RE: please help me

2002-11-22 Thread Michael Echerer
To use servlets you will need a servlet container/webserver like Tomcat. To compile servlets some .jar files from Tomcat are necessary. You have to add this to your classpath or use ant scripts whatever. In your case I guess that servlet.jar from /tomcat/common/lib/ is missing in your

Re: please help me

2002-11-22 Thread Carsten Ziegert
You'll have to include servlet.jar in your CLASSPATH. servlet.jar is part of your tomcat distribution. When using Tomcat 4.1 you can find it in $CATALINA_HOME/common/libs Carsten Am Freitag, 22.11.02, um 12:40 Uhr (Europe/Berlin) schrieb Shabeer Miah: Hi There, I'm very new to

RE: Please help me!!

2002-10-03 Thread Miguel Angel Mulero Martinez
This depends on how you use the connection. If you use a db pool, then the pool must reconnect. There're pools that do that and other that don't do. Regards. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 03 de octubre de 2002 9:47 Para:

Re: Please help me!!

2002-10-03 Thread [EMAIL PROTECTED]
Well I use the default pool DataSource of tomcat 4.0.3. I get a initial connection (--- static block) and then I return that with getConnection() method. I suppose that when the db is restarted my connection becomes null, but I'm not sure. I'm planning to use DBCP: is it possible using

RE: Please help me!!

2002-10-03 Thread Koes, Derrick
You may want to look into these two classes from oracle. oracle.jdbc.oci.OracleOCIConnection oracle.jdbc.pool.OracleOCIConnectionPool They should be in the classes12.jar. This will preclude you from using the thin driver, but probably provide more stability in connection pooling. Read Oracle

Re: Please help me!!

2002-10-03 Thread Nikola Milutinovic
Miguel Angel Mulero Martinez wrote: This depends on how you use the connection. If you use a db pool, then the pool must reconnect. There're pools that do that and other that don't do. Does DBCP that comes with Tomcat 4.0.4 and later reconnect? Nix. -- To unsubscribe, e-mail:

Re: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich
Hi There, I would go with Tomcat+SSL, the setup is much easier than your other alternative. The only thing you really lose by not using apache is the ability to use virtual hosts. Mike On Fri, 2 Aug 2002, Sujith Mathew wrote: Please help me . My requirements are to serve JSP,

RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE
One option is to use IIS + SSL + Tomcat -Original Message- From: Sujith Mathew [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: Please help me... URGENT Please help me . My requirements are to serve JSP, Servlets, static

RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich
I wouldn't use IIS, especially if you're interested in having a secure server. IIS is historically unsecure. SSL won't mean much if someone can break into your system via your web server. On Thu, 1 Aug 2002, Durham David Cntr 805CSS/SCBE wrote: One option is to use IIS + SSL + Tomcat

Re: Please help me... URGENT

2002-08-01 Thread Rick Fincher
Hi, If you need to get it up and running fast, just use Tomcat with SSL. You can always add Apache later if you think it will boost performance. Setting up an Apache+SSL+Tomcat server can be tricky if you are a newbie (and even if you aren't). A lot of this depends on what you are running and

RE: Please help me... URGENT

2002-08-01 Thread Durham David Cntr 805CSS/SCBE
Why are we worried about securing a Windows 2000 server?? I thought they just wanted it set up and running. -Original Message- From: Michael B Sebetich [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:42 PM To: Tomcat Users List Subject: RE: Please help me... URGENT

RE: Please help me... URGENT

2002-08-01 Thread Michael B Sebetich
and running. -Original Message- From: Michael B Sebetich [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 2:42 PM To: Tomcat Users List Subject: RE: Please help me... URGENT I wouldn't use IIS, especially if you're interested in having a secure server. IIS

Re: Please help me improve my question skills (number of tomcat a pps)

2002-06-12 Thread Martin Jacobson
Knutsen Jeffrey S wrote: YES! You've hit it! I AM asking the question about how fast the car will go. At this time, I DON'T care about the type of car or engine! My question is being analyzed far too deeply by the diligent developers on this mail list. snip Well, although I agree with

RE: Please help me improve my question skills (number of tomcata pps)

2002-06-11 Thread Knutsen Jeffrey S
, 2002 7:32 PM To: Tomcat Users List Subject: Re: Please help me improve my question skills (number of tomcat apps) Your question cannot be answered without specifying criteria. 1) OS type 2) JVM type 3) Type and Complexity of Application 4) Are you using connectors 5) Are you connecting

RE: Please help me improve my question skills (number of tomcat a pps)

2002-06-11 Thread Whitcomb, Roger
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Knutsen Jeffrey S [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 9:20 AM To: Tomcat Users List Subject: RE: Please help me improve my question skills (number of tomcat a pps) YES! You've hit it! I AM asking

RE: Please help me improve my question skills (number of tomcat apps)

2002-06-10 Thread Marek, Tomas
Maybe you'd better check this http://www.tuxedo.org/~esr/faqs/smart-questions.html first or, still better, ask at The Tomcat Developer List, which can be subscribed here http://jakarta.apache.org/site/mail2.html . The guys there might know. That's all I can do for you, mate. tom

Re: Please help me improve my question skills (number of tomcatapps)

2002-06-10 Thread Craig R. McClanahan
On Mon, 10 Jun 2002, Knutsen Jeffrey S wrote: Date: Mon, 10 Jun 2002 08:48:39 -0500 From: Knutsen Jeffrey S [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Please help me improve my question skills (number of tomcat apps)

RE: Please help me improve my question skills (number of tomcata pps)

2002-06-10 Thread Knutsen Jeffrey S
! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:33 AM To: Tomcat Users List Subject: Re: Please help me improve my question skills (number of tomcat apps) On Mon, 10 Jun 2002, Knutsen Jeffrey S wrote: Date: Mon, 10 Jun 2002 08:48:39 -0500

Re: Please help me improve my question skills (number of tomcat a pps)

2002-06-10 Thread Arshad Mahmood
. Can somebody more knowledgeable confirm the extra resource requirements for virtual hosts/contexts. Regards, Arshad - Original Message - From: Knutsen Jeffrey S [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, June 10, 2002 4:37 PM Subject: RE: Please help me

Re: Please help me improve my question skills (number of tomcat apps)

2002-06-10 Thread Craig R. McClanahan
On Mon, 10 Jun 2002, Arshad Mahmood wrote: Date: Mon, 10 Jun 2002 16:49:07 +0100 From: Arshad Mahmood [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Please help me improve my question skills (number of tomcat a pps

Re: Please help me improve my question skills (number of tomcat apps)

2002-06-10 Thread Adrian
Your question cannot be answered without specifying criteria. 1) OS type 2) JVM type 3) Type and Complexity of Application 4) Are you using connectors 5) Are you connecting to databases Your current question is like asking how fast and how far will a car go. I don`t care what kind of car, or

RE: please help me

2002-04-17 Thread Jon Gibbs-Smith
First thing to do is look at the log. tomcat 4 is much better at logging than version 3. If you did not chnge the logging entry in the server.xml the examples log file will show details about what is happening when your webapp (context as Tomcat4 calls it) is loaded. If you simply see an entry

RE: please help me

2002-04-15 Thread Janarthanan, Prasanna
PROTECTED]] Sent: Sunday, April 14, 2002 8:25 PM To: Tomcat Users List Subject: Re: please help me perhaps you could post some more information? Which errors do you get from tomcat if you try to access your application? In general, although i've not been a Tomcat3.2-user, i read in a few

Re: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread hemant
Put a break point in between and examine Context and its contents. Also check the spelling/case of datasource lookup name. If you are creating the Datasource yourself, check for any exceptions during its registration. If the DS is on an application server, talk to your Server admin. regards

Re: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Laura
I think that the context is ok bacause the log file (catalina.out) tells me: [DEBUG] InitialContext = javax.naming.InitialContext@46110f9b [DEBUG] lookup java:comp/env = org.apache.naming.NamingContext@3700f9b [DEBUG] Datasource = Resource reference to a factory for java.sql.Connection

RE: please help me

2002-04-15 Thread Jon Gibbs-Smith
First thing to do is look at the log. tomcat 4 is much better at logging than version 3. If you did not change the logging entry in the server.xml the examples log file will show details about what is happening when your webapp (context as Tomcat4 calls it) is loaded. If you simply see an

RE: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-10 Thread Lee Chin Khiong
Anybody familiar with sql ? I have a question here, how to link 2 tables from JSP when they have a same field name ?

RE: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-10 Thread Nicholson, Dale
Nicholson -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 1:43 AM To: 'Tomcat Users List' Subject: RE: Please help me on a question about TOMCAT OR APACHE + TOMCAT Anybody familiar with sql ? I have a question here, how to link 2

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-10 Thread David Cassidy
, April 10, 2002 1:43 AM To: 'Tomcat Users List' Subject: RE: Please help me on a question about TOMCAT OR APACHE + TOMCAT Anybody familiar with sql ? I have a question here, how to link 2 tables from JSP when they have a same field name ? -- To unsubscribe: mailto:[EMAIL PROTECTED

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-10 Thread Ken Anderson
Tomcat Standalone is not an enterprise webserver, and will not stand up to the pounding that Apache can take. I think you would find that your response time drops off rather quickly if you are hosting 200 active virtual domains. If you don't serve many concurrent requests, and don't need the

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread todd tredeau
Hi; I have a sample with example virtual host setup on my Chiki open source project site. http://chiki.wiserlabz.com/view.do?nodeId=Tomcat4 Unfortunately, you'll have to sign in and edit to view the full source. I think it answers your question. Personally, I'd probably still run Apache

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread Michael Teter
Howdy. I found a very useful document that describes in simple terms how to set up Apache + (n * Tomcat) in load-balancing fashion. That may be something to consider just for flexibility. I currently have mine configured with only one Tomcat, so the load balancer isn't doing much for me, but

Re: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-09 Thread Lalit Nagpal
hello, i am using tomcat as a standalone. i have jsps and servlets working quiet normally, i see no reason why apache should be connected to tomcat if servlets and jsp serve your purpose. although some people argue that for static pages apache will respond to requests much faster than tomcat.

RE: Software caused connection abort (Was: Re: Please help me! problem with tomcat.)

2002-03-27 Thread Daniel Bruce Lynes
On March 26, 2002 07:29 pm, Zhe wrote: Maybe it's silly, but I want get some help! In one of my jsp page I want to show a image dynamically, so I put an dynamical IMG tag in the HTML jsp is outputting. But when the client request the page the image cann't be showen. And there is some error

RE: Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Andy Eastham
Isak, It's still servlet.jar, in tomcat4\common\lib. Andy -Original Message- From: Isak Rickyanto [mailto:[EMAIL PROTECTED]] Sent: 21 March 2002 05:42 To: Tomcat User Group Subject: Please help me found Jar file needed to compile Tag Handler Hello all please help me...

Re: Please help me

2002-03-05 Thread Lev Assinovsky
Seems, you need to modify catalina.sh script to add all .jar under $JAVA_HOME/lib to class path, which is passed to java. To do that you need to understand shell. Startup.sh doesn't use CLASSPATH environment variable. [EMAIL PROTECTED] wrote: Hi all, I'm an italian student: for my thesis I

Re: Please help me

2002-03-05 Thread rsequeira
what is TOMCAT_HOME set to? I assume you are using Tomcat 3.x.x version. RS lauradiara on 03/05/2002 08:42:07 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Please help me Hi all, I'm an italian student: for my thesis I have to install

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
Hi there, I can give you all the help you need -- I just did that. You will need to create a custom realm (not tough), and then there are some infrastructure dependent details to consider. Email me back if you want info. Chris -Original Message- From: ans M [mailto:[EMAIL

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
I would be interested too, if you can share it. Thanks. Bongiorno.Christian wrote: Hi there, I can give you all the help you need -- I just did that. You will need to create a custom realm (not tough), and then there are some infrastructure dependent details to consider. Email me back

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
, December 20, 2001 8:50 AM To: Tomcat Users List Subject: Re: Please help me on NT Authentication I would be interested too, if you can share it. Thanks. Bongiorno.Christian wrote: Hi there, I can give you all the help you need -- I just did that. You will need to create a custom realm

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
Can't you change the IP adresses and other passwords ? I guess they are too numerous ? I was asking for an intranet project, but I can't begin testing right now. I wouldn't even have enough right to access to our NT server. I would have keep your information for later use. -- To unsubscribe:

RE: Please help me on NT Authentication

2001-12-20 Thread Jim Urban
To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Please help me on NT Authentication Hi there, I can give you all the help you need -- I just did that. You will need to create a custom realm (not tough), and then there are some infrastructure dependent details to consider. Email me back

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
Are these questions on NT authentication directed at me? Not that I mind, I just need to know my audience -Original Message- From: Bruno VERNAY [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 9:23 AM To: Tomcat Users List Subject: Re: Please help me on NT Authentication

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
Yes ... you said that you did it. Bongiorno.Christian wrote: Are these questions on NT authentication directed at me? Not that I mind, I just need to know my audience -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
your admin if you're not sure. -Original Message- From: Bruno VERNAY [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 9:23 AM To: Tomcat Users List Subject: Re: Please help me on NT Authentication Can't you change the IP adresses and other passwords ? I guess they are too

Re: Please help me on NT Authentication

2001-12-20 Thread Bruno VERNAY
It's still a NT Domain. But my PC is an 2k workstation. Bongiorno.Christian wrote: Well, if you create a custom realm you can specify anything your 'lil heart desires in the config.xml file. You have all the right you need to access your NT domain controller if you can log onto the

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
are in that situation then this will just plug in. Chris -Original Message- From: ans M [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20, 2001 10:24 AM To: Bongiorno.Christian Subject: RE: Please help me on NT Authentication Hey Don't tell me how to do this in Weblogic I had mentioned

RE: Please help me on NT Authentication

2001-12-20 Thread Bongiorno.Christian
P.S. The classes for NT authentication in JAAS are WINDOWS dependent. They use a native DLL and JNI. Sorry, been there -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: please, help me!

2001-12-14 Thread Marcelo Gabriel Demestri Felip
I have a web aplication and this aplication read some system properties and this is funcion corret in tomcat, but now I want to put a copy of this application and I want to read same system properties but with other values that I will define. My question is: Can I define two different shells

Re: please help me

2001-04-20 Thread [EMAIL PROTECTED]
tomcat is working fine on win2k - Original Message - From: zzb To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 7:30 PM Subject: please help me Dear Sir. Where can I download jni_connect.dll ? In addition, whether can Tomcat be installed od

Re: please help me

2001-04-20 Thread Steffen Gransow
Under http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i386/ you'll find the required files. Perhaps I don't understand your question right, but you can install/use tomcat with your existing Win2K installation. Regards Steffen Gransow Dear Sir. Where can I download

RE: *** Please help me

2001-03-01 Thread Randy Layman
It would appear that your Tomcat is not working correctly (looking at the isapi log it determines it should redirect, however the the service() method indicates that its failing. Does Tomcat work on port 8080? I would guess that the Microsoft JVM is causing your problems. Try

Re: please help me

2001-01-04 Thread Ted Husted
You really probably want to start with http://java.sun.com/docs/books/tutorial/ And then visit Javasoft / JavaServer Pages- http://java.sun.com/products/jsp/technical.html Javasoft / TagLibs - http://java.sun.com/products/jsp/taglibraries.html JSR-052 - Standard Taglib Expert Group -

Re: please help me

2001-01-04 Thread yaya
i want to get information from database - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 04, 2001 5:56 PM Subject: AW: please help me At least tell us what are you trying to do in /servlet/qry_training.java at line 106 and some

RE: please help me

2001-01-04 Thread G.Nagarajan
) -Original Message- From: yaya [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 04, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: Re: please help me i want to get information from database - To unsubscribe, e-mail