Apache + Tomcat + ssl

2000-11-07 Thread Richard Wooding
Hi, We have successfuly configured Apache to work with Tomcat and Virtual Hosts. However we would like to encrypt some of our JSP pages using ssl. What is the best way to modify your Apache/Tomcat configuration so that you can serve pages using the HTTPS protocol. Regards Richard Wooding Rich

RE: Unable to execute jsp file

2000-11-07 Thread Nicolas . Debras
Ich danke dir für deine Hilfe > -Original Message- > From: Ribi Roland [mailto:[EMAIL PROTECTED]] > Sent: mercredi 8 novembre 2000 08:30 > To: '[EMAIL PROTECTED]' > Subject: RE: Unable to execute jsp file > > > Did you install the J2EE ? Here you can download it: > http://www.javasoft

RE: Unable to execute jsp file

2000-11-07 Thread Ribi Roland
Did you install the J2EE ? Here you can download it: http://www.javasoft.com/j2ee/download.html You will need to add the *.jar-files from the j2ee to your classpath. Mit freundlichen Grüssen Roland Ribi > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: W

Unable to execute jsp file

2000-11-07 Thread Nicolas . Debras
I'm trying to work with Tomcat 3.1 under WNT. There is no problem with servlets but when i'm trying to see the jsp examples, the browser return a 500 error. What can i do ? Please help - Nicolas Debras Imprimerie Centrale Département Multimédia

RE: Pl. help me to unsubscribe...

2000-11-07 Thread Toby Piper
I have unsubscribed many times using the unsubscribe method listed here. Make sure that you are sending the email from the account that you are getting mail to. Failing that, note the OWNER address at the end of the instructions. --- Administrative commands for the tomcat-user list --- I can ha

Re: Setting Tomcat to Cooperate with the Apache Web Server

2000-11-07 Thread Hussam Alsawadi
Thank you Julio for your valuable comment. Hussam --- "Julio Serje (@canada.com)" <[EMAIL PROTECTED]> wrote: > Once Apache is coperating with Tomcat, you dont need > to specify a port (I'm > assuming that your Apache is running on port 80 - > default -) > > Do not mess with port 8007 as it is th

RE: Pl. help me to unsubscribe...

2000-11-07 Thread CPC Livelink Admin
The general reason why unsubscribe fails for people is that they send the unsubscribe from an email account which is not the subscribed email account. This frequently happens when your mail system rewrites your email address prior to sending it out. To work around this, you need to encode your e

Pl. help me to unsubscribe...

2000-11-07 Thread Subha Gowri K V
Hi all, I tried so... many times to unsubscribe it by sending empty mail to the spec. id.. But. it failed... If any one knows any other way to unsubscribe, pl. let me know it. Thanks in advance, Subha

Re: Can't start Apache1.3 with mod_jk

2000-11-07 Thread Jim Richards
> Some one has suggested to resolve this by adding -Iposix4 to the > compiling command line. But I got the same error by doing this. Anyone > has the same problem on SOLARIS and know how to solve it? Try lower case -l (ell) rather then -I for including the libaray. It worked for me.

Can't start Apache1.3 with mod_jk

2000-11-07 Thread Song Lin
Hi, We have built Tomcat3.2.6, Apache1.3 on Solaris2.6. We have successfully built mod_jk so with following command: apxs -o mod_jk.so -DSOLARIS -I/usr/local/packages/jdk1.2/include \ -I/usr/local/packages/jdk1.2/include/solaris -I../jk/ -c *.c ../jk/*.c However, we encountered the fol

modifying response headers

2000-11-07 Thread romain
Yo, is there a clean way (without modifying source code) to modify the response headers from tomcat? right now, they give away to much information methinks: Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2; Linux 2.2.15-4mdksmp i386; java.vendor=Sun Microsystems Inc.) (thi

Re: CAN'T UNSUBSCRIBE

2000-11-07 Thread Mangalmurti
UNSUBSCRIBE ELSE !! -Original Message- From: Manish Gulati <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Wednesday, November 08, 2000 4:00 AM Subject: RE: CAN'T UNSUBSCRIBE > >I have also unsuccessfully tried to unsubscribe multiple times. Please >unsubscrib

mysterious death

2000-11-07 Thread jun xu sun
Title: Starting TomCat hi, there, I run tomcat 4.0 on Solaris, every half hour, it would die suddenly, no reason, no erro, no warning, how come to this?   thanks.   rgds sun -Original Message-From: Julio Serje (@canada.com) <[EMAIL PROTECTED]>To: Philip Chan <[EMAIL PR

accessing env-entries from servlet

2000-11-07 Thread Thom Park
Hi, I've set up a webapp to define an env-entry and all looks well, Tomcat has identified the correct env-entry type/name/value and stuck the data in the Hashtables in the Context. Can someone suggest how to access this data? I've tried the 'standard' way (defining a javax.naming.InitialContext

RE: Tomcat & Dreamweaver UltraDev

2000-11-07 Thread ckerr
>From the Macromedia Dreamweaver site I either downloaded a newer ODBC to JDBC driver or I received a link to a site at Sun. After I installed the newer driver, according to detailed instructions, I rebooted and restarted the tutorial from scratch all over again. Although I don't remember the ex

Re: No Handler for Request?

2000-11-07 Thread Thom Park
I solved my problem - it seems that a nasty html editor clobbered the index.hmt file and didn't 'Uppercased' the S in Servlets in one of my links. I'm surprised that this is a problem though - I always thought Windows was case insensitive to pathname entries. Oh well, onwards and upwards -

Tomcat & Dreamweaver UltraDev

2000-11-07 Thread Auri & Mareena Shiraz
Were you ever able to resolve your problem described at http://archives2.real-time.com/pipermail/tomcat-users/2000-September/010496. html om 9/22/00 related to tomcat. I'm having the exact same problem with Apache 1.3, Tomcat and MS Access (via Ultradev). Any help/guidance would be much appreciate

Re: error 405 when using post

2000-11-07 Thread Julio Serje (@canada.com)
Check also the permissions of the work directory. (Tomcat compiles the .jsp's to .java files in this directory and then javac's the resulting .java to generate the .class that is finally executed.) The work directory is normally created under $TOMCAT_HOME or under the same directory the starup.s

Re: Servlets and SSI

2000-11-07 Thread Julio Serje (@canada.com)
Tomcat does not have support for SSI. (SSI is a servlet that works with Apache and Jserv and processes html pages with tags embedded). However, you can use instead the include tag. Julio. - Original Message - From: Jim Urban <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, No

Re: Setting Tomcat to Cooperate with the Apache Web Server

2000-11-07 Thread Julio Serje (@canada.com)
Once Apache is coperating with Tomcat, you dont need to specify a port (I'm assuming that your Apache is running on port 80 - default -) Do not mess with port 8007 as it is the port used for the communication between Apache and Tomcat, just use http://localhost/examples Julio Serje Calian Tech.

Re: Starting TomCat

2000-11-07 Thread Julio Serje (@canada.com)
Title: Starting TomCat Try moving \Tomcat3.1\jakarta-tomcat to \tomcat   Julio - Original Message - From: Philip Chan To: [EMAIL PROTECTED] ; Julio Serje (@canada.com) Sent: Tuesday, November 07, 2000 1:50 PM Subject: Re: Starting TomCat Hi   I am n

Where is the webdav support for jakarta-tomcat-4.0-20001103.tar.gz

2000-11-07 Thread Ray Allis
(Which BTW is the last real dev snapshot. 1104 on are 1k.) webdav/index.html says: "Tomcat 4.0 includes built-in support for WebDAV level 2, which enables remote authoring of the website. You can test these capabilities using a WebDAV client like MS WebFolders (included with IE 4.0 and up), MS

No Handler for Request?

2000-11-07 Thread Thom Park
Hi, I made a few simple mods to the HelloworldExample servlet and now I can't get it to run. I put the original back and I still get a 404 error back from Tomcat 3.2b6. What Handler could it be wingeing about? I'm not sure what the problem could be and I'm getting very bogged down in the code tr

Help! Tomcat 3.2 BETA 6 crashes with only 20 simulated users

2000-11-07 Thread jblum
I am using Tomcat version 3.2 Beta 6 on a Solaris Ultra Enterprise 2 SUN4U box running SUNOS 5.7 with 1 gigabyte of ram and 2 processors with plenty of disk space and 70 megabytes of swap space. When we run Seque's silkperformer version 4.02 webtesting on a Windows PC with 20 simultaneous users (

Re: Which Tomcat to use?

2000-11-07 Thread Craig R. McClanahan
Larry Rogers wrote: > I haven't gotten any response on whether 3.2 or 4.0 will support database based > authentication and container managed security. The best I was able to determine > from the archives before posting my question was that 3.2 with JDBC realm module > could handle the user/passw

RE: CAN'T UNSUBSCRIBE

2000-11-07 Thread Kotsiras, Alexandros
Title: RE: CAN'T UNSUBSCRIBE I have the same problem !! -Original Message- From: Manish Gulati [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 3:05 PM To: '[EMAIL PROTECTED]' Subject: RE: CAN'T UNSUBSCRIBE I have also unsuccessfully tried to unsubscribe multiple times

HPUX11 + mod_jk

2000-11-07 Thread Matchim, Brian - BOP/BDP
Hi everyone, I was wondering if anyone has found the solution to this problem however, it may be worth noting that this is a new install of HP-UX11 and has all the latest patches as a couple of weeks ago. I have installed Apache 1.3.12 and tomcat 3.2beta6 on an Hp box running HP-UX11. Both

SocketException on Linux JDK1.3 Tomcat3.1

2000-11-07 Thread Stéphane Laurière
Hello, I'm using Tomcat successfully as standalone jsp/servlet server on WindowsNT with no reboot from the server during several weeks. However I'm facing big problems on Linux Mandrake, JDK1.3 by Sun, Tomcat3.1 running as standalone server: I sometimes get a SocketException that makes the server

What tools do you use with Tomcat?

2000-11-07 Thread Mauricio Nuñez
Hi everybody: I want to know about the tools used by other tomcat's users. By example, i'm running now jbuilder 3.5 + Tomcat + Apache to debug my applications, with Redhat 6.2. Can post another apps, please. Thanks in advance Mauricio

What tools do you use with Tomcat?

2000-11-07 Thread Mauricio Nuñez
Mauricio Nuñez Jefe de Proyecto Avisados.com [EMAIL PROTECTED]

Re: I can shutdown Tomcat

2000-11-07 Thread Steve Ruby
Mauricio Nuñez wrote: > > Thanks for your attention: > > I can't shutdown one of my sites, running Tomcat. I can shutdown others 3 > sites, but this not. > What alternative i have? > Any comment,tip, tool is wellcome. > > thanks in advance > > Mauricio Nuñez the shutdown uses the port indicat

Re: Which Tomcat to use?

2000-11-07 Thread Larry Rogers
I haven't gotten any response on whether 3.2 or 4.0 will support database based authentication and container managed security. The best I was able to determine from the archives before posting my question was that 3.2 with JDBC realm module could handle the user/password list in a database, but

Re: Servlets and SSI

2000-11-07 Thread Paul McKean
Tomcat uses JSP rather than SSI. You can use the tag to do what you want. >> Original Message << On 11/7/00, 2:24:32 PM, "Jim Urban" <[EMAIL PROTECTED]> wrote regarding Servlets and SSI: > I have an application comprised of servlets which dynamically generat

Re: I can shutdown Tomcat

2000-11-07 Thread Duane Gran
Mauricio, If you are running Unix you can do it the dirty way by killing the process. I have found that Tomcat has some problems shutting down if the AJp connector is not enabled. Duane On Tue, 7 Nov 2000, [iso-8859-1] Mauricio Nuñez wrote: >Thanks for your attention: > >I can't shutdown one

RE: CAN'T UNSUBSCRIBE

2000-11-07 Thread Andy LaMora
I'm having the same problem. -Original Message- From: Ruben Kleiman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 13:31 To: [EMAIL PROTECTED] Subject: CAN'T UNSUBSCRIBE I've tried to unsubscribe multiple times, to no avail. If you are the sys admin for this list, please u

READ THIS First! Mailing-list archive and good tips

2000-11-07 Thread Wolfgang Stein
To unsubscribe from this list To stop subscription for an alternate account (e.g. [EMAIL PROTECTED]) send an eMail to [EMAIL PROTECTED] Before posting any questions --- + We welcome open discussion of Tomcat issues at both advan

RE: CAN'T UNSUBSCRIBE

2000-11-07 Thread WThompson
I got a feeling you're stuck because I tried to as well and I'm stuck. I'm might just put a block on the e-mail address. -Original Message- From: Ruben Kleiman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 12:31 PM To: [EMAIL PROTECTED] Subject: CAN'T UNSUBSCRIBE I've tri

Re: Locating property files

2000-11-07 Thread Bergquist, Brett
Gary, you can acess files code like the following: InputStream is = context.getResourceAsStream("/conf/some.properties"); Properties p = new Properties(); p.load(is); where "context" is an instance of "ServletContext". The "/conf/some.properties" file should exist under the root of your web app

RE: CAN'T UNSUBSCRIBE

2000-11-07 Thread Manish Gulati
I have also unsuccessfully tried to unsubscribe multiple times. Please unsubscribe me also. -Original Message- From: Ruben Kleiman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 10:30 AM To: [EMAIL PROTECTED] Subject: CAN'T UNSUBSCRIBE I've tried to unsubscribe multiple ti

Re: How to connect JDBC-ODBC in Tomcat

2000-11-07 Thread Maurice le Rutte
-Oorspronkelijk bericht- >Hi All, > >I have an Applet-Servlet application that work on Java Web Server >engine and can access the Access database through JDBC-ODBC (System DSN). > >When I placed my application on Tomcat and run it, it does not know >where to look for the database. How I do

Re: init being called twice

2000-11-07 Thread Maurice le Rutte
>I have done some further tests and I actually have a new object of my >servlet class. So it is calling init in one instance of the class and then >creating a new instance of the class and calling init again when the first >request is made. It makes no further calls to init after this. >Also the i

RE: Tomcat Caching problem

2000-11-07 Thread Ian Guthrie
I just went through this today myself : ) This is on the FAQ on the Jakarta page. . . just remove the servlet directory from your CLASSPATH The CLASSPATH cannot contain servlets one wants to reload. . . Even if reload is set it will ignore it if so. . . . [ Ian Guthrie ][ Director of R&D ][

Tomcat using Apache gives "ajpv12" Internal Server Error

2000-11-07 Thread Hussam Alsawadi
Hi, I'm trying to run Tomcat using Apache but it's not successful. If anyone has suggestion/input about what I did for setup, I'll appreciate it.   Browsing http://localhost/test/servlet produce the following error: Internal Server Error The server encountered an internal error or misconfigura

I can shutdown Tomcat

2000-11-07 Thread Mauricio Nuñez
Thanks for your attention: I can't shutdown one of my sites, running Tomcat. I can shutdown others 3 sites, but this not. What alternative i have? Any comment,tip, tool is wellcome. thanks in advance Mauricio Nuñez

Re: Starting TomCat

2000-11-07 Thread Philip Chan
Title: Starting TomCat Hi   I am new to Tomcat. The startup script never work. With the JustGo, I got this Jstart.log. = This exe is F:\Tomcat3.1\jakarta-tomcat\bin\Jstart.exeFinding TOMCAT_HOME via current locationTOMCAT_HOME = F:\Tomcat3.1\jakarta-tomcatTOMCAT_LIB  = F:\Tomcat3.1\j

CAN'T UNSUBSCRIBE

2000-11-07 Thread Ruben Kleiman
I've tried to unsubscribe multiple times, to no avail. If you are the sys admin for this list, please unsubscribe me! Thanks.

CAN'T UNSUBSCRIBE

2000-11-07 Thread Ruben Kleiman
I've tried to unsubscribe multiple times, to no avail. If you are the sys admin for this list, please unsubscribe me! Thanks. -- Ruben Kleiman, CTO | CGtime, Inc | [EMAIL PROTECTED] | www.cgtime.com

CAN'T UNSUBSCRIBE

2000-11-07 Thread Ruben Kleiman
I've tried to unsubscribe multiple times, to no avail. If you are the sys admin for this list, please unsubscribe me! Thanks. -- Ruben Kleiman, CTO | CGtime, Inc | [EMAIL PROTECTED] | www.cgtime.com

How to connect JDBC-ODBC in Tomcat

2000-11-07 Thread c cw288
Hi All, I have an Applet-Servlet application that work on Java Web Server engine and can access the Access database through JDBC-ODBC (System DSN). When I placed my application on Tomcat and run it, it does not know where to look for the database. How I do setup this connection so that my applic

Re: shtml file unable to recognise

2000-11-07 Thread Craig R. McClanahan
kiran simhadri wrote: > hi, > I have a .shtml file on tomcat. It is not able to recognise . > Is there any special configuration needed to make it work? > > Any leads are welcome. > > > > contents from servlet > . > > > > Thanks > kiran > [EMAIL PROTECTED] > Oracle Corp Tomcat does

Servlets and SSI

2000-11-07 Thread Jim Urban
I have an application comprised of servlets which dynamically generate HTML. How do I get Tomcat to recognize the SSI commands I place in the HTML the servlet writes? I need to use the "include" tag to get Tomcat to send back a chunk of HTML which formats the top portion of each page. This chunk

Re: Tomcat Caching problem

2000-11-07 Thread Craig R. McClanahan
"Sunny L.S.Chan" wrote: > Hi all, does anynoe encountered this problem, where by tomcat 3.1 standalone > kept displaying a cached copy of the servlet file instead of loading the > servlet everytime it is executed? > > Apparently it won't grab the form values in my doGet, and also everytime I > re

Re: [tomcat-user] Re: $TOMCAT_HOME/conf/web.xml isn't readed inTomcat 3.2b6???

2000-11-07 Thread Craig R. McClanahan
jun xu sun wrote: > hi, > I want to use tomcat 4 , but after I run startup.sh, it always says Can't > find class org.apache.catalina.startup.Bootstrap in catalina.out, how come > to this? > > rgds > sun How are you trying to start it? There are two basic approaches (example assumes you installe

RE: Locating property files

2000-11-07 Thread Nosonowitz, Phil
For jdk1.2 and above this is about the most generic and robust you can get. Start with the thread context classloader and work your way up the parents. You don't have to worry about which one of the possibly many classloaders (System, servlet, other...) has actually loaded your classes. // get th

RE: isapi_redirect.dll fails to load

2000-11-07 Thread Toby Piper
Check your registry entries VERY CAREFULLY. Make sure that they match the filter location exactly. Same for your virtual directory for the filter location. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 06, 2000 1:59 PM > To: [EMAIL PROT

AW: My own Exception-Page?

2000-11-07 Thread Ralph Einfeldt
There is an implicit object exception that contains the last throwable. To use the exceptin object you need a page directive in exception.jsp like this: <%@ page isErrorPage="true" %> then you can use something like <%= exception.toString() %> according to the spec you can get the Throwable

RE: init being called twice

2000-11-07 Thread David Oxley
I've tried it with 0 and with 5, but I still have the same problem. -Original Message- From: Byung Jin Chun [mailto:[EMAIL PROTECTED]] Sent: 07 November 2000 15:52 To: '[EMAIL PROTECTED]' Subject: RE: init being called twice David, try using a positive integer value for your load on

Antwort: Locating property files

2000-11-07 Thread Katrin_Seiffert
You can give init-parameters for your servlet. You must insert the following in the web.xml-File: MyServletName MyServletClass MyParameterName MyParameter Than you can get this init-Parameters in the init-method of your servlet. It gives besides an

Slight bug found in default wrapper.properties

2000-11-07 Thread masticol
Hi, all, I found a slight glitch in the default wrapper.properties for Tomcat 3.2beta6 that causes problems when trying to start Tomcat as a service. The following line in wrapper.properties: wrapper.class_path=$(wrapper.tomcat_home)\lib\xml.jar should be replaced with these two lines: wrapp

RE: Locating property files

2000-11-07 Thread Emmanuel Idi
Try putting it in your /WEB-INF/classes directory. The spec seems to indicate that the contents of the /lib/ dir will be archive files, namely *.jar. So if you packaged your *.properties file in a jar, it would probably work. private static ResourceBundle static_resource; static {

RE: init being called twice

2000-11-07 Thread David Oxley
I have just tried this and it causes my app to stop working. Does this now mean that I need to put the context into %TOMCAT_HOME%\conf\web.xml, because this is a bit of a pain. Dave. -Original Message- From: Alistair Hopkins [mailto:[EMAIL PROTECTED]] Sent: 07 November 2000 15:37 To: [EMA

RE: Locating property files

2000-11-07 Thread David Oxley
What we do (and we would prefer a better solution) is copy it under WEB-INF\classes directory. It would need to be in the .jar file if you were to put it in the WEB-INF\lib directory. Dave [EMAIL PROTECTED] -Original Message- From: Gary Raley [mailto:[EMAIL PROTECTED]] Sent: 07 November 2

My own Exception-Page?

2000-11-07 Thread Katrin_Seiffert
I can set in the web.xml-File this tags: 500 /exception.xml Then I can create my own Exception-Page. But I don't know wich Exception it is. How can I get this Exception? An How can I use this Exception in my own Exception-Page (exception.xml) Have somebody an Idea? Than

RE: init being called twice

2000-11-07 Thread Byung Jin Chun
David, try using a positive integer value for your load on startup element. Here is the snippet from the dtd: Jin -Original Message- From: David Oxley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 10:30 AM To: '[EMAIL PROTECTED]' Subject: RE: init being called twice

RE: workers.properties & virtual hosts

2000-11-07 Thread Stubenrauch,Andreas
1.) The host in worker.properties is the host tomcat is running on (that's not related to the the apache host. You can run tomcat on a different machine than apache) 2.) You seem to have configured your mod_jk-Mounts yourself so you don't have to bother with mod_jk.conf-auto. It's an auto-generat

RE: init being called twice

2000-11-07 Thread Alistair Hopkins
I had this. In my case, it was caused by setting my context to be the root context. I solved it by removing the line from server.xml, so that only contexts explicitly defined in web.xml were loaded. At 03:29 PM 11/7/00 +, you wrote: >If your talking about the %TOMCAT_HOME%\con

Locating property files

2000-11-07 Thread Gary Raley
My servlet requires access to a properties file and I'm trying to determine the best implementation. I tried copying the properties file to the Webapps\"ContextRoot"\Web-Inf\lib directory, but Tomcat could not locate the file. I had to add the properties file to the classpath within TOMCAT.BAT

Re: Sticky sessions (again)

2000-11-07 Thread Alain Origlia
> what do you mean with sticky sessions ? > sessions that persist ? At first, thanks for your answer. Hmm... well, imagine a web server working with two servlets engines A and B hosting a same application on two distinct servers. All the servlet engine workers are configured to work into a load

RE: init being called twice

2000-11-07 Thread David Oxley
If your talking about the %TOMCAT_HOME%\conf\web.xml, then no it is not defined in there. It is also not defined in %TOMCAT_HOME%\conf\server.xml. All I have is the context\WEB-INF\web.xml which I have attached. I have done some further tests and I actually have a new object of my servlet class. S

Re: Tomcat & JNDI

2000-11-07 Thread cmanolache
> I have my own little in memory JNDI implementation with support for > java:comp URLs > and it works fine but provides one global JNDI for all contexts defined in > server.xml while it should be context specific. Basically the problem is how > to make InitialContext() tomcat context aware (to be

Problem in staring Tomcat

2000-11-07 Thread Somnath Banerjee
Hello everybody, I am trying to start Tomcat with a special server.xml file.  I am getting the following error. I am attaching the server.xml file here.   Any idea how to overcome this problem?   Thanks and regards, somnath   Console messages copied here =

Re: init being called twice

2000-11-07 Thread William Brogden
David Oxley wrote: > > Does anyone know why the init method is being called twice. I'm using > tomcat3.2b6 with IIS5 on W2K linked with isapi_redirect.dll. I have also > seen this with 3.1 with apache 1.3.12 on Solaris 7 linked with mod_jserv.so. > > I can code around this so that the second t

Re: servlet mappings???

2000-11-07 Thread Matt Goss
h Kurt Bernhard Pruenner wrote: > Matt Goss wrote: > > On second thought... > > when requesting an html file it routed to the servlet (which popped up a > > login screen) but when the servlet tried to forward to the html file it > > aparently got caught in a recursive error of some kind

init being called twice

2000-11-07 Thread David Oxley
Does anyone know why the init method is being called twice. I'm using tomcat3.2b6 with IIS5 on W2K linked with isapi_redirect.dll. I have also seen this with 3.1 with apache 1.3.12 on Solaris 7 linked with mod_jserv.so. I can code around this so that the second time through it doesn't call my ini

workers.properties & virtual hosts

2000-11-07 Thread Dominique BATARD
Tomcat 3.2b6, Apache 1.3.14, NT 4 I'm running 3 virtual hosts and want to have each one his own JVM In server.xml : ... ... ... ... ServerName host1 JkMount /*.jsp ajp-8110 JkMount /servlet/* ajp-8110 Idem for host2 ajp-8111 and host3 ... ajp8112 My question is : 1 -

RE: Deploying a WAR with tomcat

2000-11-07 Thread Kitching Simon
Actually, you can just rename it. Jar currently uses the same format as zip. > -Original Message- > From: Ismael Blesa Part [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, November 07, 2000 12:17 PM > To: [EMAIL PROTECTED] > Subject: Re: Deploying a WAR with tomcat > > No, It only takes

Re: Deploying a WAR with tomcat

2000-11-07 Thread Ismael Blesa Part
No, It only takes jar files. You can decompress it and jar it. [EMAIL PROTECTED] wrote: > Does anybody know if it will find .zip's the same way? > > The zip in question is Oracles think client driver > > classes12_01.zip > > On Mon, 6 Nov 2000, Nicholson Robert wrote: > > > If I have a bunch of

RE: How can I see my webapps classpath?

2000-11-07 Thread Victor . Bhattacharjee
Hi! When i try to stop tomcat from the command prompt i get a "java.net.ConnectException" error. and i have to kill the tomcat process explicitly (kill -9 pid) Iam using tomcat on solaris. java.net.ConnectException:Connection refused thanks victor

RE: How can I see my webapps classpath?

2000-11-07 Thread Kitching Simon
Yes, but that's not really what Robert was asking. The original question (as I read it) is really * How can I find out what directories classes can be loaded from for a given webapp. I presume that if you call YourClassName.class.getClassLoader() for any class inside your webapp (eg from a servle

xml on the fly

2000-11-07 Thread Murat Kasikcioglu
hi all, i'm trying to produce xml file from servlet in tomcat. but i could not pass data to cocoon. do you have any comments? best regards, my code is like this: . public class menu extends HttpServlet { public void init(ServletConfig config) throws ServletException { super.init(

error 405 when using post

2000-11-07 Thread Todd Sussman
I am running apache 1.3.14 -- tomcat 3.1 -- and the jserv.so on a linux RH6.2 machine. In order to log in to our service we use jsp pages with the post method. It is being written to another jsp page. I understand that the post must go to an executable and I assume a jsp page is one. But I al

RE: How can I see my webapps classpath?

2000-11-07 Thread Stubenrauch,Andreas
AFAIK in Tomcat 3.x there is just one classpath for the entire tomcat (resp. for the JVM) The webapps/foo/classes/ and webapps/foo/lib/ are not 'really' in the classpath. Files in there get loaded by an modified Tomcat-Classloader. For short: the systemclasspath=your webapp classpath Regards >