Re: Network error with -SSL-

2001-12-13 Thread Sunhild Copony
Hi, I called keystore with the same command as I used on Solaris: keytool -genkey -alias tomcat -keyalg RSA and didn't change the password. On Suse there is installed openssl. I added sslwrap, but there is no change... Thx for any hint! Sunny ---BeginMessage--- Hi, my app is running fine

Servlet-Mapping/Url-Pattern not recognized - Please - help ....

2001-12-13 Thread Franciszek Michal Misa
Hi All, I'm trying to: - configure the older Tomcat3.3Final (installed from Binary RPM) - on a linux (RedHatv7.1) system - running apache-1.3.22-1.7.1 Both Tomcat and apache are up and running - seem to be working - at least I can execute all the sample JSP pages and

Error while executing jsp page (Urgent)

2001-12-13 Thread pandrajula seshu srinivas
Hi, While i am executing .JSP file in jakarta-tomcat4.0.1 it is giving the problem as follows. Please let me know the problem quickly. JSP File %@ page language=java import=java.sql.* % html headtitleNumber Guess/title/head body %

Re: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread Kukkapalli PraveenKumar
Go to $TOMCATHOME/conf/server.conf and give like this. Context path=/examples docBase=webapps/examples crossContext=false debug=0 reloadable=true /Context On Thu, 13 Dec 2001 [EMAIL PROTECTED] wrote : Hi,

Re: Servlet-Mapping/Url-Pattern not recognized - Please - help ....

2001-12-13 Thread Andy Soedibjo
Have you put the MyHelloWorld.class in the myapp\WEB-INF\classes\ directory? Rgds, Andy. At 05:22 13/12/2001 -0500, you wrote: Hi All, I'm trying to: - configure the older Tomcat3.3Final (installed from Binary RPM) - on a linux (RedHatv7.1) system - running

RE: Error while executing jsp page (Urgent)

2001-12-13 Thread Wouter Boers
Try copying the code in a servlet and compile it, perhaps you get a better idea of why it can't compile the code. Wouter -Original Message- From: pandrajula seshu srinivas [mailto:[EMAIL PROTECTED]] Sent: Thursday, 13 December, 2001 11:17 To: [EMAIL PROTECTED] Subject: Error while

Re: Tomcat not starting on initialization

2001-12-13 Thread Kukkapalli PraveenKumar
That means TOMCAT is starting.It might be problem with someother On Thu, 13 Dec 2001 [EMAIL PROTECTED] wrote : Folks, I have installed Tomcat 4.0.1 on a system with Apache 1.3.20 on a Slackware 8.0 distribution. All the environment variables have also been set in the

Starting TC from inittab

2001-12-13 Thread Erwin Ambrosch
Hi! The TC3.3 doc. writes about starting TC from inittab. This is OK and works, but now TC runs as root. Is there a possibility to start TC from inittab under a user other than root. Tanks Erwin -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Re: Tomcat 4.0.1 doesn't seem to start

2001-12-13 Thread Kukkapalli PraveenKumar
It means thats working fine On Tue, 11 Dec 2001 Mihai Gheorghiu wrote : I installed 3.2.2 and 3.2.3 and they worked straight out of the ... tar.gz JDK 1.3.1 on RH 7.0 I untargzipped 4.0.1 in $CATALINA_HOME=/usr/local/jakart- a-tomcat-4.0.1 I go to /bin and type ./startup.sh I

RE: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread seng-keen . lau
Thanks for your info. How about port no# ? Can we define the port no# from tomcat ? Example: http://testing:180 or http://testing:1800 Thanks Regards Sk LAU -Original Message- From: Kukkapalli PraveenKumar [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 6:42 PM To: Tomcat

Re: Starting TC from inittab

2001-12-13 Thread E B
--- Erwin Ambrosch [EMAIL PROTECTED] wrote: Hi! The TC3.3 doc. writes about starting TC from inittab. This is OK and works, but now TC runs as root. Is there a possibility to start TC from inittab under a user other than root. su user -c tomcat_start

RE: mod_webapp file upload fix

2001-12-13 Thread Brian Adams
here are instructions: http://jakarta.apache.org/site/cvsindex.html here is a web view of mod_webapp: http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/ -Original Message- From: Dom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 4:21 PM To: Tomcat Users List

Re: RE: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread Kukkapalli PraveenKumar
You can change the port Number also. change the port number in server.xml Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler value=org.apache.tomcat.service.http.HttpConnectionHandler/ Parameter name=port

Re: Tomcat 4.0.1 doesn't seem to start

2001-12-13 Thread E B
--- Kukkapalli PraveenKumar [EMAIL PROTECTED] wrote: It means thats working fine Have you read the mail correctly ? doesnt seem so :-) On Tue, 11 Dec 2001 Mihai Gheorghiu wrote : logs/catalina.out is empty There seems to be no server on port 8080.

Problems with Virtualhost

2001-12-13 Thread Enrique López
I have installed Tomcat 3.2.3 and I have defined many virtualhosts. Ok, all things runs well, but on my work directory (where tomcat compile JSP's) tomcat creates on directory for each virtualhost that I have and compiles all my JSP's once for each virtualhost... Can I say to tomcat that all

RE: Tomcat 3.3 Error Code

2001-12-13 Thread Larry Isaacs
This indicates that the ErrorHandler was called recursively. This can occur if the original page has an error and an error page also has an error. I believe it can also occur if a Connection reset by Peer occurs at the right time so the error output has has no where to go and it causes another

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Larry Isaacs
Which version of Apache? I think there was one version that wasn't happy with back slashes '\'. You could try forward slashes '/'. Larry -Original Message- From: Adi Naren [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 8:01 PM To: [EMAIL PROTECTED] Subject: Tomcat

Tomcat not starting on initialization

2001-12-13 Thread Samarth_Kumar
Following up to my last email about tomcat not starting up, when I point my browser to http://localhost:, I don't get any response. Another question, does the process show up when you do a ps -ef. Folks, I have installed Tomcat 4.0.1 on a system with Apache 1.3.20 on a Slackware 8.0

RE: Application configuration

2001-12-13 Thread Larry Isaacs
The configuration you show only lets Tomcat execute servlets. All other content, Apache will try to serve directly. Is this your intent? It would also help to know which version of Tomcat 3.x you are using. (Note that Tomcat 3.3 does the best job of automating the connection to Apache.) In

HELP ON CHANGING THE ROOT

2001-12-13 Thread Ravi Reddy
Hi, I have installed tomcat on windows in d:\tomcat ie, my current document root will be d:\tomcat\webapps\root but , I want to have my root as d:\user\root How can I configure it?. thanks for the responses. Regards , Ravi. [EMAIL PROTECTED] -- This e-mail may contain confidential and/or

RE: Servlet-Mapping/Url-Pattern not recognized - Please - help ....

2001-12-13 Thread Larry Isaacs
I would focus first on getting http://myhost:8080/myApp/doHello to work. If it doesn't, http://www.myhost.com/myApp/doHello isn't going to work either. At this point it is usually good to check the log's to see if there are any clues as to why the URL failed. There is usually more there than

Re: Page encoding problem

2001-12-13 Thread Nikola Milutinovic
It is impossible to say what you are doing wrong if you do not include your code. I use full internationalization on all my jsp pages with no problem. But, I don't know what your encoding code is. I'll have to get back to you - it started working. The only thing I did was set UNIX

RE: Error while executing jsp page (Urgent)

2001-12-13 Thread Larry Isaacs
I believe this could happen if you have an old servlet.jar being used, possibly by having it or an old j2ee.jar in your jre/lib/ext directory. Prior to the Servlet 2.3, handlePageException() only accepted an Exception as a argument where in Servlet 2.3, Throwable is also accepted. Assuming the t

RE: How to setup the Virtual Directory in Tomcat

2001-12-13 Thread Larry Isaacs
Search for 8080 in server.xml and change it. Larry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 6:48 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: How to setup the Virtual Directory in Tomcat Thanks for your

GETTING STARTED WITH TOMCAT

2001-12-13 Thread panditji
hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set the JAVA_HOME in tomcat\bin\tomcat.bat to C:\jdk1.3.1 when i try to start the tomcat from MS-DOS from bin subdirectory a new window starts and disappears...(I Think this is what it should behave like!!)

RE: mod_webapp config

2001-12-13 Thread JStanczak
Send me the steps. I'm running a Solaris 8 7/01 Sparc station with apache and tomcat 4.0.1. I try to use the mod_webapp.so but get errors every time. I complains that the mod can't be loaded. I'm going to ask the question on the list again, but I think mod_jk is the only way. Thank You,

Space Problem ...

2001-12-13 Thread Andy Soedibjo
I tried to install Tomcat 4.0.1, to execute my servlet (which accessing RMI). First, I tried to install the Tomcat in the Program Files\Tomcat 4.0.1\ folder. And, I tried to run Tomcat as stand-alone ... It's working fine with the examples/ and jsp/, but It's not working with my servlet. After

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Tom Oinn
[EMAIL PROTECTED] wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set the JAVA_HOME in tomcat\bin\tomcat.bat to C:\jdk1.3.1 when i try to start the tomcat from MS-DOS from bin subdirectory a new window starts and disappears...(I Think this is

RE: mod_webapp config

2001-12-13 Thread JStanczak
Never mind. I didn't see the directions that you sent later. Thank You, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Pablo Lillia
Better assign JAVA_HOME TOMCAT_HOME in AUTOEXEC.BAT (Win9x), or in the Enviroment (NT/2K). At 08:59 13/12/2001 -0500, you wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set the JAVA_HOME in tomcat\bin\tomcat.bat to C:\jdk1.3.1 when i try to start

Re: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Andy Soedibjo
What version of tomcat have you installed? For tomcat 4.x you must set also CATALINA_HOME. If it's working fine, it should left one console(window) for you. Rgds, Andy. At 08:59 13/12/2001 -0500, you wrote: hi i'm new to servlets and JSP ...well i have installed tomcat in C:\tomcat and have set

RE: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Larry Isaacs
When the DOS window won't stay open, try bin\tomcat run This will start Tomcat in the current DOS window instead of a new DOS window. This should give you a look at the error. If on Win9x, what you need to see scrolls off the screen, try bin\tomcat run logs\tomcat.log Most of the

RE: GETTING STARTED WITH TOMCAT

2001-12-13 Thread Jim Urban
The window that is opening and closing is the Tomcat window. This window should stay open, that is where you will see any messages written to System.out or System.err. Try starting it like this: tomcat.bat run This will cause Tomcat to start in the current window. You should then be able to

RE: Split Thread with 2 browsers

2001-12-13 Thread Alistair Hopkins
IE specific: If you open a new window of IE from the old one (hyperlink, FILE NEW WINDOW) then it shares session cookies If you open a new IE session by command from the OS (Start menu, desktop shortcut) it doesn't share them. Q.: can you launch a new window by putting in a hyperling to (eg)

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Justin Rowles
Which version of Apache? I think there was one version that wasn't happy with back slashes '\'. You could try forward slashes '/'. AFAIK, all versions require use of / not \ which is treated as an escape character (as per Unix text specs). Oh, if only everyone would come over to the one

file directory after tomcat 4 installation

2001-12-13 Thread KimikoIshi
I've just installed 4.0.1 and am confused by the file directory structure. in d:\tomcat, I have: \catalina \jasper \lib \resources \service \tester \webapps I don't have any \bin. Is that normal? In 3.2.3 I was used to going to tomcat\ and typing bin\startup. is catalina\src\bin what I'm

Tomcat 4.0.1 and AJP1.3 (How to make adaptions for tomcatAuthentication parameter) ?

2001-12-13 Thread Yuriy Pasichnyk
Dear Sirs, As I found in this list, IIS + Tomcat 4.0.1 + AJP13 do not handle authentication properly (tomcatAuthentication)). And it was told that fix/solution for this problem will be implemented in Tomcat 4.0.2 (copied from Tomcat 3.3). I want to make this copying for 4.0.1. Does anybody

Re: file directory after tomcat 4 installation

2001-12-13 Thread Tobias Brandl
Hi, you just installed the Tomcat source. You need to download the binaries and install them instead. That will give you the correct directory structure. cu Tobi On Thu, 13 Dec 2001 [EMAIL PROTECTED] wrote: I've just installed 4.0.1 and am confused by the file directory structure. in

Directory browsing

2001-12-13 Thread Duncan Smith
Hi all. How does one disable directory browsing for a Context (or even a Service)? Many thanks Duncan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: mod_webapp error

2001-12-13 Thread JStanczak
Hi, I'm getting this same problem. I'm running Solaris 8 7/01 Sparc. I have Tomcat 4.0.1 and the Apache 1.3.somthing that came with the install of Solaris 8 7/01. I've tried multiple things with no luck. I even tried to compile the webapp_mod but that failed and I never got it to compile. I'm

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Larry Isaacs
I think from around Apache 1.3.12, it would tolerate back slashes in file names on Windows systems. I believe it may have been Apache 1.3.14 that had a bug such that drive letter:\rest of path wasn't recognized as being an absolute path and try to use it as a relative path. Still, it is better

Tomcat4 Velocity

2001-12-13 Thread Reto Badertscher
Hello, after porting an application using Velocity from TC 3.2 to TC 4.0 the following error occurres when accessing the application: StandardWrapperValve[Controller]: Allocate exception for servlet Controller javax.servlet.ServletException: Error configuring the loader:

Should I use Apache + Tomcat or just Tomcat?

2001-12-13 Thread JStanczak
Hi, I have been trying to use webapp_mod to connect Apache to Tomcat 4.0.1 with no luck. I'm running Solaris 8 7/01 on a Sparc station. The Apache install is the one that came with the Solaris 8 I installed. I plan on using Servlets for most of my work so I was wondering which route to take. I

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Justin Rowles
I think from around Apache 1.3.12, it would tolerate back slashes in file names on Windows systems. I believe it may have been Apache 1.3.14 that had a bug such that drive letter:\rest of path wasn't recognized as being an absolute path and try to use it as a relative path. Still, it is

Re: Should I use Apache + Tomcat or just Tomcat?

2001-12-13 Thread JStanczak
I will be using the Tomcat to run a web content management software Servlet. Here's the summary that I have on our activity for a week: Analysis for the Week of Dec 2nd, 2001.

Re: charset problem in java beans

2001-12-13 Thread yilmaz
wow! that is great, i should have known that long before spending a lot of time by trial and error methods. :) Anyway, it is not too late. thanks a lot Craig Best wishes - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent:

Re: Tomcat not starting on initialization

2001-12-13 Thread Mika Goeckel
Hi Samarth, yes, tomcat shows up as java process(es). Do you get the SegFault as well when you start? Could be a problem with your jdk. What jdk are you using? Do you have other java applications running without problems? Mika ^X^S - Original Message - From: [EMAIL PROTECTED] To: [EMAIL

RE: Errors building mod_webapp for Apache 1.3

2001-12-13 Thread Brian Adams
what OS and version? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 9:18 AM To: Tomcat Users List Subject: Errors building mod_webapp for Apache 1.3 I have checked out the latest cvs version of jakarta-tomcat-connectors and

Re: Should I use Apache + Tomcat or just Tomcat?

2001-12-13 Thread Rob Macfarlane
I had no problem building mod_webapp for apache on Solaris 2.6 - it did take about two days (16 hours) to download and configure the utilities and libraries, and several false starts before I got it right. Apache, tomcat and mod_webapp were all built from source on our systems - we did not use

RE: Errors building mod_webapp for Apache 1.3

2001-12-13 Thread Brian Adams
It looks like there may by a problem with your apxs script. if you don't know wa.h is in the webapps include and I see it here being -I I had problems with apxs and had to change some lines in it. 1.3.22 sounds kinda new, I am surprised that it did not work there. maybe you can INCLUDE the

Re: Errors building mod_webapp for Apache 1.3

2001-12-13 Thread Craig McDaniel
On Thu, Dec 13, 2001 at 09:37:40AM -0600, Brian Adams wrote: what OS and version? Linux 2.4.9 and libc6 2.2.4 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 9:18 AM To: Tomcat Users List Subject: Errors building mod_webapp

Re: Tomcat4 Velocity

2001-12-13 Thread Geir Magnusson Jr.
On 12/13/01 10:15 AM, Reto Badertscher [EMAIL PROTECTED] wrote: Hello, after porting an application using Velocity from TC 3.2 to TC 4.0 the following error occurres when accessing the application: StandardWrapperValve[Controller]: Allocate exception for servlet Controller

Tomcat 4 and mod_webapp

2001-12-13 Thread Erik Lotspeich
Hi, I am successfully able to build Tomcat 4 from source and it works just great. I'm trying to get mod_webapp to work with Apache 1.3.22. I've built mod_webapp from the source that is distributed with the Tomcat 4 package and I've also tried a recent build webapp-module-20011211.tar.gz. Both

Re: Servlet-Mapping/Url-Pattern not recognized - Please - help ....

2001-12-13 Thread Franciszek Michal Misa
Thanks Larry - I never learn my lesson - the log files An examination of the log files revealed the following error while trying to parse my Deployment Descriptor: 2001-12-13 11:52:04 - Ctx(/franksTestApp) : Validating web.xml 2001-12-13 11:52:04 - Ctx(/franksTestApp) : web.xml: Error

Netegrity/SiteMinder with Tomcat

2001-12-13 Thread Martin Frommberger
We´re planning to integrate our Application in some Real-World-Web-Sites using SiteMinder from Netegrity. Is there any experience in integrating Tomcat 3.3/4.0 in such a szenario? Thanks Martin Frommberger -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Tomcat 4 and mod_webapp

2001-12-13 Thread Craig McDaniel
On Thu, Dec 13, 2001 at 08:15:27AM -0800, Erik Lotspeich wrote: Hi, I am successfully able to build Tomcat 4 from source and it works just great. I'm trying to get mod_webapp to work with Apache 1.3.22. I've built mod_webapp from the source that is distributed with the Tomcat 4 package

Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
Greetings! Let's try this again. From the error message below, it would appear that there is something WRONG with org.apache.catalina.session.StandardSession. Note from the error that we get a java.lang.NoSuchMethodError - the method does not exist. After reading the Catalina Javadocs, it

Tomcat installer cannot find IBM JDK

2001-12-13 Thread Graham Leggett
Hi all, I just installed the IBM JDK v1.3 on a Windows 98 SE machine, then tried to install Tomcat v4.0.1 from the .exe installer. The installer complained that there was no JVM installed - when there was. No clue was given by the installer as to why it could not find it, or where it was

Using mod_jk in Tomcat4

2001-12-13 Thread JBrawner
I've given up on mod_webapp and am trying to use mod_jk. The instructions for mod_jk says 'use Tomcat to create the mod_jk.conf file'. How is this done? thanks, Jason E. Brawner -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

Problem w Apache Server Name directive

2001-12-13 Thread Denny Chambers
Hi All, I had a problem while deploying an Apache 1.3.20/mod_ssl/Tomcat 4.0.1/WepApps configuration. The errors that I was getting began something like this: [error] Cannot deploy application MyAppName. The solution that I found in the Tomcat User Archives was to change the ServerName

DecodeInterceptor Tomcat3.3

2001-12-13 Thread Bryan Pieper
In my jvm.stderr log, I keep getting: 2001-12-13 11:19:00 - DecodeInterceptor: Charset from session ISO-8859-1 2001-12-13 11:19:02 - DecodeInterceptor: Charset from session ISO-8859-1 2001-12-13 11:19:05 - DecodeInterceptor: Charset from session ISO-8859-1 What is causing this and how do I fix

Re: Tomcat not starting on initialization

2001-12-13 Thread Samarth_Kumar
Hello, I don't get any SegFaults when the server is started up. At the same time, there is no java process running on doing a ps -ef. I am using JDK 1.3 downloaded from java.sun.com. The JDK installed without any hassles. I don't have any other java applications running so cannot say.

RE: Application configuration

2001-12-13 Thread Camara, Jose
Thanks Larry, I don't even reach the point where Tomcat itself is running my application. I guess I need to indicate Tomcat where and how to recognize the classes for my application. Setting up my application in tomcat is the problem. Regards, Jose L. Camara -Original Message- From:

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Mika Goeckel
Hi! What is the putSession() method of a HttpSession? Do you mean putValue? First, this is a deprecated method, but second, StandardSession implements that method anyway. StandardSession is org.apache.catalina.session.StandardSession, and implements HttpSession, which is an interface and as such

error on startup

2001-12-13 Thread Peter Georgiou
Hi I don't know how this error appeared. I'm running Tomcat 4 on win2k, and I get the following error in my console when I start tomcat: Starting service Tomcat-Standalone Apache Tomcat/4.0 ERROR reading java.io.FileInputStream@7a29a1 At Line 57 /web-app/servlet/ Starting service

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
More stuff Here is the source code to a servlet that RUNS under Tomcat 4.0 but does NOT RUN under Tomcat 4.0.1. I can email (upone request) a zip file containing the full directory structure (with class file) that can be unzipped an placed directly under webapps. Put it in Tomcat 4.0 and

Re: Tomcat not starting on initialization

2001-12-13 Thread Mika Goeckel
Try bin/catalina.sh run -debug what does it say? - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 6:21 PM Subject: Re: Tomcat not starting on initialization Hello, I don't get any SegFaults when the server is

RE: SubjectDN for client authentication Tomcat 4.0.1?

2001-12-13 Thread STANFORD, Jon-Paul, FM
If anyone is interested in the solution, please read on - The answer is to not believe was the MMC Certificates snap-in says and interrogate the certificate through the Java security API. I exported the certificate from the snap-in in X509 form and wrote a little app to read the file and output

RE: SSL working on tomcat 4.0 standalone?

2001-12-13 Thread Jim Urban
I just received a trial cert from Verisign. I tried to import the cert using the command keytool -import -alias tomcat -trustcacerts -file ./verisign.csr. After entering the password I received the following error keytool error: java.lang.Exception: Failed to establish chain from reply. Any

java.lang.IllegalStateException

2001-12-13 Thread RSEQUEIRA
I'm calling a servlet from within another servlet using the URL class. The calling servlet posts data, reads the output, and then passes on the output to the browser. In JRun everything works fine. But on Tomcat the same throws a java.lang.IllegalStateException Error:

somebody trying hack me, what they really wanted?

2001-12-13 Thread Evgeniy Strokin
Hi, tonight, somebody had tried hack our Tomcat 3.2.3 in win2000. Here is the log: 2001-12-13 01:18:35 - Ctx( ): 404 R( + /scripts/root.exe + null) null 2001-12-13 01:18:36 - Ctx( ): 404 R( + /MSADC/root.exe + null) null 2001-12-13 01:18:42 - Ctx( ): 404 R( + /c/winnt/system32/cmd.exe +

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread Paul DuBois
It's a Code Red or Nimba attack, probably from an infected IIS server. On Thu, Dec 13, 2001 at 01:04:51PM -0500, Evgeniy Strokin wrote: Hi, tonight, somebody had tried hack our Tomcat 3.2.3 in win2000. Here is the log: 2001-12-13 01:18:35 - Ctx( ): 404 R( + /scripts/root.exe + null) null

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread David Cassidy
NIMDA ... Just put a file there for it to get ;-) D Evgeniy Strokin wrote: Hi, tonight, somebody had tried hack our Tomcat 3.2.3 in win2000. Here is the log: 2001-12-13 01:18:35 - Ctx( ): 404 R( + /scripts/root.exe + null) null 2001-12-13 01:18:36 - Ctx( ): 404 R( +

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Jim Urban
You was hacked by one of those Nimba type worm viruses. Be glad you were not running IIS, you could have been in big trouble. Jim -Original Message- From: Evgeniy Strokin [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: somebody

RE: DecodeInterceptor Tomcat3.3

2001-12-13 Thread Larry Isaacs
This is fixed in Tomcat 3.3.1 nightly. For Tomcat 3.3, I believe setting debug=-1 on the DecodeInterceptor in server.xml will avoid the log output. Cheers, Larry -Original Message- From: Bryan Pieper [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:20 PM To: [EMAIL

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Mika Goeckel
Hmmm the difference between these two constructors is, that the one which takes a StandardSession upcasts it to HttpSession before assigning it to it's session attribute, this should not cause this problem, as StandardSession does implement all HttpSession methods (otherwise the compiler

RE: Application configuration

2001-12-13 Thread Larry Isaacs
You still haven't indicated which version of Tomcat, so it is hard to make specific recommendations. For all 3.x and 4.x Tomcats, creating a subdirectory under the webapps directory is the simplest way to bring a new web application online. Tomcat will automatically serve these subdirectories

RE: Tomcat installer cannot find IBM JDK

2001-12-13 Thread Larry Isaacs
I believe the installer is only looking for registry keys for Sun's JDK. Larry -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:10 PM To: Tomcat User Subject: Tomcat installer cannot find IBM JDK Hi all, I just

RE: DecodeInterceptor Tomcat3.3

2001-12-13 Thread Bryan Pieper
Thank you. On Thu, 13 Dec 2001, Larry Isaacs wrote: This is fixed in Tomcat 3.3.1 nightly. For Tomcat 3.3, I believe setting debug=-1 on the DecodeInterceptor in server.xml will avoid the log output. Cheers, Larry -Original Message- From: Bryan Pieper [mailto:[EMAIL

RE: Tomcat 3.3, Apache 1.3.22, and Windows NT

2001-12-13 Thread Adi Naren
Thanks, folks, I got them working today morning!! ApacheModuleJServ.dll was not there in either %APACHE_HOME%\modules or %TOMCAT_HOME%\modules folder. another reason is: I gave the wrong path of tomcat.conf file One guy was telling me that Tomcat does not work on WINDOWS!! Isn't that

Also having trouble starting Tomcat 4.0

2001-12-13 Thread Michael Armstrong
I'm getting the same disappearing DOS window, too, when starting Tomcat 4.0. Funny thing is that I had been successfully running Tomcat 3.2.3 recently in the past. Now that I've downloaded JDK 1.3.1_01 (successfully, too) and Tomcat 4.0 (successfully, also-- not 4.01) and have updated my

RE: Also having trouble starting Tomcat 4.0

2001-12-13 Thread Arvind Gudipati
Turn the echo on in your catalina.bat to see what exactly is the command that it is trying to run... Also if u want to run tomcat in the same window then use the command catalina.bat run instead of catalina.bat start run option, would not run tomcat in a new DOS window Arvind

problem

2001-12-13 Thread eduardo pasquotto orsolini
the problem is how to create users in tomcat I said in TomCat(last version) don't send me things from apache and how to restricte user in directories exemple user test only can access directory testes ok ??? thanks all Eduardo Pasquotto Orsolini ICQ 51674157 Linux User 211708

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Craig R. McClanahan
On Thu, 13 Dec 2001, Richard S. Huntrods wrote: Date: Thu, 13 Dec 2001 10:05:31 -0700 From: Richard S. Huntrods [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Try a different approach - What's wrong with catalina.session???

Eclipse IDE

2001-12-13 Thread brian_ciccolo
I have been evaluating the new Eclipse IDE (http://www.eclipse.org) and trying to get it to debug my servlets running in Tomcat. One of the quirks about the Eclipse IDE is that it doesn't allow me to specify a build folder outside of the project hierarchy (so I can't post my classes to the

Re: Eclipse IDE (Off Subject)

2001-12-13 Thread John M. Corro
Off subject...what do you think of the new IDE? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 11:12 AM Subject: Eclipse IDE I have been evaluating the new Eclipse IDE (http://www.eclipse.org) and trying to get it to debug my

AW: Eclipse IDE

2001-12-13 Thread Reto Badertscher
Hello, give IntelliJ' idea a try (www.intellij.com). Reto -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. Dezember 2001 20:12 An: [EMAIL PROTECTED] Betreff: Eclipse IDE I have been evaluating the new Eclipse IDE

AIX: SAXException, File not found

2001-12-13 Thread Dirk . Eschner
Hello, when I try to start Tomcat4 at an AIX machine i get the following exception (catalina.out): /usr/java130/jre/bin/java -classpath ./../bin/bootstrap.jar -Dcatalina.base =./.. -Dcatalina.home=./.. org.apache.catalina.startup.Bootstrap start PARSE error at line 0 column 0 of

Re: web.xml file confusion

2001-12-13 Thread Craig R. McClanahan
On Thu, 13 Dec 2001, Purcell, Scott wrote: Date: Thu, 13 Dec 2001 13:34:18 -0600 From: Purcell, Scott [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: web.xml file confusion Hello, I am working out of Martys book on

DataSource and Pooled Connection

2001-12-13 Thread christophe marcourt
I have a stupid question ? in the JNDI tomcat how to, it says : The J2EE Platform Specification requires J2EE Application Servers to make available a DataSource implementation (that is, a connection pool for JDBC connections) for this purpose. Tomcat 4 offers exactly the same support Do I

Re: DataSource and Pooled Connection

2001-12-13 Thread Mark
At 09:07 PM 12/13/2001 +0100, you wrote: I have a stupid question ? in the JNDI tomcat how to, it says : The J2EE Platform Specification requires J2EE Application Servers to make available a DataSource implementation (that is, a connection pool for JDBC connections) for this purpose. Tomcat 4

RE: web.xml file confusion

2001-12-13 Thread Purcell, Scott
Thanks Craig, I think my issue is registering the servlet. I cannot seem to find how to do that. How do I register a servlet with the server? thanks Scott -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 1:51 PM To: Tomcat Users

Re: DataSource and Pooled Connection

2001-12-13 Thread christophe marcourt
thanks. I've already read that. So I do a ConnectionPoolDataSource with the use of JNDI in tomcat... As simple as that ? Christophe - Original Message - From: Mark [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 9:20 PM Subject: Re:

Working fine now . .

2001-12-13 Thread Michael Armstrong
Thanks for all your help. Tomcat 4.0 seems to be working fine now. On to more coding . . . Well, crap! My problem was my own stupid coding oversite: incorrect assignement statements in my autoexec.bat file. - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED]

web.inf still need help ... Please

2001-12-13 Thread Purcell, Scott
I am still lost with the web.inf file. All I want to do is run an example of using the init() to get one time start up initializers into a servlet. I am on tomcat 3.2 and all seems to run fine. I have a basic install and I am just using my localhost. I am learning how to do JSP and Servlets. My

Re: somebody trying hack me, what they really wanted?

2001-12-13 Thread Dr. Evil
I get those all the time. I wish I could put a sign on my computer that says, You're wasting your time. This machine is running Tomcat/Linux. Find someone running Windows. On a more serious note, this is a computer hacking attack, and it comes accross state lines. Could I get the FBI to

RE: somebody trying hack me, what they really wanted?

2001-12-13 Thread Brian Adams
HA! your funny! FBI stop building your Magic Lantern and come find the poor sap that is trying to hack my free software nothing invested but time server sitting in my broadband closet! Ya Right! -Original Message- From: Dr. Evil [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13,

RE: web.inf still need help ... Please

2001-12-13 Thread Larry Isaacs
Note that http://localhost:8080/servlet/cwp.ShowMessage will not see the init parameter since the invoker servlet (i.e. /servlet) is not part of the Servlet spec. You should include a servlet-mapping in the web.xml and invoke the servlet using the url-pattern specified. Then the servlet should

mod_jk build fail tomcat 3.3 apache 1.3.22

2001-12-13 Thread Adam Paeth
Before I begin I did search the maillist archive and didn't see anyone have this specific problem yet... I'm trying to build mod_jk on Solaris 8. I've got apache w/ mod_ssl installed. I've got tomcat 3.3 installed just fine. apache and tomcat have tested just fine independent on one another.

RE: web.inf still need help ... Please

2001-12-13 Thread Purcell, Scott
Thanks Larry, Now I have something to try. I will get on it asap. Thanks Scott -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 3:05 PM To: 'Tomcat Users List' Subject: RE: web.inf still need help ... Please Note that

  1   2   >