CLIENT-CERT with tomcat

2001-05-21 Thread Pernica, Jan
Hello How can I use CLIENT-CERT auth method? What should I do (especially how should I configure client and server to use this type of authorization?) Thank you Jan __ Tato komunikace je urcena vyhradne pro adresata a je

RE: tomcat 4 and support for iis

2001-05-21 Thread GOMEZ Henri
There are some efforts right now on that direction, if you are interested on support that and can contribute to that effort you are welcomed to Tomcat-Dev list to comment in and contribute if you can ...follow guidelines on http://jakarta.apache.org/site/source.html for sending patches.. The

RE: Tomcat 3.3 Milestone 3 - NOCLASSDEF

2001-05-21 Thread GOMEZ Henri
The oreilly jar must be in lib/apps/ TC 3.3 use a new system of classloader - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original

RE:_Install_Tomcat_on_Wíndows_95

2001-05-21 Thread Naeem Malik
Arnold, I m sorry for Late reply, so i m sending u my autoexec.bat path... set PATH=%PATH%;c:\jdk13\bin;c:\java\jakarta-tomcat\bin set JAVA_HOME=c:\jdk13 set CLASSPATH=.;c:\jdk13\jre\lib\rt.jar; c:\jdk13\lib\tools.jar; c:\java\jakarta-tomcat\lib\servlet.jar set

JSP Naming Standards ?

2001-05-21 Thread dave . prout
Are there recognised naming standards for JSP's ? If I have a customer login page for Company ABC should I call it. ABC_Customer_Login or abc_cutomer_login or abccustomerlogin or abcCustomerLogin or what ? Please could you give me a reference to the standard, as I only want to change

Re: Setting up Virtual Hosts

2001-05-21 Thread Glen Eustace
http://mikal.org/interests/java/tomcat/index.jsp Look for Virtual Host or my name. Will do. Thanks. This is very frustrating. Having browsed around in the archives, I have come to the ( possibly erroeous ) conclusion that tomcat does not support NAMED virtual hosts, but that they are

RewritingURL with Tomcat3.2.1

2001-05-21 Thread Lessault Jean-Luc
Hi all, I am using Tomcat 3.2.1 with Apache 1.3 and I have the following problem: I want to rewrite a path from a form like 'http://host:port/file.html' to something like 'http://host:port/ContextServlet/MyServletName?parameter=file.html'). (Note that the program works when i use

Virtual host application directories in Tomcat 3.2 and 4.0

2001-05-21 Thread Jonas Björnerstedt
Although I haven't tried it, in Tomcat 4.0 each Host directive can specify an application base directory (webapps/) for the host. The appBase attribute specifies for each host where applications will be deployed. Can the same thing be done in 3.2, if virtual hosts are specified with the Host

tomcat run on windows 2000

2001-05-21 Thread Ho, Isadora KW
Dear sir, I have installed the Tomcat in the windows 2000 server, but when I run the startup.bat, the console pop up and disappear, no error message displayed. Does tomcat support running on windows 2000? Isadora

Re: RewritingURL with Tomcat3.2.1

2001-05-21 Thread sfarrell
L, You need to add the [PT] parameter to your rewrite rule - it worked for me!! regards Scott Farrell http://www.icconsulting.com.au ic Consulting - integrating your business in a web world. We offer e-business consulting and perform services. We deliver high impact consulting, and fast turn

RE: tomcat run on windows 2000

2001-05-21 Thread Michael Weissenbacher
run startup.bat from the command line to see error messages (start cmd.exe first) -Original Message- From: Ho, Isadora KW [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 11:39 AM To: [EMAIL PROTECTED] Subject: tomcat run on windows 2000 Dear sir, I have installed the Tomcat in

RE: tomcat run on windows 2000

2001-05-21 Thread Jim Cheesman
At 11:48 AM 21/05/01, you wrote: run startup.bat from the command line to see error messages (start cmd.exe first) To add to this, we've got tomcat (3.2) running fine on Win2000 Server. Things you might want to check: * you've set the JAVA_HOME and TOMCAT_HOME variables correctly. * your java

RE: admin question

2001-05-21 Thread Randy Layman
-Original Message- From: Venkatesh Sangam [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 6:29 PM To: [EMAIL PROTECTED] Subject: RE: admin question hey the in second option what u suggested ... did u mean that have an application running on the computer where the

RE: Build problems with new install

2001-05-21 Thread Randy Layman
I believe that this is because the Ant project has reworked a number of their tags. I would suggest using either the Ant that comes in the Tomcat tgz file (should be lib/ant.jar) or download an older version of Ant (I believe that 1.2 should work, but you might need to go all the way

RE: Subject: NoClassDefFoundError ServletException

2001-05-21 Thread Randy Layman
Tomcat is not finding your JAVA_HOME correctly. Check that you are actually setting this in the shell before you start Tomcat. Also check that this is really a JDK and not a JRE (you must have a JAVA_HOME\lib\tools.jar file for Tomcat to work). Randy -Original

RE: Contexts, Classes, Variables

2001-05-21 Thread Cox, Charlie
Title: RE: Contexts, Classes, Variables My understanding is that if your class is in your classpath, it will be loaded once by java's bootstrap loader and they would share the same instance. If your class is part of your web application, it would be a different instance for each context. The

Re: How to embed Tomcat into an existing application OR how to use EmbededTomcat - Class

2001-05-21 Thread Matthias Schiffer
Hi! Nochmals Danke, mit der neuen Version ist es mir geglückt den Server ans Laufen zu bekommen. Nun hoffe ich noch ihn so ausrichten zu können, dass er SMI-Commands an die richtige Stelle weiterleitet, das ist doch auch konfigurierbar oder ? Klaus Sonnenleiter schrieb: Matthias, I have

Config of TC4-b5/Catalina and Apache1.3.19 under NT/2000???

2001-05-21 Thread Lutz Kirsten
Hi Folks, I would like to run Tomcat4/Catalina as a service with Apache. If I uncomment the Service=Tomcat-Standalone ... in server.xml Tomcat does not start! Even if I add Context path= docbase=mybase /Context or Host .. Context /Context /Host in the Service name=Tomcat-Apache section

Config of TC4-b5/Catalina and Apache1.3.19 under NT/2000???

2001-05-21 Thread Lutz Kirsten
Hi Folks, I would like to run Tomcat4/Catalina as a service with Apache. If I uncomment the Service=Tomcat-Standalone ... in server.xml Tomcat does not start! Even if I add Context path= docbase=mybase /Context or Host .. Context /Context /Host in the Service name=Tomcat-Apache section

Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
When running Tomcat as a Windows NT service, the NT wrapper jk_nt_service.exe must be installed and run instead of using the startup batch file. It appears that the jk_nt_service application reads its entire configuration from the wrapper.properties file. What this means is that the classes and

TC4/Catalina and Apache1.3.X with under Win32

2001-05-21 Thread egcs12md
Hi Folks, Has someone can give memod_webapp.dll,server.xml, httpd.conf examples ? Thanks for some help. SongDongsheng

***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Sharad Mohan
* URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST * _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com

Tomcat Apache config

2001-05-21 Thread Dave Finch
Hi, I have got Tomcat and Apache running on Redhat Linux 6.2 and all is working fine. Could someone please give me some pointers on how to configure Tomcat to start automatically on boot. like an NT service. TIA Dave Finch

RE: Virtual host application directories in Tomcat 3.2 and 4.0

2001-05-21 Thread Williamson, James
Title: RE: Virtual host application directories in Tomcat 3.2 and 4.0 Jonas, Try using the absolute path in the docBase attribute within the Context element. Hazarding a guess, I would expect if you used a relative path it would be 'relative' to the docBase in the ContextManager element.

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Laurence Mayer
I have been trying for days, still cannot unsubscribe, if you do find the way, please let me know how. Thanks -Original Message- From: Sharad Mohan [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 2:45 PM To: [EMAIL PROTECTED] Subject: * URGENT: UNSUBSCRIBING FROM THE

Session vs Beans

2001-05-21 Thread Sulman . Jeff
Last week I proposed this question to the discission group: I am currently writing a pretty complex data entry HTML page for an application. The HTML has 7 different frames where data is input, one represents the master table and the others detail tables. I am trying to come up with a way to

'Servlet' pipeline

2001-05-21 Thread Jörg Schorr
Title: 'Servlet' pipeline Hi, I am currently looking for the best solution for the following problem: in our application, when a user gets authenticated we need to perform specific tasks (I use standard j2ee web authentication, form based). The idea is to plug a servlet between the j2ee

Re: Tomcat policy file being ignored

2001-05-21 Thread Antony Bowesman
Problem solved. Just renaming the ${java.home}/lib/ext/jaas.jar to some random name does not stop JVM from attempting to load it as a jar file so the classes were still being loaded from there. The file must be removed. Antony Antony Bowesman wrote: Hi, I am running tomcat and using

Strange isapi_redirect error on NT

2001-05-21 Thread oLi
Hi all, a couple of weeks ago someone else already asked this question but didn't get any response: I'm running Tomcat 3.2.1 with IIS 4.0 on NT and my isapi.log shows the following messages only with log level error, but neither when selecting info or debug: [jk_isapi_plugin.c (261)]:

Re: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Valeriy Molyakov
Hi ! Your should use servlet mapping. For example: servlet servlet-name MyServletName /servlet-name servlet-class MyServletNameClass /servlet-class /servlet servlet-mapping servlet-name MyServletName

Re: How to get changed class to reload

2001-05-21 Thread Gary Lundquest
It seems that others are having the same problem. Does it work in some cases and not in others? If you can't get a changed class to reload, how do you develop applications? Is there another way of working that bypasses the need to frequently test changes to a class? It seems that the

Re: Running Tomcat as an NT Service

2001-05-21 Thread Eric Lubin
I run it as a service on win2000 and don't have this problem. I simply modified the first 2 lines of wrapper.properties like specified, and everything else gets picked up from server.xml or web.xml in my directory. Eric Lubin T/L 443-6954 External: 561-443-6954 Notes ID: elubin@ibmusm20

Re: RequestDispatcher.forward()

2001-05-21 Thread Sebastian Schulz
thank you all for suggestions and help! special thanks to jeff, Http(s)Message works fine for me and solves my problem. basti Jeff Kilbride wrote: Check out the HttpMessage and HttpsMessage classes in the com.oreilly.servlet package available from Jason Hunter at www.servlets.com. Does

problems with jdom tomcat4.0dev (24. april)

2001-05-21 Thread Torgeir Veimo
I'm having problems using jdom in a servlet with the following code; SAXBuilder builder = new SAXBuilder(); builder.setErrorHandler (new org.xml.sax.ErrorHandler () { public void warning (org.xml.sax.SAXParseException e) { cat.warn

Images not showing on Win2000

2001-05-21 Thread Eric Lubin
Can someone running Jakarta Tomcat 3.2.1 on Windows 2000 test this for me? Maybe it's a bug and i'll post it to the dev list. Create a new directory Put 2 JPG images in it, or the same one renamed. Name one hello.jpg and the other hello test.jpg (WITH THE SPACE) Now point your browser at that

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Mike Braden
This is a copy of the welcome message you get when subscribing to this group. You can use one of two methods. Send a message to the address listed below, which includes the command for the mail system. If you are still at the same address use: [EMAIL PROTECTED] or if your mail address has

Re: Images not showing on Win2000

2001-05-21 Thread oLi
I get the same under NT. Obviously it is a bug, when I have my static content served by IIS it works fine. oLi --- Eric Lubin [EMAIL PROTECTED] schrieb: Can someone running Jakarta Tomcat 3.2.1 on Windows 2000 test this for me? Maybe it's a bug and i'll post it to the dev list. Create a

RE: Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
I currently have the following 2 system environment variables (I double checked to be sure there were no USER environment variables of the same name): JAVA_HOME=jdk1.3 TOMCAT_HOME=c:\MCA5.5\tomcat-3.2.1 In the wrapper.properties file, I have made the mods:

Re: Session vs Beans

2001-05-21 Thread Egidijus Drobavicius
I think bean is much more clear approach. As i understood you have 2 ways -- store items directly to hashtable or store javabean and all you items into this bean. If you choose the first way the hashtable of the session would contain pretty much of your crap and in case you want to dump all of it

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Michael Wentzel
This is a copy of the welcome message you get when subscribing to this group. You can use one of two methods. 'ya know, I'm a huge proponent of NO html messages on the list (especially since it's in the usage policy!), but maybe the welcome message should be changed to an html message.

Re: Bean Choices (code question)

2001-05-21 Thread Michael Stacey
I have a lot of informational beans that hold static reference data (think ISO codes, State abbreviations, etc...) With these types of beans, I have the choice of instantiating a singleton object reference to the bean and accessing the methods through the object, or making all the methods

Editting server.xml with text editor

2001-05-21 Thread Harry Mantheakis
I am using Tomcat 4 b5 on a Mac OS X. I can edit web.xml with my text editor, but not server.xml. If I open server.xml in my text editor I get the following: usersa password driverClassName org.hsql.jdbcDriver driverName jdbc:HypersonicSQL:database mail.smtp.host localhost If I

RE: installation problems.

2001-05-21 Thread Christian Rudolph
Aristide, My first suggestion would be that you use a different port than 88, (I remember something about ports lower than ~1000 being restricted use). Try using a port in the high end of the range, say above 8080. -Christian Christian Rudolph NewsEdge Corp. 80 Blanchard Road Burlington, MA

Tomcat 4, mod_webapp problem

2001-05-21 Thread Laurens Fridael
Hi, I've managed to build mod_webapp on ourLinux machine.First Iencountered troubles with the APXS script of the current installation. I then installed the latest version of Apache (1.3.20) and still ran into difficulties. With a little modification of the apxs script (a hint from the

3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
I am running a high traffic site with Tomcat 3.2.1/Sun JVM 1.3/Linux 2.4.4/Apache 1.3.19. After a few days of serving up the hits very well, Tomcat just dies. It won't respond to shutdown requests and stops serving pages, giving out only null pointer exceptions. Killing the java processes

RE: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Lessault Jean-Luc
Thanks but I already use servlet mapping. More preciasely my question is in which file I have to put the following instructions LoadModule rewrite_module module/mod_rewrite.dll IfModule mod_rewrite.c RewriteEngine On RewriteBase /ContextServlet/ RewriteRule ^file.html

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Laurence Mayer
I have tried what you suggested, here is the error : Hi. This is the qmail-send program at apache.org. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. [EMAIL PROTECTED]: Sorry, no mailbox here by

Welcome-file

2001-05-21 Thread TRichter
Hello, I noticed during development that Tomcat only serves *.html files in the welcome-file-list. It tried to put index.jsp to the list - no reaction, the file wasn't be served. I changed the name to index.html - every okay. Is this a bug or a feature? Regards Thomas

SSL support for Tomcat 3.2.1 with IIS

2001-05-21 Thread Hawkins, Keith (Keith)
Title: SSL support for Tomcat 3.2.1 with IIS If one is deploying ISS + Tomcat 3.2.1, what is required to support SSL connections via HTTPS? Is the configuration done in ISS, Tomcat, or both? Thanks, Keith

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Fred Huelsbeck
Title: RE: * URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST * THIS DOES NOT WORK!!! I have even gotten the confirmation message back stating I had been removed, that was a week ago. So far I have deleted over 1000 e-mail message since then. Good luck!! -Original Message-

Catalina + Jbuilder 4.0

2001-05-21 Thread John Menke
Is there any information on how to setup JBuilder 4.0 to debug Catalina servlets?

Custom Tag Problem

2001-05-21 Thread Kevin Long
I'm using Tomcat 3.2.1. I have a custom tag that has some standard HTML attributes in the custom tag. One of the attributes is called class. When I try to load the JSP page that contains this tag with the attribute, I'm getting a compile error. Here is the stack trace:

RE: Virtual host application directories in Tomcat 3.2 and 4.0

2001-05-21 Thread Jonas Björnerstedt
I want to have a webapps/ directory for each virtual host. A home directory such as this allows the user to add subdirectories without explicitly adding the contexts to server.xml. Using a Context element as you suggested will only give me one application. I suppose I could specify each

memory limitation

2001-05-21 Thread Will Glass-Husain
Hi, I've created a small application for the web that has suddenly received a significant increase in traffic. When I have more than 10 simultaneous users, all my JSP pages return "Out of Memory" exceptions. I'd like to be able to support 100+ users. I have one session bean with about 1-2

RE: Browser Closed

2001-05-21 Thread Devon Ziegler
I ran into a similar problem. The servlet sessions will timeout so the user has to log in again, but that doesn't help with what you are talking about (which seems to be cleaning up things after a user has been inactive long enough). I basically created a context wide vector of user sessions

Re: 3.2.1 Dies

2001-05-21 Thread Srinadh Karumuri
Did you check the log files? This sounds like a OutOfMemoryError. You can increase the heap size while starting the tomcat. -Sri At 08:16 AM 05/21/2001 -0700, Hunter Hillegas wrote: I am running a high traffic site with Tomcat 3.2.1/Sun JVM 1.3/Linux 2.4.4/Apache 1.3.19. After a few days of

RE: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Rob Ewaschuk
There is fairly good documentation of the mod_rewrite on the apache httpd website at http://httpd.apache.org/docs/misc/rewrite I believe you will need to have ^/file.html and not just ^file.html - the paths that are parsed include (I think) the leading slash. hth... -Rob : Rob Ewaschuk

RE: Welcome-file

2001-05-21 Thread Randy Layman
I don't have this problem, I use index.jsp as my start page. Did you start and stop Tomcat to make the change take effect? Did you remove the index.html entry, or put index.jsp after it in the file? Randy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Randy Layman
It seems like your mail program mucked with the to address: To: 'tomcat-user-unsubscribe-lmayer=' [EMAIL PROTECTED] it shouldn't be breaking at the = sign. I would suggest trying again making sure that there are no spaces between the = and usxx. If that doesn't work, then

AW: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Ralph Einfeldt
It looks like either you or your mailer are sending this: tomcat-user-unsubscribe-lmayer=' [EMAIL PROTECTED] instead of this: [EMAIL PROTECTED] My guess is your mailer. Some mailers are somewhat limited in the syntax of e-mailadresses. -Ursprüngliche Nachricht- Von: Laurence Mayer

RE: Tomcat 4, mod_webapp problem

2001-05-21 Thread Williamson, James
Sorry typo, on non thread enabled OS 'es -Original Message-From: Laurens Fridael [mailto:[EMAIL PROTECTED]]Sent: 21 May 2001 16:10To: Tomcat mailing listSubject: Tomcat 4, mod_webapp problem Hi, I've managed to build mod_webapp on ourLinux machine.First

error reading request --please help

2001-05-21 Thread Vasanth Krishnan Venkatachalam
Hi everyone, I'm trying to test tomcat 3.2.1 from the web. I have it running on a server called vader.ics.uci.edu, on port 19000. I want to access the file, source.jsp, which is located in the directory, webapps/examples/jsp/ But when I point my browser to

RE: Tomcat 4, mod_webapp problem

2001-05-21 Thread Williamson, James
Laurens, Which version of Linux are you running? pthreads aren't an integral part of the OS, they're a library which as far as I remember were a hack toprovide some form of threadingcapacity on thread enabledOS 'es (i.e Linux). So the question is, are they in your library path (i.e.

RE: AW: mailing list or news group??

2001-05-21 Thread Devon Ziegler
Frankly it doesn't seem like it would take much work to have BOTH (newsgroup and mailing list). Route messages arriving to one type into the other and vice versa with some back-end software. Most of us are developers here aren't we :) Just a thought. -Devon -Original Message- From:

Re: Changing Tomcat's User ID

2001-05-21 Thread Boris Niyazov
you may want to use in your script: /usr/bin/su nobody -c $TOMCAT_HOME/bin/startup.sh hth * * Boris NiyazovPh: 212-854-4094 Fax: 212-854-1749 * * Systems Manager Email: [EMAIL PROTECTED]

URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST

2001-05-21 Thread Geetha Subramanian
__ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

Trying to build tomcat contrib example - need some help

2001-05-21 Thread Derek Laufenberg
Hello, I'm very new to EJB/Tomcat and I am having trouble building the contrib examples. Ive installed JBoss-2.2.1_Tomcat-3.2.1 bundle and was able to run the system. Next I wanted to build the example out of the contrib package. I've unzipped the contrib files and tried to compile as directed

RE: ***** URGENT: UNSUBSCRIBING FROM THE TOMCAT-USER LIST *****

2001-05-21 Thread Vollmer, Thomas - CannonSA
Laurence and others, it is a little tricky to unsubscribe from tomcat-user when you have changed your e-mail address and need to use this [EMAIL PROTECTED] to unsubscribe. Some mail clients like MS-Outlook have trouble with the equal-sign = in the recipients address. Here's the e-mail

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
Which log file would I look in? servlet.log shows nothing, neither does jasper.log... Hunter From: Srinadh Karumuri [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 12:03:45 -0400 To: [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies Did

RE: Custom Tag Problem

2001-05-21 Thread Robert Petersen
I don't think your tag should compile because you can't have a getClass() method. Reason being that getClass() lives on java.lang.Object and is final, i.e. you can't override it. - Robert Petersen http://www.orangefood.com -Original Message- From: Kevin Long [mailto:[EMAIL PROTECTED]]

multiple instance of tomcat services

2001-05-21 Thread Vanclef Frederic
Hello, I would like to run multiple instances of tomcat services. In fact one by web site to avoid to disturb other developments on separate web site. I am using IIS and I am wondering how to configure server.xml, wrapper.properties files and IIS to be able to run the complete configuration.

RE: Custom Tag Problem

2001-05-21 Thread Hawkins, Keith (Keith)
Title: RE: Custom Tag Problem Are you running into a reserved word problem? Have you tried renaming the attribute to something other than class? (I don't know much about custom tags, so I am just going by a hunch here.) -Original Message- From: Kevin Long [mailto:[EMAIL

Re: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Tim O'Neil
Anyone have any problems with Apache's mod re-write and tomcat and ssl? Our web server seems to be completely ignoring the mod re-write rules when in ssl mode...

RE: admin question

2001-05-21 Thread Venkatesh Sangam
Hi Randy, How do u start a tomcat server using a Java program ?? How do I say Net Start service Name on the Dos Prompt what is the service name to be specificed If Not is ther any other method to start Tomcat using a Java program thanks Venkatesh From: Randy Layman [EMAIL PROTECTED] Reply-To:

Re: Editting server.xml with text editor

2001-05-21 Thread Beau Bisquette
Hi, Don't know about OS X, but all the earlier Mac OSs use \r (0x0D) as the line terminator ... and do not see the Unix \n (0x0A). Probably the file that appears correctly has \r\n pairs -- likely 'cause it came from a DOS/Windows box. If you use BBEdit, I believe you can tell it that the

Re: 3.2.1 Dies

2001-05-21 Thread Srinadh Karumuri
- I am running the tomcat using 'nohup' (UNIX command) on Solaris. My OutOfMemory errors were logged in nohup.log - Also, I remember seeing that NullPointer error when the old Tomcat didn't shutdown properly. I manually killed the old hanging java process using 'kill -9' and the new one is all

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Hunter From: Srinadh Karumuri [EMAIL PROTECTED] Date: Mon, 21 May 2001 13:43:53 -0400 To: Hunter Hillegas [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1

Re: 3.2.1 Dies

2001-05-21 Thread Srinadh Karumuri
STDOUT STDERR messages go to nohup.log. In your case you might be loosing those messages as you logged off (they will be sent to /dev/null - trash). Sri At 10:54 AM 05/21/2001 -0700, Hunter Hillegas wrote: What does running with nohup do for you? I usually start Tomcat using tomcat.sh start

JServ 1.2 issue ...

2001-05-21 Thread Anil Kumar
I have configures Jserv bindaddress to an IP address . Still it looks at localhost and give the following error... [21/05/2001 12:49:56:511] (EMERGENCY) ajp12: can not connect to host 127.0.0.1:9878 [21/05/2001 12:49:56:512] (EMERGENCY) ajp12: connection fail [21/05/2001 12:49:56:512] (ERROR) an

Help Needed

2001-05-21 Thread Venkatesh Sangam
Hi, can anyone please tell me what does embedding tomcat in an appl mean and how does it help I am new to Tomcat..Please tell me thanks Venkatesh _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

mod_jk source available?

2001-05-21 Thread Ted Garrett
I'm running Suse Linux 7.1 on a SUN Ultra-2, and must compile my own apache modules. I have thus far been unable to find the source for mod_jk in order to build it into my apache server. This means that while I have the whole shebang (tomcat, cocoon, jetspeed, etc.) running quite well on their

Re: installation problems.

2001-05-21 Thread Aristide Aragon
Yes, ports smaller than 1024 are resticted but not to the root user. Anyway I first tried with the config file as it came (with port 8080) and it didn't work, it gave the very same error. Thanks My first suggestion would be that you use a different port than 88, (I remember something about

Tomcat 3.2.1 JSP compile problem - A quick look, please?

2001-05-21 Thread Bryan Connor
Thanks to anyone out there in the ether that responds... Did my homework, still can't figure it out... After hours spinning through the archives of this mail forum, I have to break down and ask for help I am trying to run a simple login.jsp from

Re: Redhat 7.1 ApacheTomcat How-to (long)

2001-05-21 Thread Renato Salazar
Hello Neil, I've tried what you recommend and everything works fine but I still have a little problem. Apache and Tomcat work well but separately (not together). I have two httpd.conf files, /etc/httpd/conf/httpd.conf and /APACHE_HOME/conf/httpd.conf. In the procedure you've sent, you said

Strange

2001-05-21 Thread Martin Mauri
Hi, Why were mod_jk and Tomcat running ok, when I hadn't set up JkWorkersFile directive in httpd.conf, isn't it necessary to run Apache integrated with Tomcat? regards. m- Lic. Martin O. Mauri Profesion + Auge A.F.J.P Parana 666 - Cap. Federal TE: (011)

Re: Browser Closed

2001-05-21 Thread Alin Simionoiu
That was a solution that come in my mind also. But, I don't think you need to build you're own time-out mechanism. There already one in place. If you register a SessionBinding listener, you can be notified on valueUnbound when the session has expire. I do some testing with the default value for

RE: Tomcat 3.2.1 JSP compile problem - A quick look, please?

2001-05-21 Thread Posey, Dan
Try this: session = (HttpSession)pageContext.getSession(); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 11:29 AM To: [EMAIL PROTECTED] Subject: Tomcat 3.2.1 JSP compile problem - A quick look, please? Thanks to anyone out there in

Re: 3.2.1 Dies

2001-05-21 Thread Tim O'Neil
At 10:54 AM 5/21/2001 -0700, you wrote: What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Me too. Nohup (no hangup) runs the command in an ingnore hangup signal mode- not the same as a process fork. I think the cmd runs as an orphaned

Re: Strange

2001-05-21 Thread Martin Mauri
forget about the last email Hi, Why were mod_jk and Tomcat running ok, when I hadn't set up JkWorkersFile directive in httpd.conf, isn't it necessary to run Apache integrated with Tomcat? regards. m- Lic. Martin O. Mauri Profesion + Auge A.F.J.P

RE: Browser Closed

2001-05-21 Thread Nael Mohammad
Talk to me about your other secrets, I do love the sounds of your laugh, this Crazy Dog, is hungry now, so im getting a tuna sandwich for lunch today, what do you think? Do you have any other things on your mind today that I should no of? Oh well, it looks like 4 of the people who were from our

RE: Running Tomcat as an NT Service

2001-05-21 Thread Ronald G. Louzon
I have found my problem. It was being caused by some classes being loaded by the system class loader and other files being loaded by the servlet class loader. By adding the servlet jar files to wrapper.properties, they were being loaded by the system class loader. But, they could not find any

RE: admin question

2001-05-21 Thread Randy Layman
Two thoughts come to my mind immediately: 1. Use Runtime.exec to call tomcat.bat/sh - benefit of this is that it lives in a separate OS thread and the starter can then be started/stopped independent of Tomcat. The downside is that the starter needs to know the values (or how to

RE: Custom Tag Problem

2001-05-21 Thread Kevin Long
It does appear to be a reserved word problem. However, I tried the same tag in JRun and the attribute did not cause any problems. -Original Message- From: Hawkins, Keith (Keith) To: [EMAIL PROTECTED] Sent: 5/21/01 12:31 PM Subject: RE: Custom Tag Problem Are you running into a

RE: Custom Tag Problem

2001-05-21 Thread Kevin Long
In order to compile a custom tag, you don't need a get accessor method (i.e. getClass()). You need to have the corresponding set method for each attribute. In this case, there is not a setClass() in Object. -Original Message- From: Robert Petersen To: [EMAIL PROTECTED] Sent: 5/21/01

Re: RE: Tomcat 3.2.1  JSP compile problem - A quick look, please?

2001-05-21 Thread Bryan Connor
Dan I might have a too much info in my question, down in the detail of the question, I mention the compile error occurs on a simple .jsp. Since the error happens when the .JSP is being compiled into a Servlet, and the 'JSP has no direct reference to pageContext.getSession(). I don't have

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
Well, I am using the scripts and my Tomcat just dies after a few days of heavy load... We're talking hundreds of thousands of hits... Any other ideas are appreciated. I'm tempted to try 3.2.2 but since this is a production site, I'm a bit scared off by the beta status of the software. Hunter

Re: 3.2.1 Dies

2001-05-21 Thread Boris Niyazov
Why use nohup if you can configure tomcat to log into a file? Logger name=tc_log path=logs/tomcat.log verbosityLevel = DEBUG / * * Boris NiyazovPh: 212-854-4094 Fax:

RE: admin question

2001-05-21 Thread Venkatesh Sangam
Hi Randy. I am actually trying to execute like this .. Runtime rt = Runtime.getRuntime(); Process pc = null; try{ pc = rt.exec(D:\\Venky\\jakarta-tomcat-3.2.1\\bin\\Tomcat.bat); } catch (Exception e) { System.out.println(Error Occered);} But it is still not working

Re: RewritingURL with Tomcat3.2.1

2001-05-21 Thread Jan Labanowski
On Mon, 21 May 2001, Tim O'Neil wrote: Anyone have any problems with Apache's mod re-write and tomcat and ssl? Our web server seems to be completely ignoring the mod re-write rules when in ssl mode... Make sure that your rewrite rules are within the SSL virtual server block. VirtualHost

Re: Editing server.xml with text editor

2001-05-21 Thread Harry Mantheakis
Beau Thanks for that. I tried CodeWarrior and it worked :-) Don't know about OS X, but all the earlier Mac OSs use \r (0x0D) as the line terminator ... and do not see the Unix \n (0x0A). Probably the file that appears correctly has \r\n pairs -- likely 'cause it came from a DOS/Windows

  1   2   >