RE: Servlet loading on linux startup

2000-10-30 Thread Kitching Simon
Hi, Maybe this is a file permissions or paths problem... Check what user tomcat runs as when started from inittab. Is this the same user you use when you "log in to linux" to start tomcat? If not, does this user have access permissions to the WEB-INF/classes directory, the web.xml file, etc? Wh

Re: catalina.sh IS tomcat.sh ?

2000-10-30 Thread mike niemaz
"Craig R. McClanahan" wrote: > For the purposes of starting up Tomcat 4.0, this is correct -- use > catalina.sh or catalina.bat instead of tomcat.sh / tomcat.bat. > > > > > Any more noticeable diffs? > > > > Quite a few. One of the primary reasons that Tomcat 4.0 is still > "pre-alpha" is (inco

Help ME !!

2000-10-30 Thread 朱庭輝
I am trying to integrate romcat with netscape enterprise on solaris unix, How can build the nsapi_refirect and configure it? There is only documentation & binary build for windows.So please help !!

RE: NT-Service-Howto

2000-10-30 Thread Hovnan Jonah Alexanian
Hi Again, Everything is fine now. I had to use version 3.2 beta 6 for everything. Cound not mix them up. Regarfds, Jonah -Original Message- From: Hovnan Jonah Alexanian [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 2:39 PM To: [EMAIL PROTECTED] Subject: RE: NT-Service-Howto

Re: jsp compilation problem

2000-10-30 Thread Julio Serje (@canada.com)
Hi, Sibon Looks like you are not putting your class Service800NumberBean in the right place... (WEB-INF/classes, WEB-INF/lib, or the system CLASSPATH). If you haven't jar'ed your class it should be located at: /tomcat/webapss/yourapp/WEB-INF/classes/com/ss8networks/smp/sms/provisioning /jsp.

Re: ClassCastException,Beans, and Constant Restarts

2000-10-30 Thread Julio Serje (@canada.com)
I agree with you, there's no clarity about that issue, so I tried to put together some of the references in the different available documents: >From the User Guide, defining the RELOADABLE parameter of the tag in server.html: "When developing a servlet it is very convenient to have Tomcat reloa

Installing jserv webapp

2000-10-30 Thread David Knaack
I have a system that was designed to run with apache and jserv that I would like to get working on my server using tomcat (3.1). The system (siteforum) normally comes with its own apache distribution with jserv and all the configuration files pre-built. I have a virtual host set up that I would

Re: freebsd, jdk1.2, tomcat 3.1 help

2000-10-30 Thread Michael Westbay
Haberman-san wrote: > I can't get tomcat 3.1 to run under freebsd > > 3.4-RELEASE FreeBSD 3.4 > Classic VM (build Linux_JDK_1.2.2_RC4, green threads, sunwjit) I have not problem running the native FreeBSD port of 1.2.2 on FreeBSD 4.1-RELEASE. Have a look at http://java2.freebsd.methodsys

Auto-Setting CLASSPATh during ANT compilation

2000-10-30 Thread Mike Papper
Hello, I have been using Ant + Tomcat for a little while and I have added more and more Java libraries (like struts, Universe, mail). Each time I do so, I need to update the CLASSPATH environment variable on my machine to include the new Jar and Zip files. This is NOT because the it wont run,

server.xml and individual servlets

2000-10-30 Thread Scott Goldstein
I'm fairly new to Tomcat and I have a configuration question.    I want to register a number of individual servlets without grouping them under a web application as follows:   path = domain/servlet1  will invoke servlet1 path = domain/servlet2  will invoke servlet2   . 

RE: NT-Service-Howto

2000-10-30 Thread Hovnan Jonah Alexanian
oops forgot to tell you that I am using Tomcat v3.1 but I also downloaded version 3.2 beta 6 and tried with that one but same results -Original Message- From: Hovnan Jonah Alexanian [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 2:09 PM To: [EMAIL PROTECTED] Subject: NT-Servic

Execute JSP's in a different directory - sans-examples.

2000-10-30 Thread Sterling
H- I've been poking around the docs and archives for this list and from what I see there isn't a simple way to make this happen. Set up another directory that will execute JSP files without having to go through examples. (And from what I've seen this directory cannot be inside the httpd/htdocs di

Re: (Possible VIRUS) Re: ???????? - ????????????

2000-10-30 Thread Ray Allis
Crashed Netscape 4.73 on my Solaris SPARC. But Netscape 6 renders a very nice page in Chinese? and let me delete it so I could go back to the older Netscape. Ray Allis -- William Brogden wrote: > > Crashed my Netscape 4.61 but I don't think it was a virus, > just some really weird data. > --

NT-Service-Howto

2000-10-30 Thread Hovnan Jonah Alexanian
Hi, I am a new tomcat user and for the last two days I have been trying to install the NT-Service. Can you help me... I downloaded jk_nt_service.exe and wrapper.properties. Made the two changes wrapper.tomcat_home = c:\tomcat wrapper.java_home = c:\jdk1.2.2 then I ran jk_nt_service -i Jakart

Re: (Possible VIRUS) Re: ???????? - ????????????

2000-10-30 Thread William Brogden
Crashed my Netscape 4.61 but I don't think it was a virus, just some really weird data. -- WBB

Re: strange applet/plugin issues

2000-10-30 Thread Harding, David
now things are working againodd...very oddi think maybe my jdk/jre install is not clean. hr

Re: (Possible VIRUS) Re: ???????? - ????????????

2000-10-30 Thread neo
Well, It crashed NetScape 4.75... I have BI at paranoid and McAfee on every file coming in my box -- Go figure... "C. Jason Benedict" wrote: > i have cut the binary code out of this one > > sinboda wrote: > > > [Image]

strange applet/plugin issues

2000-10-30 Thread Harding, David
im not sure where to get help on this one but here goes...perhaps someone here has had this problem: i am developing swing applets on a freebsd machine running tomcat 3.1. i write two hello world type applets that used swing. on my client machine (redhat 7, netscape 4.75) i installed the java p

Tomcat with Apache

2000-10-30 Thread Juan Esteban
Title: Tomcat with Apache There all, I am new with Tomcat, and my question is: It is possible to configure Tomcat with Apache web server, and make that Tomcat start automatically when Apache do? I will appreciate if someone can help me, or send to my an example of howto! By the way, it's T

Re: jsp compilation problem

2000-10-30 Thread Pierre Delisle
Fix the typo and that should work. -- Pierre Sibon Barman wrote: > > Hi all, > Here is a snippet of jsp code that I am having trouble in compiling jsp > pages: > class="com.ss8networks.smp.sms.provisioning.jsp.Service800NumberBean" /> > <% QuestionnaireTreeModel model = traverser.getMod

Tomcat Netscape on Sun Solaris

2000-10-30 Thread Nijholt, Ralf
Hello there, For our project we want to use Tomcat as JSP/Servlet engine cooperating with Netscape iPlanet webserver. I read the Tomcat Netscape howto document. One of the installation/configuration steps is web server plugin. On NT we must use the nsapi_redirect.dll, but what redirector must we u

jsp compilation problem

2000-10-30 Thread Sibon Barman
Hi all, Here is a snippet of jsp code that I am having trouble in compiling jsp pages: <% QuestionnaireTreeModel model = traverser.getModel(); if (model != null){ model.clearProvisionedData(model.getRoot().getInstanceID()); } %> I get the following error: Error: 500 Location: /provis

Raven SSL and Tomcat

2000-10-30 Thread Ranko Bijelonic
Does anyone have these two running together? I'm having major trouble (HANDLER THREAD PROBLEM). Thank you, ranko

RE: [tomcat-user] issues with mod_jk (consuming 100% of cpu)

2000-10-30 Thread Ranko Bijelonic
Thanks guys, dowloaded, compiled, and working (kind of) -Original Message- From: Jagannathan, Giri (c) [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 2:02 PM To: '[EMAIL PROTECTED]' Subject: RE: [tomcat-user] issues with mod_jk (consuming 100% of cpu) U got to download the so

uninitialized instance variables in servlet

2000-10-30 Thread Tom O'Connor
In the init() method of my Servlet class, I populate 2 String instance variables that are later used in the doPost() method. The String values are populated by calling .getInitParameter() on the ServletConfig instance passed into init(). I verify that the String returned from .getInitParameter()

Managing Live Sessions

2000-10-30 Thread Anand Prasad
Hi All, I would like to limit number of live sessions to say x number. Is there a way where I can configure in Tomcat or in apache. Can I set the number of live sessions from Tomcat from a JSP or Servlet, if so could any let me know. Thanks --Anand

Re: Configuring Tomcat - Examples don't work.

2000-10-30 Thread Sterling
H- Thank you very much! This is great, it's working now. Is there anyway one can put/submit this in the FAQ documentation for Tomcat? I think this would be very useful information. BTW - the Official Faq-o-matic for Jakarta ( http://jakarta.apache.org/faq/faqindex.html ) doesn't work. So now

Re: Configuring Tomcat - Examples don't work.

2000-10-30 Thread ricksmth
Try this for the CLASSPATH: export CLASSPATH=/usr/local/jdk1.2.2/lib/tools.jar Rick [EMAIL PROTECTED] wrote: > H- I have been through the archive and found references to this problem but haven't found any solutions. Or at least any that give examples on the solution. My question is how do you

Re: Configuring Tomcat - Examples don't work.

2000-10-30 Thread Craig R. McClanahan
Sterling wrote: > java.lang.NoClassDefFoundError: sun/tools/javac/Main > Add "$JAVA_HOME/lib/tools.jar" to your classpath. Adding just "$JAVA_HOME/lib" is not sufficient, because that only looks for unpacked classes -- not classes that are resident in JAR files in the named directory. Craig Mc

Configuring Tomcat - Examples don't work.

2000-10-30 Thread Sterling
H- I have been through the archive and found references to this problem but haven't found any solutions. Or at least any that give examples on the solution. Being a newbie to tomcat (and linux to a degree) I was wondering if anyone could help me out with a Tomcat problem? Here's what I have so

RE: [tomcat-user] issues with mod_jk (consuming 100% of cpu)

2000-10-30 Thread kenneth topp
in the tomcat source bundle... --- to unsubscribe: [EMAIL PROTECTED] for more info: http://jakarta.apache.org/getinvolved/mail.html On Mon, 30 Oct 2000, Ranko Bijelonic wrote: > Speaking of mod_jk, where can I find the source and instructions to compile > it? > Apache complains that the one

RE: [tomcat-user] issues with mod_jk (consuming 100% of cpu)

2000-10-30 Thread Jagannathan, Giri (c)
U got to download the source dist. of tomcat 3.2b6 or later & build the mod_jk modules & follow the instructions given in this link: http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html Giri -Original Message- From: Ranko Bijelonic [mailto:[EMAIL PROTECTED]] Sent: M

Re: RE: [tomcat-user] issues with mod_jk (consuming 100% of cpu)

2000-10-30 Thread ricksmth
If you download with Netscape it can save it as text and that will leave it garbled. Download with Lynx or some other browser and you won't have that problem. Rick [EMAIL PROTECTED] wrote: > Speaking of mod_jk, where can I find the source and instructions to compile it? Apache complains that t

RE: [tomcat-user] issues with mod_jk (consuming 100% of cpu)

2000-10-30 Thread Ranko Bijelonic
Speaking of mod_jk, where can I find the source and instructions to compile it? Apache complains that the one I downloaded (linux i386) is 'garbled'. Thanks, ranko -Original Message- From: Kenneth Topp [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 1:45 PM To: [EMAIL PROTECTED

RE: BindException on Solaris + Q

2000-10-30 Thread Chris Francis
H Not as trivial as putting mod_jserv.dll in your modules directory :) -Original Message- From: Jeff Klein [mailto:[EMAIL PROTECTED]] Sent: 30 October 2000 18:37 To: '[EMAIL PROTECTED]' Subject: RE: BindException on Solaris + Q > Does anyone know if/where I can get mod_jser

[tomcat-user] issues with mod_jk (consuming 100% of cpu)

2000-10-30 Thread Kenneth Topp
I've just noted a issue with mod_jk, causing the webserver to run out of control. The tomcat (3.2b4) process was restarted, and about 10 of the apache httpd's started consuming all of CPU. I had to kill them, but didn't need to restart apache in general. I (under linux) straced' the process, an

Servlet loading on linux startup

2000-10-30 Thread Domenico di Girolamo
If I start Tomcat from inittab on linux startup it do not load servlets on web.xml configured as load on startup. If I login into linux and stop and restart tomcat then it load servlets on startup. How can I solve this problem ? thanks Domenico

RE: BindException on Solaris + Q

2000-10-30 Thread Jeff Klein
> Does anyone know if/where I can get mod_jserv.so for sparc? Get the jserv src code from java.apache.org and statically link it into your apache instance. (makefiles are included so usually this is a triial task ;-). J PS (To Mike...) What is that lsof command you mentioned? I have never he

Re: (Possible VIRUS) Re: ???????? - ????????????

2000-10-30 Thread Martin Smith
"C. Jason Benedict" wrote: > > i have cut the binary code out of this one > > sinboda wrote: > > > [Image] The original message made my Netscape running under RedHat 6.1 linux crash. I had to remove the message by other means before I could run netscape again. Don't know what that means. m

ClassCastException,Beans, and Constant Restarts

2000-10-30 Thread Steve Goyette
I have read quite a few posts regarding this, but I could not find a clean cut answer. Using Tomcat 3.2 can I make changes to a bean, recompile, touch my JSP file that accesses that bean, and view my page with the new bean? Currently I am getting a ClassCastException. Why, when the JSP file has

RE: Win98 & Tomcat 3.1 - Starts to launch but then exists???

2000-10-30 Thread Jeff Klein
Another thing that can cause this behavior is if there is already an instance of Tomcat (or any other application that binds to ports) running. If the port is already bound to another application (tomcat or other), then a BindException is thrown, and the startup fails. Also, realize that you need

Re: catalina.sh IS tomcat.sh ?

2000-10-30 Thread Craig R. McClanahan
mike niemaz wrote: > I'm updating jakarta to 4.0 and i noticed > that some scripts (and more?) has disapeared, > which can be quiet crtitical since I had modified > some ... > So is catalina sh script the old tomcat.sh? For the purposes of starting up Tomcat 4.0, this is correct -- use catalina.

Tomcat 3.2 Release ???

2000-10-30 Thread raimee
Is there a target date for a production quality release of Tomcat 3.2?

RE: BindException on Solaris + Q

2000-10-30 Thread Chris Francis
Thanks, I found a mysterious previous version of apache (older 1.3.6) listening on port 8080, no idea where it came from!! Does anyone know if/where I can get mod_jserv.so for sparc? -Original Message- From: Mike Bremford [mailto:[EMAIL PROTECTED]] Sent: 30 October 2000 16:41 To: [EMAIL

freebsd, jdk1.2, tomcat 3.1 help

2000-10-30 Thread Mike Haberman
I can't get tomcat 3.1 to run under freebsd 3.4-RELEASE FreeBSD 3.4 Classic VM (build Linux_JDK_1.2.2_RC4, green threads, sunwjit) Here's the message I get When I try to connect Error reading request Resource temporarily unavailable: Resource temporarily una vailable It seems to run fine u

Re: destroy() method invocation

2000-10-30 Thread Steve Weiss
mike niemaz wrote: > > Hi, > > "Craig R. McClanahan" wrote: > > > You don't ... and you should NOT ... call destroy() on your servlet instance. > > Yes I understand that. I just meant to invoke the detroy method indirectly > when launcing the shutdown tomcat script. > > > Tomcat calls it for

Re: tomcat on IIS/NT4.0 can you help ?

2000-10-30 Thread Jason Watkins
I think the issue there is you need to set up the default file, since examples has no index.html or index.asp. Anyhow, if the gren light is working, your issues are no longer to do with the wrapper... instead ensure that you're asking for the right url, and that tomcat itself is working properly

RE: BindException on Solaris

2000-10-30 Thread Mike Bremford
Tomcat also listens on port 8080 by default. Try netstat -a | grep 8080, or even better "lsof -i tcp:8080". Cheers... Mike > -Original Message- > From: Chris Francis [mailto:[EMAIL PROTECTED]] > Sent: 30 October 2000 15:27 > To: Tomcat-User (E-mail) > Subject: BindException on Solaris >

(Possible VIRUS) Re: ???????? - ????????????

2000-10-30 Thread C. Jason Benedict
i have cut the binary code out of this one sinboda wrote: > [Image]

FW: tomcat on IIS/NT4.0 can you help ?

2000-10-30 Thread Alon Marom
> Hi, > I have made the necessary registry changes and the virtual "jakarta" in > the iis4 admin. > but the isapi_redirect.dll filter was red(not loaded) > In the isapi.log the ajp13 was having trable , so I removed ajp13 from > the "workers" > And ...the iis4 isapi_redirect.dll filter in green

Re: AW: redirect problems?

2000-10-30 Thread William Brogden
ok wrote: > > yeah, I have returns, why does this do this, there is no documentation in the > JSP spec saying i have to do returns after a redirect. Is this a bug in tomcat? > The docs for javax.servlet.http.HttpServletResponse.sendRedirect States: "After using this method the response shou

tomcat on IIS/NT4.0 can you help ?

2000-10-30 Thread Alon Marom
Hi, I have made the necessary registry changes and the virtual "jakarta" in the iis4 admin. but the isapi_redirect.dll filter was red(not loaded) In the isapi.log the ajp13 was having trable , so I removed ajp13 from the "workers" And ...the iis4 isapi_redirect.dll filter in green (loaded ) htt

libhpi.so ?

2000-10-30 Thread mike niemaz
I get the followin error trying to run the last version of tomcat. I'm using jdk1.2.2. ld.so.1: /opt/java/jdk1.2.2/bin/sparc/native_threads/java: fatal: libhpi.so: open fa iled: No such file or directory Should I re-install correctly jdk? --mike

READ THIS First! Mailing-list archive and good tips

2000-10-30 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

XML, DTD, Tomcat

2000-10-30 Thread Alex Tang
Hi folks. I've got a servlet (actually a couple) that are doing some XML parsing (Mainly SAX, some DOM). The only problem I seem to be having is that when if I have a XML file that looks like this: Tomcat looks for the DTD file in the TOMCAT_HOME/bin directory. the XML and DTD fi

reuse of JServ Applc. with Tomcat

2000-10-30 Thread thomas . maesing
Hi, I have a question to configure Apache to work with Tomcat instead of JServ. The Apache Sever works with Tomcat but I cannot find a solution for the servlet mapping. For JServ "/servlets/" maps the servlet repository. How must I configure Tomcat to use this Repository? regards Thomas

BindException on Solaris

2000-10-30 Thread Chris Francis
I'm attempting to run Tomcat on a Solaris 7 machine. We get a java.net.BindException:Address already in use on startup. There's nothing already on port 8007. What else can we try? There's very little other feedback - nothing in the logs etc. Chris Francis, Software Engineer, Static 2358, L

AW: AW: redirect problems?

2000-10-30 Thread Amrhein, Thomas
Search the archive! I remember, this was discussed a time ago in this list (or tomcat-dev) I found it somewhere documented or used in an example. But don't ask me where. It's definitively no bug. regards Thomas -Ursprüngliche Nachricht- Von: ok [mailto:[EMAIL PROTECTED]] Gesendet am: Mo

RE: APJ12: connection failed

2000-10-30 Thread Jagannathan, Giri (c)
hey, 1) Try changing the default apj12 worker definition section of workers.properties file as follows: worker.ajp12.host=your serverip(instead of the default localhost!) & see if it works. 2) Make sure you have Included tomcat.conf at the end of httpd.conf if you are using mod_Jserv / Include mod

RE: Logger

2000-10-30 Thread Andy LaMora
You might just try Webtrends... -Original Message- From: Lacerda, Wellington (AFIS) [mailto:[EMAIL PROTECTED]] Sent: Monday, October 30, 2000 05:00 To: '[EMAIL PROTECTED]' Subject: RE: Logger Hi Craig, I need a logger to collect data on tomcat contexts usage. I want to know how many hi

Re: AW: redirect problems?

2000-10-30 Thread ok
yeah, I have returns, why does this do this, there is no documentation in the JSP spec saying i have to do returns after a redirect. Is this a bug in tomcat? On Mon, 30 Oct 2000, you wrote: > Do you make a return after the sendRedirect? > ... > rresponse.sendRedirect("/checkout2.jsp"); > return;

Re: APJ12: connection failed

2000-10-30 Thread Joakim Verona
hello, apache and tomcat talk to each other using the ajp protocoll on a port, normally 8007. apache needs to have a plugin properly configured and running for this to work. there appears to be both mod_jserv and mod_jk you can use for this, where mod_jk is never. i use mod_jserv. read the in

Making SOAP sample work on Tomcat

2000-10-30 Thread Alejandro Carrillo
I run the SOAP GetQuote sample against Tomcat, and got the following error messages on the Tomcat screen: >>(Mon Oct 30 09:24:59 EST 2000) Processing SOAP request... java.lang.NullPointerException at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet. java, Compiled Code

RE: strange Error 404

2000-10-30 Thread Wolfgang Egger
Servus Wyn, first thanx for your answer. > -Original Message- > I'm sure the problem is with the URL used to access the servlet of > WebAppB. I don't think so, because of the following behaviour: Our WebServerDirStructure looks like this /websites/WebAppA /websites/WebAppA/WEB-INF /we

Strange behavoir

2000-10-30 Thread Phillip T. Gerringer
This weekend Tomcat stopped running. It can be started but throws errors in the mod_jk.log. Then Apache will fail to start with no errors. If I comment out the Include tomcat line in the httpd.conf file, Apache runs fine. The lines in the mod_jk.log file are: [jk_ajp12_worker.c (201)]: In jk_

RE: Integrating TomCat with Apache

2000-10-30 Thread Renchy Thomas
Make sure tomcat is disabled in the stand-alone mode (default) - section under $TOMCAT_HOME/conf/server.xml. It should solve your problem. renchy PS: Did you look into the $APACHE_HOME/logs/apache error_log file for any info? -Original Message- From: Sridhar R. Kundur [mailto:[EMAIL P

APJ12: connection failed

2000-10-30 Thread Natalie D Rassmann
Hi, I have been trying to get Apache to start Tomcat and after many long days I have finally got Apache to start Tomcat. However, when I try to go to the examples page and have Apache serve the JSP or Servlet examples I get the following error: ajp12: can not connect to host 127.0.0.1:8007 ajp1

Re: jakarta website FAQ system and an alternative

2000-10-30 Thread Ted Husted
Very cool, and extremely useful. I would seriously sign-on for this project. I went to the FAQ Maintenance page, and logged in fine as root. I didn't see how to edit a question though. The print question tree feature is very neat. The first thing I would like add would be a Save feature here t

Re: strange Error 404

2000-10-30 Thread Wyn Easton
I'm sure the problem is with the URL used to access the servlet of WebAppB. Look at the Tomcat output after you get the first 404 error. That should show you how Tomcat is trying to find the servlet. The Tomcat output will show the "context" + "pasted in URL". If your servlet is not at the combina

RE: Tomcat & Apache

2000-10-30 Thread Jagannathan, Giri (c)
hello, download the source distribution of tomcat 3.2 beta 6. I am sure you would find subdirs under /src... -Giri -Original Message- From: Da Eriksson Brothers [mailto:[EMAIL PROTECTED]] Sent: Friday, October 27, 2000 5:18 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat & Apache No I

Re: Session Info Sharing

2000-10-30 Thread Wyn Easton
> And ... when is this servlet preloaded: is it when you start the > server ? The line 1 tells Tomcat to pre-load this servlet first (1) when Tomcat starts. > If yes, does this mean that if you have 10 web-apps, each of which > has one > preloaded servlet, Tomcat will preload them all ? Tomcat

爱利维电梯商务网 - 电子宣传资料(总第二期)

2000-10-30 Thread sinboda
Title: 电子宣传资料(第二期) - 爱利维电梯商务网 爱利维 --- 电子宣传资料 2000年10月30日 星期三 总第2期 由此登录爱利维电梯商务网主页 ★本期索引★ 【爱 利 维】  

May I ask a question of Tomcat?

2000-10-30 Thread Baron
Hi,   I was installing Tomcat and Apache for testing. Most of functions were working fine. But there was a problem when I want to upload  a file. A form tag was setting in a jsp file as following when I submit to upload, the URL was transfered to http://servername/servlet/UploadDepartment

IIS-Tomcat problem: Posting forms

2000-10-30 Thread Mauro Angonesi
Hello everybody! I have a problem when trying to POST forms to ASP pages, it seems that the posted information gets lost. As far as I understand, IIS first tries to redirect requests to Tomcat and, if it's not handled, IIS takes care of it. So, I guess the information is being me

Re: response.sendRedirect stops working in Apache/Tomcat setup

2000-10-30 Thread Leon Palermo
Instead of redirecting, try forwarding like this:   getServletConfig().getServletContext().getRequestDispatcher("/jsp/forwardto.jsp").forward(request, response);   Leon - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 30, 2000

response.sendRedirect stops working in Apache/Tomcat setup

2000-10-30 Thread mih
Hi! I recently setup my Tomcat to run integrated with Apache. Everything worked fine, except that any jsp-page that contained a response.sendRedirect stopped redirecting. I don't get any response at all. Any clues? Thanks! /Martin Holmgren Check out the latest in z.com programming, produced e

strange Error 404

2000-10-30 Thread Wolfgang Egger
Servus, we have two WebApps. They both use the same java-classes, only the *.html are different. Both WebApps are installed with ant, both AebApps resp. their docbases are showing right entries when viewing them with bla:8080/admin. Runing diff and compairing /webAppA/WEB-INF/classes and ...

Re: catalina.sh IS tomcat.sh ?

2000-10-30 Thread mike niemaz
And what about tomcat.conf file? Could someone point me to the new documentation? Also, I'm running tomcat3.2. Do you think a simple update the the bin files, the conf & xml files is enough to update to tomcat4.0? --mike mike niemaz wrote: > I'm updating jakarta to 4.0 and i noticed > that some

catalina.sh IS tomcat.sh ?

2000-10-30 Thread mike niemaz
I'm updating jakarta to 4.0 and i noticed that some scripts (and more?) has disapeared, which can be quiet crtitical since I had modified some ... So is catalina sh script the old tomcat.sh? Any more noticeable diffs? Thanx, --mike

RE: Logger

2000-10-30 Thread Lacerda, Wellington (AFIS)
Hi Craig, I need a logger to collect data on tomcat contexts usage. I want to know how many hits a certain context got, what is the most popular page, how many hits from inside versus from the outside, things like that. I was thinking on something like writing a RequestInterceptor for that. Is th

AW: Win98 & Tomcat 3.1 - Starts to launch but then exists???

2000-10-30 Thread Merdes, Matthias
hi, have you checked if your TOMCAT_HOME ends with \jakarta-tomcat not \tomcat ? matthias -Ursprüngliche Nachricht- Von: David Harris [mailto:[EMAIL PROTECTED]] Gesendet am: Montag, 30. Oktober 2000 07:15 An: '[EMAIL PROTECTED]' Betreff: RE: Win98 & Tomcat 3.1 - Starts to launch but

RE: Path problem

2000-10-30 Thread Adi Eyal
Hi Shankar   I don't know JSP at all but your include problem is a common. If JSP includes work like most other environments, what is actually happening is that your included file is replacing your include statement. So if you refer to "images/image1.gif" in top.jsp, that same path is going

Re: destroy() method invocation

2000-10-30 Thread mike niemaz
Hi, "Craig R. McClanahan" wrote: > You don't ... and you should NOT ... call destroy() on your servlet instance. Yes I understand that. I just meant to invoke the detroy method indirectly when launcing the shutdown tomcat script. > Tomcat calls it for you when it is shut down normally. Failur

AW: redirect problems?

2000-10-30 Thread Amrhein, Thomas
Do you make a return after the sendRedirect? ... response.sendRedirect("/checkout2.jsp"); return; ... Otherwise, the output of checkout2.jsp is added (and not a 'new' output). Hint: Call sendRedirect before you make any output!!! -Ursprüngliche Nachricht- Von: jim [mailto:[EMAIL PROTEC