Need help for server.xml

2001-10-26 Thread Jean-Luc BEAUDET
Sorry if this is the second Post... I made a little mistake ! Hi all, I'm newbie with the Tomcat env. Runnin' SOLARIS 8 Apache 1.3.20 and ApacheJServ 1.1.2 i had to decide to shift to Tomcat 4.0.1 especially for jsp's. I'm happy with it but i'd like to: keep my servlets zones as they

Catalina - Bootstrap Error (Need help)

2001-09-21 Thread Chris
- Original Message - From: Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 21, 2001 8:34 AM Subject: How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error Hi I have installed the Tomcat 4.0 on my machine but when I run it I get the following error :

i need help for mod_webapp/TCb7

2001-09-05 Thread Francis Lapique
Tomcat b7 + mod_webapp How in apache do get numguess.jsp to be executed correctly? http://mysite/examples/jsp/num/numguess.jsp Here my apache_log 2001-09-05 11:24:01 [org.apache.catalina.connector.warp.WarpConnection] Exception on socket java.io.IOException: Premature packet header end

Re: i need help for mod_webapp/TCb7

2001-09-05 Thread Pier Fumagalli
Francis Lapique [EMAIL PROTECTED] wrote: Tomcat b7 + mod_webapp How in apache do get numguess.jsp to be executed correctly? http://mysite/examples/jsp/num/numguess.jsp I don't see anything wrong in those log files... What happens? Pier

Getting the user environment variable::Need help

2001-08-07 Thread Nilanjan Das
Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using System.getProperty() method but it is returning NULL. Can anyone point out why? This is what I did: $export TEST=testing $echo $TEST testing But when I execute System.getProperty(TEST) from my code,

RE: Getting the user environment variable::Need help

2001-08-07 Thread William Kaufman
To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using System.getProperty() method but it is returning NULL. Can anyone point out why? This is what I did: $export TEST

RE: Getting the user environment variable::Need help

2001-08-07 Thread Tim O'Neil
- From: Nilanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 7:12 AM To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using System.getProperty

Re: Getting the user environment variable::Need help

2001-08-07 Thread Nilanjan Das
- From: Nilanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 7:12 AM To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using

Re: Getting the user environment variable::Need help

2001-08-07 Thread Tim O'Neil
: Nilanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 7:12 AM To: tomcat jakarta Subject: Getting the user environment variable::Need help Hi, I am on HP-UX and trying to access one user environment varaible from the Java code using

centerimg src=http://198.70.186.1/help.gif onclick=alert('I need help about sessions!') border=0/center

2001-08-03 Thread Loïc Lefèvre
:) Hi I've got one big problem: Story: I'm developping an application based on servlet. On the login screen, I enter my user name and my password. On the server, I create a session to store these parameters THEN I redirect: respons.sendRedirect(/start/adfront.html); Apache receive the

AW: I need help about sessions!

2001-08-02 Thread Ralph Einfeldt
=alert('I need help about sessions!') border=0/center

Need help with isapi_redirect.dll on W2KSP2/IIS5

2001-08-01 Thread Pedro R. Jimenez
I've tried everything I could think of. I followed the directions to the letter, but I couldn't get that little green arrow pointing up in the ISAPI filters tab in the web site properties in the inetmgr.exe. I then tried building Tomcat. Then I tried building the isapi_redirect. The .dsp and

RE: Need help with isapi_redirect.dll on W2KSP2/IIS5

2001-08-01 Thread Navarro, Jose
Pedro, I know, this my seem rather stupid, but I solved this problem removing the ajp13 connector from the workers.list line in TOMCAT_HOME/conf/workers.properties. That is, the original file you get includes a line like this: worker.list=ajp12, ajp13 Just remove , ajp13 I did some other

Need help with tomcat.policy and javamail

2001-07-16 Thread jack . chu
Hi, I have a java servlet sending a email via smtp using JavaMail. The servlet sends out the email fine when executed through telnet session. When I run the servlet thru Tomcat, I get a java.security.AccessControlException: access denied (java.net.SocketPermission stage.icarian.com resolve)

need help about tomcat4

2001-07-08 Thread khurram mirza
hello, i 've unzipped tomcat4 on my system and created classes forlder in its root dircetory for having servlet classes.i put all servlet classes in that folder.when i access servlet it give status code 404(i.e resource /servlet/classname) not found.what is the problem with it. khurram

RE: need help about tomcat4

2001-07-08 Thread Michael Wentzel
i 've unzipped tomcat4 on my system and created classes forlder in its root dircetory for having servlet classes.i put all servlet classes in that folder.when i access servlet it give status code 404(i.e resource /servlet/classname) not found.what is the problem with it. Classes go into

RE: I need help in tomcat configuration with Oracle 8.1.7

2001-07-05 Thread Mike Braden
, July 03, 2001 6:37 AM To: [EMAIL PROTECTED] Subject: I need help in tomcat configuration with Oracle 8.1.7 Hello, I would like to know whether anyone is able to give me a hint towards solving the following scenario. If anyone is available on consultation basis, it is fine too. I have developed

I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Internet Total Solutions LLC - Customer Liaisons Department -
Hello, I would like to know whether anyone is able togive me a hinttowards solving the following scenario. If anyone is available on consultation basis, it is fine too. I have developed website personalization engine in javathat comes with it's own kind of application server to handle the

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Sam Newman
:37 AM Subject: I need help in tomcat configuration with Oracle 8.1.7 Hello, I would like to know whether anyone is able togive me a hinttowards solving the following scenario. If anyone is available on consultation basis, it is fine too. I have developed website

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread pete
'Serious Errors'? you'll have to be a bit more specific than that. Exactly what errors is tomcat giving you? - Segmentation faults? NullPointerExceptions? NoClassDefFoundException? Also, be aware that Tomcat 3.2.2 is the latest stable version, and it has fixes for a number of problems with

RE: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Hughes, Tim
PROTECTED]Subject: I need help in tomcat configuration with Oracle 8.1.7 Hello, I would like to know whether anyone is able togive me a hinttowards solving the following scenario. If anyone is available on consultation basis, it is fine too. I have developed website

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Brendan McKenna
Hi, If I remember correctly, you have to be using at least jdk1.2 in order to run Tomcat, but the classes111.zip file is intended for use with jdk1.1. You might have better luck if you used classes12.zip (which you can get from technet.oracle.com).

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Internet Total Solutions LLC - Customer Liaisons Department -
need help in tomcat configuration with Oracle 8.1.7 I don't know anything too specific about use with Oracle, but I've certainly used servlets/JSP's to access DB's via JDBC in the past (read: maintained code which did it, not developed it!), so its certainly possible. Firstly, could

RE: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Eoin Woods
, July 03, 2001 3:37 AM To: [EMAIL PROTECTED] Subject: I need help in tomcat configuration with Oracle 8.1.7 Hello, I would like to know whether anyone is able to give me a hint towards solving the following scenario. If anyone is available on consultation basis, it is fine too. I have developed

Re: I need help in tomcat configuration with Oracle 8.1.7

2001-07-03 Thread Darren Thamadi Roberts
As long as you have the classes111.zip in your classpath, you should not have a problem. I just created a simple form that allowed a user to enter information and login. You could also hardcode these values and they would work. Here's a little snippet of code that works fine. You have catch the

Re: need help for rmi calls from tomcat 3.2.1

2001-07-03 Thread Shyam Sarkar
Message - From: Francisco Areas Guimaraes To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 5:10 PM Subject: Re: need help for rmi calls from tomcat 3.2.1 Assumming you installed tomcat in "c:\tomcat", you have to copy the "getStart" directory t

need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Shyam Sarkar
I installed rmi example problem (Helloworld) in a directory called getStartunderC:\rmi\rmi. I can start the server and the client applet as described inthe trail.Next I started tomcat server and copied getStart under webapp directory.I started rmiregistry and then the server.I tried to

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Francisco Areas Guimaraes
Have you copied to "/webapps/ROOT" ? Francisco - Original Message - From: Shyam Sarkar To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 6:43 PM Subject: need help for rmi calls from tomcat 3.2.1 I installed rmi example problem (

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Shyam Sarkar
] Sent: Monday, July 02, 2001 3:00 PM Subject: Re: need help for rmi calls from tomcat 3.2.1 Have you copied to "/webapps/ROOT" ? Francisco - Original Message - From: Shyam Sarkar To: [EMAIL PROTECTED] Sent: Monday, July 02,

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Francisco Areas Guimaraes
\tomcat\webapps\ROOT" is the physical address of "localhost:8080", got it? []´s Francisco - Original Message - From: Shyam Sarkar To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 7:02 PM Subject: Re: need help for rmi calls from tomcat 3.2.1 No, I co

RE: Need Help understanding Oracle JDBCRealm

2001-06-28 Thread Randy Layman
: Dennis Murphy [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 12:07 AM To: [EMAIL PROTECTED] Subject: Need Help understanding Oracle JDBCRealm Hello, BACKGROUND I'm a new JSP developer who just moved a simple application over from JSERV to mod_jk. My small application

Need Help understanding Oracle JDBCRealm

2001-06-27 Thread Dennis Murphy
Hello, BACKGROUND I'm a new JSP developer who just moved a simple application over from JSERV to mod_jk. My small application worked fine under JSERV. All it needs to do is connect to an Oracle database to verify a USERNAME PASSWORD. QUESTION 1. Do you have to establish a JDBCRealm in order

Need help...

2001-06-15 Thread Harish kumar AP
Hi All, I would like to use Tomcat 3.2.2 (Servlet and Jsp engine), with Zeus Web Server 3.3.8. I need know how to configure Tomcat with Zeus web server. If some body provide me some link or information, would be of great help. Thanks in advance. Regards -Harish

I need help!!

2001-06-15 Thread Marc-andre Thibodeau
I spent too many hours trying to solve my problem. The next step will be a psychotherapist! Here is all I did: Trying to install: Tomcat 4.0 b5 JDK: 1.3.0 OS: Linux 6.1 downloaded: jakarta-tomcat-4.0-b5.zipjakarta-servletapi-4.0-b5.zip unzipped both of them set CATALINA_HOME correctly

Re: I need help!!

2001-06-15 Thread Luba Powell
, June 15, 2001 10:54 AM Subject: I need help!! I spent too many hours trying to solve my problem. The next step will be a psychotherapist! Here is all I did: Trying to install: Tomcat 4.0 b5 JDK: 1.3.0 OS: Linux 6.1 downloaded: jakarta-tomcat-4.0-b5.zipjakarta-servletapi-4.0-b5.zip

Re: I need help!!

2001-06-15 Thread Marc-andre Thibodeau
PROTECTED] Sent: Friday, June 15, 2001 10:54 AM Subject: I need help!! I spent too many hours trying to solve my problem. The next step will be a psychotherapist! Here is all I did: Trying to install: Tomcat 4.0 b5 JDK: 1.3.0 OS: Linux 6.1 downloaded: jakarta-tomcat-4.0-b5.zip

Re: I need help!!

2001-06-15 Thread Luba Powell
: I need help!! I LOVE YOU!!! It was because of the servlet.jar! I just deleted it and now it works!!! But could somebody tell me what is the point of putting a tomcat version with an incompatible version of the servlet api in the same download directory??? grrr... Well, I feel better now

Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
Hi, Could anybody out there who worked on Tomcat with IIS? I am facing problems with configuration. I followed all the steps mentioned in Tomcat documentation.Here is the URL http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html But in this doc at step 9 it is mentioned

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
. -Original Message- From: Rajeshwar Rao.V [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 12:06 PM To: '[EMAIL PROTECTED]' Subject: Need help urgently regarding Tomcat with IIS Hi, Could anybody out there who worked on Tomcat with IIS? I am facing problems

Re: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Frans Thamura
It happen in my IIS also.. but I success install it using Apache for Windows Help please. Frans - Original Message - From: Rajeshwar Rao.V [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 1:36 PM Subject: Need help urgently regarding Tomcat with IIS Hi

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread yeye
try this guide http://www.verysimple.com/scripts/support_tc_iis.html it's easier to follow. -Original Message- From: Frans Thamura [mailto:[EMAIL PROTECTED]] Sent: 14 Juni 2001 15:22 To: [EMAIL PROTECTED] Subject: Re: Need help urgently regarding Tomcat with IIS It happen in my IIS

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: RE: Need help urgently regarding Tomcat with IIS try this guide http://www.verysimple.com/scripts/support_tc_iis.html it's easier to follow. -Original Message- From: Frans Thamura [mailto:[EMAIL PROTECTED

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Rajeshwar Rao.V
PM To: '[EMAIL PROTECTED]' Subject: RE: Need help urgently regarding Tomcat with IIS Thank you Yeye. Could you please interpret this error. This is my IIS log file: 10:32:09 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 10:33:13 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 10:33:13 127.0.0.1

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread yeye
- From: Rajeshwar Rao.V [mailto:[EMAIL PROTECTED]] Sent: 14 Juni 2001 17:59 To: '[EMAIL PROTECTED]' Subject: RE: Need help urgently regarding Tomcat with IIS Thank you Yeye. Could you please interpret this error. This is my IIS log file: 10:32:09 127.0.0.1 GET /jakarta/isapi_redirect.dll+ 404 10:33

RE: Need help urgently regarding Tomcat with IIS

2001-06-14 Thread Randy Layman
: Need help urgently regarding Tomcat with IIS I'm not sure. I don't really understand on tomcat, because I'm a newcomer on tomcat technology. I guess code 404 means that the file can not be found. Make sure that physical path of the jakarta virtual directory is the location where your

Get a JDBC DataSource via JNDI ( using Poolman ) - NEED HELP

2001-05-31 Thread Patrick . Pierra
We are trying to get a DataSource with a JNDI lookup. We want to use PoolMan for this and JNP (as JNDI server) Our questions -- 1. How to setup the JNP server or another JNDI server with Tomcat ? 2. How to install Poolman, we have copied the poolman.jar, install the poolman.xml file

How to remote Login Tomcat server ..Need help

2001-05-16 Thread Venkatesh Sangam
Hi friends, I need some help.. I have to start Tomcat webserver remotely. I even have to set the maximum connections the webserver can take(the webserver will run on another machine) can anyone help me with this thanks Venkatesh

NEED Help!!! Session passing problems between webapp module and TOMCAT

2001-05-09 Thread Meir Faraj
Hi , I use the latest buid of tomcat and it works . I tried to compile the webapp module given with it and could not compile . So I got webapp from the b1 and it compile fine ,most examples in servlet works and most jsp doesn't work . I've found the problem and it's that the session is not

Need help!

2001-04-30 Thread Vikram Mahuvakar
I just installed tomcat 3.2.1 on Solaris2.8. I am noticing that in my servlet when I call req.getSession( true ); It takes about 15 seconds to get a new session from tomcat. This code was working fine with tomcat version 3.1.x. How come it takes so long to get a new session? Do we need to

RE: Need help!

2001-04-30 Thread William Kaufman
. -Original Message- From: Vikram Mahuvakar [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 2:37 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Need help! I just installed tomcat 3.2.1 on Solaris2.8. I am noticing that in my servlet when I call req.getSession( true

need help badly...

2001-04-28 Thread johnd
What can I do? I have tried every thing! Compiling apache...compiling mod_jk.so... I am trying to connect apache to tomcat when i run httpd I get this: - [johnd@board apache2080]$ bin/httpd Syntax error on line 9 of /home/tomcat/conf/mod_jk.conf-auto: Cannot load

Re: need help badly...

2001-04-28 Thread Jan Labanowski
And how can we help you, if you do not tell us which OS, which version, etc. you are using. If your OS is Linux 7.0, IRIX 6.5, or Solaris 2.7 , you can look at my installation/compilation logs at: http://www.ccl.net/cca/software/UNIX/apache Jan PS. If you are using alpha apache 2X you are on

RE: need help badly...

2001-04-28 Thread Nael Mohammad
You read my mind, I was just about to take on this project right now, thank you so much. :) -Original Message- From: Jan Labanowski [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 11:44 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: need help badly

RE: need help badly...

2001-04-28 Thread Nael Mohammad
Community RULES! :) -Original Message- From: Nael Mohammad [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 28, 2001 11:44 AM To: '[EMAIL PROTECTED]' Subject: RE: need help badly... You read my mind, I was just about to take on this project right now, thank you so much

Re: need help badly...

2001-04-28 Thread johnd
apache 1.3 on linux x86 - Original Message - From: Jan Labanowski [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 11:43 AM Subject: Re: need help badly... And how can we help you, if you do not tell us which OS, which version, etc. you

Re: need help badly...

2001-04-28 Thread johnd
I compiled from the source code. - Original Message - From: Noel E. Lecaros [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 28, 2001 6:01 PM Subject: Re: need help badly... Hi, John I haven't encountered this exact same message but it looks like you have

Need help

2001-04-26 Thread Shelly Dhiman
Hi: I want to know in tomcat is it possible to treat any other file extension as jsp. I saved a .jsp file as .phj and i hace done the servlet mapping in web.xml like servlet-mapping servlet-namejsp/servlet-name url-pattern*.phj/url-pattern /servlet-mapping BUt when i try to open that page using

mod_jk on hp-ux - need help

2001-04-19 Thread Lian, Xiaobu (Alice) (Xiaobu (Alice))
Hi, I am new to the list and new to tomcat/apache. I installed apache 1.3.17 and tomcat 2.3.1 on our HP server, running hp-ux 11.00 (64bit). Both are running well standalone with simple configurations. We need to make tomcat working with apache. Now I am working on building mod_jk and had

RE: mod_jk on hp-ux - need help

2001-04-19 Thread Mike Braden
: mod_jk on hp-ux - need help Hi, I am new to the list and new to tomcat/apache. I installed apache 1.3.17 and tomcat 2.3.1 on our HP server, running hp-ux 11.00 (64bit). Both are running well standalone with simple configurations. We need to make tomcat working with apache. Now I am working

Need Help on Tomcat V4.0b

2001-04-09 Thread Noone Anil Kumar
Hi , I am trying to configure Tomcat V4.0b3 on Win NT 4.0 with Apache 1.3.12 but found it is different form Tomcat V3.2.1 in configuration part. As in Tomcat V 3.2.1 there is "tomcat/conf/tomcat.conf" file to include in apache "apache/conf/httpd.conf" but i have n't find the same in Tomcat

Re: Need Help on Tomcat V4.0b

2001-04-09 Thread Felix A. Milovanov
Hi , I am trying to configure Tomcat V4.0b3 on Win NT 4.0 with Apache 1.3.12 but found it is different form Tomcat V3.2.1 in configuration part. As in Tomcat V 3.2.1 there is "tomcat/conf/tomcat.conf" file to include in apache "apache/conf/httpd.conf" but i have n't find the same in

Re: Need Help on Tomcat V4.0b

2001-04-09 Thread Noone Anil Kumar
Hello , Thanks for your prompt reply. I have done the same but i was able to see apache server up because when i run "/bin/startup.bat" file tomcat console is comingUp and going down like a flash The configuration part what i did was 1. /tomcat/conf/server.xml -- added my servlet

** Need help - Error while opening the workers **

2001-04-02 Thread Prashantha . Marathe
Hi, I am getting an error during startup of Apache httpd can't be started - No such file or directory: Error while opening the workers. Has anyone else had this problem. Any thoughts or help? Thanks. My OS: Linux Regards, Prashanth Marathe D

Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

2001-04-02 Thread Meir Faraj
Hi all , I've installed on windows 98 Tomcat 4.0 Nightly build (04/02/01) And got it run but context not start because of Exception... localhost_log.2001-04-02.txt log contain the error . the file isappended . 2001-04-02 17:12:41 StandardLoader[/examples]: Reloading checks are enabled for

Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

2001-04-02 Thread Meir Faraj
Hi all , I've installed on windows 98 Tomcat 4.0 Nightly build (04/02/01) And got it run but context not start because of Exception... localhost_log.2001-04-02.txt log contain the error . the file is appended . please help.. 2001-04-02 17:12:41 StandardLoader[/examples]: Reloading checks are

RE: Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

2001-04-02 Thread Benot Jacquemont
Hi Meir, You're using a nightly build of a beta version... So it's twice more instable than the current 3.2.1 version... You shouldn't expect it to work fine. Benoît Hi all , I've installed on windows 98 Tomcat 4.0 Nightly build (04/02/01) And got it run but context not start because of

Re: Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

2001-04-02 Thread Meir Faraj
but I've tried also the b2 and it does the same thing . thanks. Meir Faraj - Original Message - From: "Benoît Jacquemont" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 02, 2001 5:31 PM Subject: RE: Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

need help

2001-04-02 Thread SUMIT SAUNDAL
dear friends, kindly help me on jdbc connectivity using Tomcat. I'm not able run servlet program containing connectivity code, which is running fine in the jvm otherwise.It is giving error 404. Servlets w/o db connectivity are running fine. I'm using Tomcat3.2.1(with jdk1.3) and Personal Oracle8

Re: Need help on getting work Tomcat4.0 Nightly build (04/02/01)...

2001-04-02 Thread Meir Faraj
Thanks , You are right ... I've put also the servlet.jar on lib so 2 copy whas in the CLASSPATH . - Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 1:03 AM Subject: Re: Need help on getting work Tomcat4

need help with linux, apache, tomcat environment

2001-03-28 Thread Todd Pfaff
I'm having some problems getting started with tomcat. My environment consists of: linux mandrake 7.2 linux 2.4.1 kernel apache (Apache-AdvancedExtranetServer/1.3.14 (Linux-Mandrake/2mdk)) these bits downloaded from the jakarta-tomcat web site jakarta-tomcat-3.2.1.tar.gz mod_jk.so

Need help identifying the browser a user is using

2001-03-19 Thread Gerard Monsen
I'd like my servlet to return content based on the browser the user is using. I know that at least Netscape and IE identify themselves using the "user-agent" field. However, their syntax between them and at least between two different versions of Netscape are very different. For example:

Re: Need help identifying the browser a user is using

2001-03-19 Thread Shawn
/body /html - Original Message - From: "Gerard Monsen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 11:09 AM Subject: Need help identifying the browser a user is using I'd like my servlet to return content based on the browser the user is using. I know

Re: Need help identifying the browser a user is using

2001-03-19 Thread Remy Maucherat
I'd like my servlet to return content based on the browser the user is using. I know that at least Netscape and IE identify themselves using the "user-agent" field. However, their syntax between them and at least between two different versions of Netscape are very different. For

RE: Need help identifying the browser a user is using

2001-03-19 Thread thebridgeproductions
it you probably already have an old version on that machine. regards, Craig -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 6:12 PM To: [EMAIL PROTECTED] Subject: Re: Need help identifying the browser a user is using I'd like my servlet

Need Help with problem

2001-03-09 Thread Kemp Randy-W18971
I have Tomcat 3.2.1 and Apache running, but I am getting this error on http://ecad.mot.com:8080/examples/jsp/num/numguess.jsp and need some help Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSP

Need help in starting tomcat

2001-03-04 Thread DO-DO
HI: I installed jdk1.3.0_02 on my windows 98 machine and also i installed tomcat on my machine. I set the JAVA_HOME evn variable to the installation directory on jdk and TOMCAT_HOME at its installation directory. When I enter Startup command it gives me this error message instead of starting

Re: Need help in starting tomcat

2001-03-04 Thread dick
Just type the following: c:\ COMMAND.COM /E:4096 /P This would increase the memory for environment and hence to get you tomcat start running! Dick Poon - Original Message - From: "DO-DO" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 05, 2001 9:13 AM Subject:

Re: Need help in starting tomcat

2001-03-04 Thread Jim Rudnicki
1. Go here http://www.geocities.com/jdrudnicki/ 2. Get JustGo 3. there is no step three... I installed jdk1.3.0_02 on my windows 98 machine and also i installed tomcat on my machine. I set the JAVA_HOME evn variable to the installation directory on jdk and TOMCAT_HOME at its installation

Need Help on Tomcat with NES

2001-03-01 Thread Satheesh . Krishnamurthy
Hi, This is Satheesh working for IT Solutions as Manger Infrastructure. I am trying to install Tomcat server and integrate with Netscape Enterprise Server. The Tomcat webserver working fine and the SnoopServlet also comes up, and NES webserver is working fine. But when call the servlet it says

RE: need help,please, second time to post it.

2001-02-23 Thread Adam Fowler
Every new beginning comes from some other beginning's end" -Original Message- From: sun [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 11:32 AM To: [EMAIL PROTECTED] Subject: need help,please, second time to post it. hi, there, when I start tomcat with apache, I got e

need help,please, second time to post it.

2001-02-22 Thread sun
hi, there, when I start tomcat with apache, I got error below: [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 145 [jk_ajp13_worker.c (173)]: In jk_endpoint_t::connect_to_tomcat, failed errno = 145 [jk_ajp13_worker.c (584)]: Error connecting to the Tomcat process. how come to

Need Help: Questions for Java Server Book

2001-02-21 Thread Art Taylor
I'm working on a Java Web site book that features Tomcat as the Java server of choice (yeah!). I have a few questions that aren't clear from the documentation. The 'Logger' element contains a 'name' attribute. How is this 'name' used? Are there certain logs that must be present for Tomcat,

Need Help: Tech Questions for Book

2001-02-19 Thread Art Taylor
I'm working on a Java Web site book that features Tomcat as the Java server of choice (yeah!). I have a few questions that aren't clear from the documentation. The 'Logger' element contains a 'name' attribute. How is this 'name' used? Are there certain logs that must be present for Tomcat,

Need help! :( (XALAN CONFIG )

2001-02-14 Thread Nazir Faisal-LFN003
Hello We are trying to configure Tomcat to work with Xalan (the XSLT engine). We have set up the servlet (XSLT.class) in the webapps directory ie D:\tomcat\webapps\faisal\WEB-INF\Classes\XSLT.class we have also configured the 'web.xml' in D:\tomcat\webapps\faisal\WEB-INF this file looks

RE: Need help! :( (XALAN CONFIG )

2001-02-14 Thread shlomi sarfati
PROTECTED]' Subject: Need help! :( (XALAN CONFIG ) Hello We are trying to configure Tomcat to work with Xalan (the XSLT engine). We have set up the servlet (XSLT.class) in the webapps directory ie D:\tomcat\webapps\faisal\WEB-INF\Classes\XSLT.class we have also configured the 'web.xml' in D

RE: Need help! :( (XALAN CONFIG )

2001-02-14 Thread Samson, Lyndon [IT]
PM To: '[EMAIL PROTECTED]' Subject: Need help! :( (XALAN CONFIG ) Hello We are trying to configure Tomcat to work with Xalan (the XSLT engine). We have set up the servlet (XSLT.class) in the webapps directory ie D:\tomcat\webapps\faisal\WEB-INF\Classes\XSLT.class we have also configured

RE: Need help! :( (XALAN CONFIG )

2001-02-14 Thread Cox, Charlie
Title: RE: Need help! :( (XALAN CONFIG ) you need to move xerces.jar and xalan.jar before xml.jar in your classpath. -Original Message- From: Nazir Faisal-LFN003 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 10:24 AM To: '[EMAIL PROTECTED]' Subject: Need help

RE: Need help! :( (XALAN CONFIG )

2001-02-14 Thread Nazir Faisal-LFN003
: 14 February 2001 15:33 To: '[EMAIL PROTECTED]' Subject: RE: Need help! :( (XALAN CONFIG ) Hi This question comes up alot on this list. The fix is to put your xml parser before the tomcat one in the CLASSPATH. ie xalan.jar;xerces.jar;xml.jar This will avoid the less functional classes in xml.jar

Need help

2001-02-06 Thread amit.dhavale
Hi, I have all the paths / Classpaths set. I have added the context in server.xml I have set my directory Eg: abcd under /usr/local/tomcat/webapps/abcd and set all the other directories. WEB-INF, classes etc... as per the specifications. Still, when i execute

Re: Need help

2001-02-06 Thread Brian Tol
[EMAIL PROTECTED] wrote: Hi, I have all the paths / Classpaths set. I have added the context in server.xml I have set my directory Eg: abcd under /usr/local/tomcat/webapps/abcd and set all the other directories. WEB-INF, classes etc... as per the specifications. I'm

I need help!!!

2001-02-02 Thread Rajashanin
Hi This is Rajashanin from India, I installed Apache and Tomcat in my machine to run JSP based project, I have tried a lot but I am unable to run my project, can you please tell me, where to put the JSP files, templates and the Java files?, does the Java files need to be compiled before

Re: I need help!!!

2001-02-02 Thread Narayanan
To: [EMAIL PROTECTED] Sent: Friday, February 02, 2001 5:35 PM Subject: I need help!!! Hi This is Rajashanin from India, I installed Apache and Tomcat in my machine to run JSP based project, I have tried a lot but I am unable to run my project, can you please tell me

Re: I need help!!!

2001-02-02 Thread Rajashanin
To: [EMAIL PROTECTED] Sent: Friday, February 02, 2001 5:40 PM Subject: Re: I need help!!! HI Where u have placed the application If u have not created any application just place the JSP under root and all the java files under web-inf . Narayanan s.w

Re: Need help

2001-02-02 Thread Avery Buffington
Simplest solution (if you can admin the firewall) would be to put ssh on the tomcat box and allow the firewall to pass the ssh traffic. Sooner or later you are going to need to access the box for maintennence or upgrading and this would allow you access it in a secure manner (and not have to

RE: Need help

2001-02-02 Thread Randy Layman
not possible to make Tomcat restart itself. Randy -Original Message- From: Salvady, Gopal [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 2:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Need help The main reason for this question is because if I update a existing servlet

RE: Need help

2001-02-02 Thread Jurrius, Mark
]' Subject:RE: Need help The main reason for this question is because if I update a existing servlet, it does not reload the servlet automatically and I have restart the server. When the application is put outside the firewall, I am helpless to restart the tomcat as I do not have access

Re: Need help

2001-02-02 Thread Avery Buffington
2001 2:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Need help The main reason for this question is because if I update a existing servlet, it does not reload the servlet automatically and I have restart the server. When the application is put outside the firewall, I am helpless

Need help for servlet and jsp mapping

2001-01-28 Thread Gunawan Tanudy
HI.. Can somebody help me , i got really frustrated regarding mapping servlet and jsp file to tomcat. I use Apache+ tomcat. the example files run well. i have made the context path in server.xml like the following Context path="/myserver" docBase="webapps/myserver"

Re: Need Help

2001-01-22 Thread wtf
wrapper.properties:wrapper.java_home=c:\java\jdk1.3 - Liam At 10:51 AM 1/22/01 +0530, you wrote: Hi, I need help from you guys. 1. I am loading a jsp thro tomcat. It is working fine. I am interested to know the flag setting for java compiler( it is used while compiling the .java file produced from

Need Help

2001-01-22 Thread Durai kumar
Hi, I need help from you. 1. I am loading a jsp thro tomcat. It is working fine. I am interested to know the flag setting for java compiler( it is used while compiling the .java file produced from JSP). Can any one help me in this regard? 2. Does anyone know what "jikes" are? Th

<    2   3   4   5   6   7   8   >