Re: blue screen with servlets/jsp in Apache-Tomcat

2001-07-02 Thread Dmitri Colebatch
What happens if you look at them from another box? that is - is it a client problem or a server problem? On Tue, 3 Jul 2001 16:07, you wrote: > hi, > i get the blue screen of death everytime i access a servlet or jsp example > from the Tomcat examples with: http://localhost:8080/examples/jsp/*

blue screen with servlets/jsp in Apache-Tomcat

2001-07-02 Thread mendoza
hi, i get the blue screen of death everytime i access a servlet or jsp example from the Tomcat examples with: http://localhost:8080/examples/jsp/* or http://localhost:8080/examples/servlet/* or http://localhost/examples/jsp/* or http://localhost/examples/servlet/* system: dell inspiron 4000 wind

Re: JDBC Problem with Ultradev

2001-07-02 Thread pete
And this has what to do with tomcat? Last i checked this was a tomcat list, not a jdbc or ultradev list, whatever ultradev is. If your problem is tomcat-specific, you'll find many helping hands here, but please do not post unrelated problems to this list, as it just clutters up everyones inbox

JDBC Problem with Ultradev

2001-07-02 Thread Christi's Mail
I am attempting to connect to my MySQL install using Ultradev4 and I am having not luck. I am using a Linux/MySQL/Apache/Tomcat combo on my server. MySQL works fine, so does Apache & Tomcat, and they are configure to work together and serve up JSP's with no problems. I also have the 2.04 mm.mysq

Re: http errors

2001-07-02 Thread Dmitri Colebatch
hi Francisco, Use in web.xml. Its covered in the Servlet 2.2 spec. cheers dim On Tue, 3 Jul 2001 10:14, you wrote: > Anyone know if I can set tomcat to use a custom page for http errors, like > 500, instead of it´s default??? > > please, help me, i´ve tried a lot of things and it didn´t help

Re: [tomcat-user] how to use generic servlets

2001-07-02 Thread M. Darrin Tisdale
On Monday 02 July 2001 02:47 am, you wrote: > The servlet *container* is tomcat, so my servlet would not be required > to support http. It's an interesting discussion, but what's the practicality of challenging the dominance of HTTP as the back-bone protocol for any real application? If it's

RE: FRUSTRATED: Is my_mod_jk.conf Only Way

2001-07-02 Thread Nael Mohammad
Nael Mohammad Neomar, Inc. [EMAIL PROTECTED] 415-403-7300 x314 (Work) 415-793-0609 (Mobile) "When Wireless Means Business" CONFIDENTIALITY NOTICE: This e-mail may contain confidential information that is legally privileged. Do not read this e-mail if you are not the intended recipient. This e-

Re: FRUSTRATED: Is my_mod_jk.conf Only Way

2001-07-02 Thread Jason Koeninger
- server.xml configures Tomcat. - mod_jk.conf-auto is created by Tomcat based on your server.xml configuration and can be included in Apache's httpd.conf. or - My preferred way is to put all of the mod_jk directives in httpd.conf myself and maintain them manually...no surprises,

Re: "Catalina only" version of Tomcat

2001-07-02 Thread Dave Whitla
You can run Catalina without Jasper - read the README in the source distribution I read in the docs that Catalina shares some optimising code with Jasper though which apparently makes it run faster with Jasper even if you only serve non-JSP servlets. Dave - Original Message - From: "Albre

FRUSTRATED: Is my_mod_jk.conf Only Way

2001-07-02 Thread Joseph A. Noble
HELP! I'm getting real frustrated. Based on what I've been reading on the list and the archives, I've tried modifying: tomcat-apache.conf server.xml uriworkermap.properties mod_jk.conf workers.properties to get Tomcat (3.2.2) and Apache (1.3.20) working on Win98SE, WinNT, and Solaris 2.7 machin

Re: Client Authentication not supported in Tomcat 3.x.

2001-07-02 Thread Dave Whitla
Tomcat 3.2.1 does not support DIGEST authentication as specified in the HTTP spec. Tomcat 3.2.1 does not support SSL client certificate authentication as specified in the SSL spec. I think this is what your reference is to. Tomcat 4.0 already supports the former and will (reportedly) support the

Newbie stumped by NoClassDefFoundError

2001-07-02 Thread Yizchak Naveh-Benjamin
I'm trying to install Tomcat 3.2.2 under Win98, but keep getting a NoClassDefFoundError. I've looked through the archives and tried some of the different solutions that have been proposed to this problem, but nothing seems to work. Here are my environment variables: SET PATH=C:\WINDOWS;C:\WIND

http errors

2001-07-02 Thread Francisco Areas Guimaraes
Anyone know if I can set tomcat to use a custom page for http errors, like 500, instead of it´s default???   please, help me, i´ve tried a lot of things and it didn´t help.   []´s Francisco

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Francisco Areas Guimaraes
Assumming you installed tomcat in "c:\tomcat", you have to copy the "getStart" directory to "c:\tomcat\webapps\ROOT", so it would end up like this "c:\tomcat\webapps\ROOT\getStart". Now your url will work.   You just have to think that "c:\tomcat\webapps\ROOT" is the physical address of "loc

RE: Determining if Tomcat is running

2001-07-02 Thread Tim O'Neil
At 04:27 PM 7/2/2001, you wrote: >I'm not really familiar with Linux or the ps command. >Could you give a short description of what this does: > >ps -aux --cols 500 |grep $TOMCAT_HOME execute the process status command using arguments that tell it to return a list of all the processes regardless

RE: Restarting Tomcat on NT

2001-07-02 Thread Steven Turoff
I've already tried that. Tomcat is dead, alright. Is there a way to explicitly free up a port on NT? At 06:04 PM 07/02/2001, you wrote: >Maybe you didn't really kill off Tomcat, but just the DOS box it was running >in,... (I've seen it happen after closing the DOS box, but not after >Ctrl+C'ing

RE: Determining if Tomcat is running

2001-07-02 Thread Fredrik Liden
I'm not really familiar with Linux or the ps command. Could you give a short description of what this does: ps -aux --cols 500 |grep $TOMCAT_HOME Thanks! -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 4:15 PM To: [EMAIL PROTECTED] Subject: Re:

errors using Tomcat w/ IIS 5.0

2001-07-02 Thread Chris Blessing
Hi there- I'm running Windows 2000 w/ IIS 5.0. I've configured the webserver with the appropriate /jakarta virtual dir, entered the correct registry settings and all, and properly setup the workers.properties and uriworkermap.properties files. I was reading the IIS How-To page and went through

Re: Determining if Tomcat is running

2001-07-02 Thread Tim O'Neil
At 03:36 PM 7/2/2001, you wrote: >Probably not foolproof, but off the top of my head: > > ps -aux --cols 500 |grep $TOMCAT_HOME ps aux <--- BSD options. You'll want "ef" for SysV variants like Linux. I KNOW, Linux isn't a sys V kernel, but the ports, like ps seem to be.

RE: Restarting Tomcat on NT

2001-07-02 Thread William Kaufman
Maybe you didn't really kill off Tomcat, but just the DOS box it was running in,... (I've seen it happen after closing the DOS box, but not after Ctrl+C'ing the program.) Try bringing up the Task Manager, and make sure there aren't any instances of a "java" image name running.

Re: reference material

2001-07-02 Thread Dmitri Colebatch
Hi, If you've downloaded tomcat, there are docs in $TOMCAT_HOME/docs. Have a look at mod_jk-howt.html and also tomcat-apache-howto.html. Both in the docs directory. cheers dim On Tue, 3 Jul 2001 05:11, Brawner, Jerry J wrote: > Where could I find some instructions for the "dummy" to instal

Re: Determining if Tomcat is running

2001-07-02 Thread greyson . smith
Probably not foolproof, but off the top of my head: ps -aux --cols 500 |grep $TOMCAT_HOME Fredrik Liden

Restarting Tomcat on NT

2001-07-02 Thread Steven Turoff
I am having problems restarting Tomcat on NT. After a reboot of the machine, Tomcat starts without a problem. However, if I stop Tomcat and then attempt to restart, I get the following error: FATAL:java.net.BindException: Address in use: bind java.net.BindException: Address in use: bind

Re: Determining if Tomcat is running

2001-07-02 Thread ericdev
ps -A in linux/unix look for java instances or in windows ctrl alt del look for java instances - Original Message - From: "Fredrik Liden" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 3:15 PM Subject: Determining if Tomcat is running > hey all, > > Is it possib

Determining if Tomcat is running

2001-07-02 Thread Fredrik Liden
hey all, Is it possible to determine if Tomcat is running? I'm using Tomcat as a standalone server. Occasionally Tomcat goes down and the page will not display. It's just gets stuck. Is there some way I can redirect a user if the servletEngine goes down? Any suggestions would be greatly appreci

Re: Programmatic security with servlet mappings in tomcat

2001-07-02 Thread pete
Tim, there are several ways to implement this kind of security check. If you want a fullblown MVC model, you might consider looking at Struts or one of the other Apache-driven frameworks (Struts is the only one i have personal experience with). with the example you give, i don't understand th

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Shyam Sarkar
No, I copied to a separate directory called getStart and accesing hello.html in that directory using http://loalhost:8080/getStart/hello.html.   Any suggestions ?   Thanks. [EMAIL PROTECTED]   - Original Message - From: Francisco Areas Guimaraes To: [EMAIL PROTECTED]

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 (Helloworld) in a direct

Re: Integrating Tomcat 3.2 With IIS 5.0 on Windows 2000

2001-07-02 Thread Francisco Areas Guimaraes
you should put a "/" before the ">", so it would look like this: []´s Francisco - Original Message - From: "Russell, Steve" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 5:59 PM Subject: RE: Integrating Tomcat 3.2 With IIS 5.0 on Windows 2000 > Hi; > > I hav

Re: AGAIN: Does Apache worth it?

2001-07-02 Thread pete
Couldn't say when it gets updated, since i subscribed to the list i don't have much need to go there any more :) -Pete > Thanks Pete, > > Does the archive is updated every day? > > Eitan > >> -Original Message- >> From: pete [mailto:[EMAIL PROTECTED]] >> Sent: Monday, July 02, 2001 1

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 ope

Configuration TomCat

2001-07-02 Thread Anahi Avalos Rubio
Hi everybody, I have some problem: I don't find how I can configurate the servlets (tomcat 4.0) in Apache Server into Linux. I read almost all web pages into my installations. I have the jdk1.3.1 and the j2sdkee1.3( incluiding tomcat 4.0) I verified my configuration variables.That is the next:

Re: Client Authentication not supported in Tomcat 3.x.

2001-07-02 Thread Dan Hinojosa
I am currently using SSL with my FORM authentication. You probably just can't use it for DIGEST. Danno On Mon, Jul 02, 2001, 14:58, Mandar Joshi <[EMAIL PROTECTED]> wrote >Hi, > >I was looking at the release notes for 3.2 and 3.3 and I found following >statement in there - >- DIGEST authentica

RE: Integrating Tomcat 3.2 With IIS 5.0 on Windows 2000

2001-07-02 Thread Russell, Steve
Hi; I have some more information. I was able to get the error message (thanks Randy) I have no idea what it means :) ERROR reading E:\Tomcat3.2\conf\server.xml At Next character must be ">" terminating element "Context". = ( tomca

Client Authentication not supported in Tomcat 3.x.

2001-07-02 Thread Mandar Joshi
Hi, I was looking at the release notes for 3.2 and 3.3 and I found following statement in there - - DIGEST authentication and HTTPS client authentication (i.e. SSL) are not supported in this release. Does that mean that I can not use Client Authentication in 3.x versions of tomcat ? (Its confus

Integrating Tomcat 3.2 With IIS 5.0 on Windows 2000

2001-07-02 Thread Russell, Steve
Hi; I am trying to integrate Tomcat 3.2 with IIS 5 running on Windows 2000. I no next to nothing about windows and nothing about IIS. I found this great site with step by step instructions for getting tomcat to work with IIS: http://www.verysimple.com/scripts/support_tc_iis.html I got through

"Catalina only" version of Tomcat

2001-07-02 Thread Albretch Mueller
Hi, before I go on with configuration experiments, which are alawys problematic, I would like to know what yur experience is with Tomcat running exclisive servlets, and for that matter the 2.3 specification. The servlets 2.2 package I have simply deleted from my system. But, how can you custo

Re: how to use this list ?

2001-07-02 Thread Martin Mauri
Yes too. No too. > Yes. > No. > > > -Original Message- > > From: Jan Dünnweber [mailto:[EMAIL PROTECTED]] > > Sent: Monday, July 02, 2001 4:58 PM > > To: [EMAIL PROTECTED] > > Subject: how to use this list ? > > > > > > can anybody send me a short reply, so that > > i can be sure that s

RE: how to use this list ?

2001-07-02 Thread Randy Layman
Yes. No. > -Original Message- > From: Jan Dünnweber [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 4:58 PM > To: [EMAIL PROTECTED] > Subject: how to use this list ? > > > can anybody send me a short reply, so that > i can be sure that sending messages to > [EMAIL PROTECTED] ca

Apache with multiple Tomcat Instances

2001-07-02 Thread Vinay Menon
Hello, Had posted this question a couple of days back but never heard from anyone! Has anyone tried integration Apache with multiple instances of Tomcat? Any pointers would be appreciated. Many Thanks Vinay

how to use this list ?

2001-07-02 Thread Jan Dünnweber
can anybody send me a short reply, so that i can be sure that sending messages to [EMAIL PROTECTED] causes my message to be posted to people who could possibly help me to use tomcat ? is this list mirrored on any newsserver, so that i can browse it with a newsreader like other usenet newsgroups ?

SERVLET-Reload

2001-07-02 Thread java . harjes
Hi It's confusing I'm working with TOMCAT 3.2.1 an a LINUX machine. In the TOMCAT - configuration-files I switched on the automatic reload of servlets, if they were changed. Why does it happen that sometimes the reload is done and sometimes not??? Is there anyone who has an explanation or an id

reference material

2001-07-02 Thread Brawner, Jerry J
Where could I find some instructions for the "dummy" to install the mod_jk and tomcat correctly on unix(hp) with an apache server? thanks for the help,

RE: Tomcat And IIS: Suggestion

2001-07-02 Thread Randy Layman
> -Original Message- > From: Steve [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 2:58 PM > To: [EMAIL PROTECTED] > Subject: Tomcat And IIS: Suggestion > > > Hi > > I've been trying to use your tomcat-iis-howto.html to > integrate IIS 5.0 > on Win 2000 with Tomcat. > > I

RE: bindexception

2001-07-02 Thread Joseph A. Noble
If you just installed Apache 1.3.20, you might look at: /conf/httpd. conf and change the port from 8080 to 80 where it should be. Why Apache is now coming preset to be on port 8080 is beyond me, but we noticed it when we downloaded and built on our Solaris server. Hopefully, this shouldn't be t

Tomcat And IIS: Suggestion

2001-07-02 Thread Steve
Hi I've been trying to use your tomcat-iis-howto.html to integrate IIS 5.0 on Win 2000 with Tomcat. I am in my second day and getting very frustrated. When I try to start tomcat the dos windows wiz by with error messages that go by to fast for me to read them. Windows 2000 no longer lets us

Tomcat 3.2.2

2001-07-02 Thread snpe
Hello, I try jakarta-tomcat 3.2.2 Installation procedure is ok (I have jaxp.jar,parser.jar,servlet.jar, jsse ...) When I put : cd $JAKARTA_HOME/build/tomcat bin/startup.sh I get next error : Using classpath: /u2/jakarta/build/tomcat/cla

RE: bindexception

2001-07-02 Thread Devin Poolman
Tomcat is already up and running.. what it is telling you is that it can't bind to the specified port (probably 8080) because something else has already done this (most likely tomcat). You can shutdown using the shutdown.sh/bat script or if necessary kill the java process. Try 'ps -aef | grep

RE: bindexception

2001-07-02 Thread Randy Layman
A. Stop whatever is using the port you are trying to use B. Change the port you are trying to use. To determine what ports you are trying to use with Tomcat, look in the sever.xml file for the Connectors, they will have ports associated with them. These are the ports tha

bindexception

2001-07-02 Thread Brawner, Jerry J
i'm getting the following error when i try to start tomcat. can someone tell me what i need to do. thanks, jb FATAL:java.net.BindException: Address already in use java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.Pl

RE: Packages and their property files.

2001-07-02 Thread Randy Layman
Use ClassLoader or ServletContext's getResourceAsStream method to load the properties. Then place the properties files in the WEB-INF/classes directory. Randy > -Original Message- > From: Mehrdad Jahansoozi [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 2:29

Error page is embedded in JSP. But, I don't like that.

2001-07-02 Thread Dan Hinojosa
How can the JSP page forward to the error page noted in Tomcat. Thanks in advance, Danno

Packages and their property files.

2001-07-02 Thread Mehrdad Jahansoozi
Hi We are migrating from applet TCP/IP to HTML / JSP HTTP server. On the server side we have a number of packages that use their own property files to read whatever data they need and these data change regularly. While on the applet TCP/IP we just edited the property files and restarted the ser

Packages and their property files.

2001-07-02 Thread Mehrdad Jahansoozi
--- Randy Layman <[EMAIL PROTECTED]> wrote: > > You must restart IIS the process, which means > either a machine > reboot, or stopping all of IIS's processes in the > Control Panel (FTP, World > Wide Web Publishing, IIS Admin, etc) and verifying > that the inetinfo.exe > process stops. >

RE: apache not able to access jsp files

2001-07-02 Thread Theodore A. Jencks
Check to make sure that you have assigned permissions to those directories in apache such as. Allow from all Regards, Theo -Original Message- From: Ramkumar Manoharan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 5:03 PM To: [EMAIL PROTECTED] Subject: apache not able to acces

acces_log in combined format

2001-07-02 Thread Parayali, Jayesh 1065
Title: acces_log in combined format I want to make tomcat write the access_log in combined format. I looked at the source and looks like we can't do it as it is now. Any trick is appreciated. Thanks, Jayesh

Re: Multiple Hosting on IIS

2001-07-02 Thread Minglong Wu
Hi, Randy, That did the trick. Thanks. -m - Original Message - From: "Randy Layman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 10:10 AM Subject: RE: Multiple Hosting on IIS > > You must restart IIS the process, which means either a machine > reboot, or sto

Help: Tomcat is not finding my jsps on Solaris 2.6

2001-07-02 Thread Devin Poolman
Any help for the following problem would be greatly appreciated.. I am running Tomcat 3.2.2 on Solaris 2.6 and for whatever reason Tomcat isn't finding my JSPs. It is definitely serving my static pages correctly and I have the standard web.xml mappings (.jsps to the org.apache.jasper.runtime.J

RE: Multiple Hosting on IIS

2001-07-02 Thread Randy Layman
You must restart IIS the process, which means either a machine reboot, or stopping all of IIS's processes in the Control Panel (FTP, World Wide Web Publishing, IIS Admin, etc) and verifying that the inetinfo.exe process stops. If that's not it, look in your isapi and tomcat log f

RE: IOException and Tomcat hanging

2001-07-02 Thread William Kaufman
> I've got random java.sql.SQLException: Io exception: Socket closed error > in my web application, which uses Tomcat 3.2.2 and struts. It happens > only when a link is clicked without the page fully loaded. I don't get > any exception while the page is fully loaded. That exception tells you that

RE: IOException and Tomcat hanging

2001-07-02 Thread Filip Hanik
are you using the JDBCRealm?   Filip   ~Namaste - I bow to the divine in you~Filip HanikSoftware Architect[EMAIL PROTECTED]www.filip.net -Original Message-From: Xiaoyu Zhang [mailto:[EMAIL PROTECTED]]Sent: Monday, July 02, 2001 10:16 AMTo: [EMAIL PROTECTED]Subject: IOExceptio

Re: Multiple Hosting on IIS

2001-07-02 Thread Minglong Wu
Hi, Randy, I add the following line into uriworkermap.properties: # Mount the admin context to the ajp12 worker /admin/*=ajp12 But I still have to specify http://localhost:8080/admin/index.html to make it work? any idea about other file I need to change? Thanks. Minglong - Original Messag

Re: Problem with cookie

2001-07-02 Thread Andrea
Hi After some test I have this problem ... if I browse my pages from the same machine everything works fine. If I try to browse the same pages from another pc, no cookies are set!!! Somebody have any idea why this happens? andrea >At 11:46 AM 6/29/2001 -0600, you wrote: > >>Have you looke

IOException and Tomcat hanging

2001-07-02 Thread Xiaoyu Zhang
Hi, I've got random java.sql.SQLException: Io exception: Socket closed error in my web application, which uses Tomcat 3.2.2 and struts. It happens only when a link is clicked without the page fully loaded. I don't get any exception while the page is fully loaded. The exception caught in the app

RE: Multiple Hosting on IIS

2001-07-02 Thread Randy Layman
Because the default uriworkermap.properties file doesn't include mappings for the other URLs. Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 12:42 PM To: [EMAIL PROTECTED] Subject: Re: Multiple Hosting on IIS Hav

Re: Multiple Hosting on IIS

2001-07-02 Thread Minglong Wu
Have you noticed that after plug in tomcat server into IIS   http://localhost/examples/jsp/index.html work but http://localhost/admin/index.html and http://localhost/test/index.html not work? Why is that?   Thanks. - Original Message - From: nilesh To: [EMAIL PROTECTED

Re: port problem

2001-07-02 Thread Minglong Wu
here is the delima I have: I am trying to plugin tomcat server into IIS I read the instruction about that. I can make http://localhost/examples/jsp/index.html work even if port number is still 8080 in file server.xml. Why /examples/jsp/index.html don't need port number 8080? If I change 8080 to

Re: [tomcat-user] how to use generic servlets

2001-07-02 Thread Niko Schwarz
Am Montag, 2. Juli 2001 15:45 schrieben erhelltest du mich hiermit: [servlet containers must support generic servlets] > You are absolutely correct. Servlet ok, could one say from here that tomcat does not go along the spec in all cases? developers, heard that? > I am still volunteering to w

Re: Running more than one instance of Tomcat on the same machine

2001-07-02 Thread Jason Koeninger
On the 3.x series, there's a command line switch to tell Tomcat where it should look for its configuration file. That way, you just keep everything in the same directory and have multiple server.xml files. You just have to switch some directories and such in server.xml to keep the instances

Re: Does Apache worth it? Security issues make it worth it

2001-07-02 Thread David Wall
One thing architecturally and security-wise about having Apache front Tomcat should also be mentioned. Apache provides native code for serving up HTTP 1.1 (is Tomcat at 1.1 yet, or still 1.0?) which means images and such are transferred much more efficiently. This is also particularly true for S

Re: Running more than one instance of Tomcat on the same machine

2001-07-02 Thread D. Jay Newman
> I am trying to run another instance of tomcat on the same machine, listening > to another port, ... > > I copy the whole content of the "jakarta" folder into a second directory and > run the startup script from there but it did not work (the rationale being > that you may run the same java p

Running more than one instance of Tomcat on the same machine

2001-07-02 Thread Albretch Mueller
Hi, I am trying to run another instance of tomcat on the same machine, listening to another port, ... I copy the whole content of the "jakarta" folder into a second directory and run the startup script from there but it did not work (the rationale being that you may run the same java program

Re: how come im still getting mail from this group?

2001-07-02 Thread Francis West
yep sure have! , but im still getting them! not as many, but they are still coming... Randy Layman wrote: > Have you bothered sending the confirmation back to the server? > > >>-Original Message- >>From: Francis West [mailto:[EMAIL PROTECTED]] >>Sent: Sunday, July 01, 2001 2:09

RE: Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-02 Thread JBrawner
> First, I don't know if it's killing a thread is the right approach. Should I do that, without shutdown Tomcat ? If you must have an endless loop, here is a way to kill it. try { while (true) { // inside infinite loop } } catch (InterruptedException) { } When you want the thread

Re: web.xml files and servlet mapping

2001-07-02 Thread Alberto Torna Jr.
If the examples JSP sites are working, ensure that your JSP has a path defined for your site like the others.  Check the Server.xml.  That is where most of the general configuration for Tomcat is done.  Once it is working there, change the default root of Apache to that directory.  You should see

RE: Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-02 Thread Renato Weiner
> OK, no one's answered this yet, so,...>> First, I don't know if it's killing a thread is the right approach. Should I do that, without shutdown Tomcat ? > So, why are you creating an infinite loop? I mean, if you didn't, you wouldn't have to kill it. The problem is my environment. Since this is a

RE: Character Encoding Problem

2001-07-02 Thread Tõnu Põld
Hi, I still believe your initial bytes are converted to java strings (unicode) using a wrong encoding. If you have a string created from bytes using the "ISO-8859-9" encoding, and if the JSP page has a directive <%@ page content-type="ISO-8859-9"%>, then it should be OK. For debuging you could

RE: Programmatic security with servlet mappings in tomcat

2001-07-02 Thread Hughes, Tim
Hi, (Tomcat 3.2.1, windows 2000, JdK1.3.1) I want to use a Request Controller architecture for a webapp (i.e. one JSP that receives all requests and then dispatches the requests to other JSPs for servicing of the request). Of course I want to ensure that these "servicing" JSPs are not accessibl

Apache as dependant service

2001-07-02 Thread JBrawner
I know have Tomcat and Apache running as services on Win2000. Since Tomcat must start before Apache, how do I make Apache depend on Tomcat? In other words, how can I guarantee that Tomcat will start before Apache? In the Win2000 services there is a tab for dependencies but its disabled. I am ad

Is my_mod_jk.conf Only Way

2001-07-02 Thread Joseph A. Noble
Hi, I'm trying to get Apache (1.3.20) and Tomcat (3.2.2) to recognize "similar" URL's. By this I mean, get rid of the /servlet in the Apache mapping. The only way I've found to do this is to copy mod_jk. conf-auto to another file, I called it my_mod_jk.conf and change the JkMount lines. For

Re: [tomcat-user] how to use generic servlets

2001-07-02 Thread Bo Xu
Hi :-) I found a email in Servlet-List about this topic: *** Gokul Singh wrote: > > Servlets were orignally envisaged to be a server side programming API for > almost all protocols and as a special case, support was provided in the API > for HTTP.

RE: Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-02 Thread William Kaufman
OK, no one's answered this yet, so,... > First, I don't know if it's killing a thread is the right approach. Should I do that, without shutdown Tomcat ? So, why are you creating an infinite loop? I mean, if you didn't, you wouldn't have to kill it. If you're generally asking how one can kill

Re: Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread Sebastian Schulz
hi, make shure the driver (classpath) is also be available in the wrapper.properties-file. (this one is used when running tomcat as a service;-) basti

RE: access log for Tomcat

2001-07-02 Thread Randy Layman
There is no documentation other than source and javadoc. The order in the server.xml file SEEMS to be the order they are called, but that doesn't matter. If you want general logging, you might check out the RequestInterceptor that I wrote. Its at: http://www.aswethink.com/emplo

Re: [tomcat-user] how to use generic servlets

2001-07-02 Thread D. Jay Newman
> Am Montag, 2. Juli 2001 03:59 schrieben erhelltest du mich hiermit: > > > I have just gotten though enough of the Servlet 2.3 specs, and while > > a servlet *must* implement the HTTP protocol, it can also implement > > other protocols. > > are you sure you read correctly? if you mean the piec

RE: Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread James Radvan
where is your driver stored in the file system? Try both the /lib directory and the webapps/[webappname]/WEB-INF/classes directories, and make sure your classpath points to both. And check your classpath for spaces in the path. Good luck. - James Radvan Webspher

RE: Character Encoding Problem

2001-07-02 Thread atumer
> > When reading bytes from file with FileReader the default character encoding > > is used. > > I think you must specify your own encoding when reading the file. > > > > I'll try that. But the same compiled classes and the same jdk version works well >with Resin JSP Server and the files. The pr

RE: Opening up JSP from another window

2001-07-02 Thread Hughes, Tim
Correction that should be: Second JSP link Tim Hughes Cap Gemini Ernst & Young Addr.: Sandbrugt. 5-7, Postboks 3950, Dreggen, 5835 Bergen, Norway > Tel: +47 55 90 66 24 / +47 48

RE: Opening up JSP from another window

2001-07-02 Thread Eduardo Vela
You can place a link in your fileA.jsp like this: My New Window just be careful with the path. -Mensaje original- De: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]] Enviado el: Lunes, 02 de Julio de 2001 08:16 a.m. Para: '[EMAIL PROTECTED]' Asunto: Opening up JSP from another window I

RE: Opening up JSP from another window

2001-07-02 Thread Hughes, Tim
Hi, I assume you mean that you have a JSP which generates an HTML page and from this page you want to have a link that links to a second JSP the results of which should be displayed in their own window. Then the link that you should include in your first JSP should look like this: Second JSP li

Re: Tomcat and JDK1.4.0

2001-07-02 Thread yannski
In fact, my program will be in a 100% ipv6 environment and I want to use servlets to handle different tasks of this program. So I have a priori 2 alternatives : - use jipsy but the compilation failed on my linux box (it complains about a deprecated API) - use JDK1.4 (it's now in bêta) So, let's b

RE: Opening up JSP from another window

2001-07-02 Thread Michael Wentzel
> I have one JSP application and I wish to open up another > window in JSP. I was told to specify target="_window" in the > url to pop up the JSP. Where do I put this? If my jsp is > test.jsp, to I say. > http://localhost:8080/test.jsp target="_window" > Can someone suggest the proper format

RE: access log for Tomcat

2001-07-02 Thread Hensley, Zachary
I am trying to write this request interceptor but I am not sure what methods I need to implement. Can someone give me some advice on this? currently I have implemented the reqiestMap method. For my logging I want to be able to capture username, http response, ... So does it matter where I specif

Problem running Tomcat 3.2 as a service on Win2000

2001-07-02 Thread JBrawner
I have a servlet that connects to a database. When I have tomcat running from the batch file (tomcat start) the servlet runs fine and connects to the db. When I install tomcat as a service I get a ClassNotFoundException saying it can't find my JDBC driver. My driver is contained in a jar file wi

JspC problem on windows

2001-07-02 Thread brad . pardee
Hello, I have a problem when I'm pre-compiling JSP files on windows that have the following line: <%@ include file="WizardHeader.jsp"%> Which results in the error: 2001-06-29 05:31:58 - error-the file '\foobar\TemplateSelect.jsp' generated the following parse exception: org.apache.jasp

Tomcat and JDK1.4.0

2001-07-02 Thread Kemp Randy-W18971
Why would you want to do that? I heard that the JDK 1.4 is still in alpha, and folks trying Tomcat on the Jboss list with JDK 1.4 are having all kinds of difficulties. I recommend waiting until it becomes beta or production quality. From: [EMAIL PROTECTED] Subject: Tomcat and JDK1.4.0 Date:

Opening up JSP from another window

2001-07-02 Thread Kemp Randy-W18971
I have one JSP application and I wish to open up another window in JSP. I was told to specify target="_window" in the url to pop up the JSP. Where do I put this? If my jsp is test.jsp, to I say. http://localhost:8080/test.jsp target="_window" Can someone suggest the proper format for the URL?

Tomcat and JDK1.4.0

2001-07-02 Thread yannski
Hello, Is it possible to run Tomcat with Sun JDK1.4.0 ? If yes, can someone explain me how ? Thanks, yk

Killing endless loop servlet - howto ? killing JVM or unload class ?

2001-07-02 Thread Renato Weiner
Hi all, I'm rolling out a successful Tomcat instalation in a shared environment ( it's a great software ! ). But I have a concern. I created a servlet that loops forever ( a very stupid one, by the way ). When I executed it, it allocates a Tomcat thread and it just runs forever. If I try to kill

Re: web.xml files and servlet mapping

2001-07-02 Thread jianqing wang
Hi, I don't know if your servlet.xml means server.xml. I think all your configuration file is fine. What is wrong is your url. Try http://127.0.0.1:8080/clan/attemp Good luck! Cindy Wang NCS Pearson >From: "Gabriel Marti" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]

  1   2   >