Re: EXE File/ port #

2000-11-01 Thread Ajayan
No I do not think so, like I reported I am not sure about the exe file, I could not get it from the website .. I got jk_nt_service.1 and I could start the service as "Tomcat" .. but during testing ( http://www.YourServerName.com:88) there was no response ... Kent Lau Chee Yong wrote: > 1) did u

Re: jar placement (clarification needed)

2000-11-01 Thread Jim Rudnicki
> When you tried this, had you created a context named myApp > in the server.xml file? It is that context that associates > jar files in webapps/myApp/WEB-INF/lib with the deployment > descriptor in webapps/myApp/WEB-INF/web.xml While that might resolve the problem, it strikes me as wrong. I wa

Re: EXE File/ port #

2000-11-01 Thread Kent Lau Chee Yong
1) did u install tomcat successfully? check its documentation first.

EXE File/ port #

2000-11-01 Thread Ajayan
Hi Can Any one help in the following : i. Actual file to be installed for WIN NT version ; I could not see any .exe file ii. How do I know the port # in which I have installed Tomcat ..? Appreciate your feed back .. Thanks Best Regards Ajayan

RE: [ANNOUNCE] Tomcat 4.0 Milestone 4

2000-11-01 Thread Abhilash V. Sonwane
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 02, 2000 10:07 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [ANNOUNCE] Tomcat 4.0 Milestone 4 > > > We're pleased to announce the a

[ANNOUNCE] Tomcat 4.0 Milestone 4

2000-11-01 Thread Craig R. McClanahan
We're pleased to announce the availabililty of milestone 4 of the Tomcat 4.0 servlet container and JSP engine. Compared to milestone 3, this release reflects the following changes: * Implementation of all the changes between "public draft" and "proposed final draft" of the Servlet 2.3 and JSP

RE: Hosting on TOMCAT/SQLServer with servlet stuff

2000-11-01 Thread Willie Wheeler
It's a little hard to take the gripe in your #4 seriously if you have to ask whether Tomcat can host a website. Try reading the documentation... > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 01, 2000 10:14 PM > To: [EMAIL PROTECTED]

Hosting on TOMCAT/SQLServer with servlet stuff

2000-11-01 Thread dynacomconsulting
1. I want to host my Website just on Tomcat .It has servlets ,JDBC and JSP stuff.I am not using any web server.Is it possible to do it alone on TomCat?Database used is SQL Server--Service Pack6(a) 2. When I have got multiple linked servlets,How can I configure my web.xml file for this site. 3. I a

Re: Redirect Tomcat System.out/System.err to logfile?

2000-11-01 Thread Amandeep Jawa
here is what i use: /usr/local/jakarta-tomcat/bin/startup.sh >tomcat.log 2>&1 - Original Message - From: "Jason Pell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 01, 2000 7:25 PM Subject: Redirect Tomcat System.out/System.err to logfile?

Redirect Tomcat System.out/System.err to logfile?

2000-11-01 Thread Jason Pell
Hello, Is there a way I can redirect System.out/System.err to logfile. Someone said that these go to the console where tomcat was started, but I use the "daemon tomcat start" command, so I am not sure that there is any output generated at all in daemon mode. I would therefore like to redirect t

RE: Tomcat config and servlets

2000-11-01 Thread dynacomconsulting
I too had similar problems with tomcat..Pl help --- David Harris <[EMAIL PROTECTED]> wrote: > apologies, URL should be > //localhost:8080/webdev/servlet/YourServlet > > -Original Message- > From: David Harris [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 02, 2000 12:36 PM > To: '[

RE: Tomcat config and servlets

2000-11-01 Thread David Harris
apologies, URL should be //localhost:8080/webdev/servlet/YourServlet -Original Message- From: David Harris [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 12:36 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat config and servlets try myhome/jakarta-tomcat/webapps/webdev/WEB-

RE: Tomcat config and servlets

2000-11-01 Thread David Harris
try myhome/jakarta-tomcat/webapps/webdev/WEB-INF/classes with URL //localhost:8080/webdev/servlets/YourServlet (replace machine name and port if required.) not myhome/jakarta-tomcat/webdev/WEB-INF/classes -Original Message- From: Thang Nguyen [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Tomcat config and servlets

2000-11-01 Thread Thang Nguyen
Hi, I have this basic question and hope you can help me with. Currently with the default setting of Tomcat ((btw, I am using tomcat 3.1 running on HP machine), if I put my servlets under this directory, then my tomcat can find these servlets myhome/jakarta-tomcat/webapps/examples/WEB-INF/

RE: JDBC Servlet to ODBC Base

2000-11-01 Thread Robert Schulz
http://java.sun.com/jdbc gives all sorts of tutorials explaining how to do this - it is pretty straight forward. My experience with the JDBC-ODBC bridge is, that it is not stable enough for production systems, (all sorts of dramas - string truncation, data type issues, dropping out of connections

Re: jar placement (clarification needed)

2000-11-01 Thread William Brogden
Mike Haberman wrote: > > There was a thread a while back about where to place > application specific jar files. I read the thread but > the solution has not worked. > > I have a jar file (myApp.jar) > > I have tomcat 3.2 running > > I place myApp.jar in $TOMCAT_HOME/lib it works! >(but

jar placement (clarification needed)

2000-11-01 Thread Mike Haberman
There was a thread a while back about where to place application specific jar files. I read the thread but the solution has not worked. I have a jar file (myApp.jar) I have tomcat 3.2 running I place myApp.jar in $TOMCAT_HOME/lib it works! (but I don't want it to live there) I place myA

Building mod_jserv.so

2000-11-01 Thread Jeff Jenkins
Hi,   I am trying to build mod_jserv.so per instructions in tomcat_ug.html. I change directory into jakarta-tomcat/src/native/apache/jserv and execute   apxs -c *.c -o mod_jserv.so   It compiles and then looks like it is trying to link, but stops with the following information:   apxs:Brea

RE: tutorials wanted

2000-11-01 Thread Renee Petris
http://java.sun.com/docs/books/tutorial/servlets/index.html http://java.sun.com/products/jsp/docs.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 3:26 AM To: [EMAIL PROTECTED] Subject: tutorials wanted Hello all, First of a

RE: APXS mod_jserv.so

2000-11-01 Thread Stephen Adkins
Hi, At 05:15 PM 11/1/2000 -, you wrote: >Hi, > > Just for reference on the solving of the problem for archives etc. >Use the documented command: > apxs -c *.c -o mod_jserv.so > We see messages frequently regarding "Where do I get mod_jserv.so?" and the documentation says to use the a

RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread Willie Wheeler
Thanks for that...I have it bookmarked, as this fills a real need. :-) Willie -Original Message- From: Elijah Roberts [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 3:10 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat as an NT service - stop when logging out On Wed

isapi_redirect.dll

2000-11-01 Thread Dane Frazier
I am attempting to install in Windows 2000 Adv Server SP1, IIS 5, IE 5.01. Tomcat works fine currently with IIS, it just needs the re-director. after following the web doc (Tomcat IIS How To) very diligently, re-checking registry entries and rebooting the server, checking the virtual directory

Re:RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread DIEGO RODRIGO
I've been using Elijah's service manager and it works very fine, I am very pleased with it, but ... let's face it, this behavior is still a bug. I mean, if Sun really wants Java to gain share on the server side, this *bug* is a big hole !!! Your service is a wonderful workaround, but Sun should

Re:RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread DIEGO RODRIGO
That's right, it's still on top. Why don't we go to http://developer.java.sun.com/developer/bugParade/bugs/4323062.html and vote massively for it ? bye diego. -- Diego Rodrigo Vates S.A. [EMAIL PROTECTED] +54(11)4346-6658 Reply Separator Subject:RE

RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread Elijah Roberts
On Wednesday November 01, 2000 Willie Wheeler wrote: > Yeah, that is correct. It is a Java 1.3 problem. Last time I checked it > was the one with the most Bug Parade votes but I guess that they haven't > fixed it yet. Arrghh... I think it's likely that this bug will not be fixed for some time,

'Container' level 'docBase' default?

2000-11-01 Thread Thom Park
Hello, I understand that Tomcat (3.2.b6) has an implicit default place to look for webApps ($TOMCAT_HOME/webapps) but is there any configuration method (e.g. in server.xml) that will allow me to specify an alternative place to look? Currently I'm working around the problem by providing absolute

RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread Willie Wheeler
Yeah, that is correct. It is a Java 1.3 problem. Last time I checked it was the one with the most Bug Parade votes but I guess that they haven't fixed it yet. Arrghh... Willie -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01,

RE: Tomcat as an NT service - stop when logging out

2000-11-01 Thread CPC Livelink Admin
I believe this is a known behaviour of Java 1.3 - switch to a 1.2 rev. -Original Message- From: Geoff Moriak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 01:51 PM To: [EMAIL PROTECTED] Subject: Tomcat as an NT service - stop when logging out I have installed Tomcat as

Tomcat as an NT service - stop when logging out

2000-11-01 Thread Geoff Moriak
I have installed Tomcat as an NT service. If I restart my server, Tomcat starts up and works. If I log in, Tomcat continues running. However if I log out, the Tomcat service stops and if I log back in, it is still stopped. I can manually start it from this point with no problems, but again i

Re: How do you pass data from a servlet to a jsp page?

2000-11-01 Thread Harding, David
on 11/1/00 1:52 PM, Craig R. McClanahan at [EMAIL PROTECTED] wrote: > "Harding, David" wrote: > >> odd, getServletContext() returns null for me > > The 99.9% cause of this one is having an init(ServletConfig config) method > that > fails to call super.init(config) somewhere. > > I use the

Re: getId()

2000-11-01 Thread Craig R. McClanahan
Mark Balster wrote: > From the javadocs for HttpServletRequest on getId() : Returns a string > containing the unique identifier assigned to this session. The > identifier is assigned by the servlet container and is implementation > dependent. My question is: What is the scope for the unique > id

getId()

2000-11-01 Thread Mark Balster
From the javadocs for HttpServletRequest on getId() :   Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the servlet container and is implementation dependent.   My question is:  What is the scope for the unique identifier?  global, se

Re: How do you pass data from a servlet to a jsp page?

2000-11-01 Thread Craig R. McClanahan
"Harding, David" wrote: > odd, getServletContext() returns null for me The 99.9% cause of this one is having an init(ServletConfig config) method that fails to call super.init(config) somewhere. I use the init() method that takes no arguments to avoid this kind of problem. Craig McClanahan

Re: May I ask a question of Tomcat?

2000-11-01 Thread Pierre Neihouser
Baron wrote: > 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 enctype="multipart/form-data" action="/servlet/UploadDepartmentImage" > method=POST>w

Re: How do you pass data from a servlet to a jsp page?

2000-11-01 Thread Harding, David
on 11/1/00 1:31 PM, Bill Pfeiffer at [EMAIL PROTECTED] wrote: > Are you using the request dispatcher to pass the servlet request to the jsp? > I do this all the time, setAttribute in the servlet (controller), call > forward() to forward the request to the jsp, and do request.getAttribute(). > >

Re: How do you pass data from a servlet to a jsp page?

2000-11-01 Thread Bill Pfeiffer
Are you using the request dispatcher to pass the servlet request to the jsp? I do this all the time, setAttribute in the servlet (controller), call forward() to forward the request to the jsp, and do request.getAttribute(). Servlet: RequestDispatcher rd; req.setAttribute("attr1", "hello");

RE: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Raghu Havaldar
That's what I thought after reading the docs, but seemed not to work. Makes me lookk silly with this whole CLASSPATH thing. -raghu -Original Message- From: Martin Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 01, 2000 12:12 PM To: [EMAIL PROTECTED] Subject: Re: jar's still

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
Leon,   I added a "context" into the server and it found my jars.  But, careful what you ask for, the ordering ends up being important.  I had to go back to using the classpath to make sure that the jars are hit in the proper order.  Oh well.   BTW, my reply below was based on my having misre

Re: Problems in Installing

2000-11-01 Thread Jim Rudnicki
> I restarted the machine after this and when i run the startup.bat tomcat doesnt run, saying "Out of > Environment Space". > Please advise. Use this loader: http://www.geocities.com/jdrudnicki/ It is much simpler than editing system.ini Jim

Re: Apache/Tomcat Setup on Win2000 Professional

2000-11-01 Thread Jim Rudnicki
Spaces in paths are a common problem. If you forget to quote them, then the environment variable gets truncated. Even MS's own platform SDK installer forgets this. Try this Tomcat loader. It was recently updated to deal with the vagaries of 2000 and spaces in paths. Take a look: http://www.ge

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Martin Smith
I unpacked a jar file in the WEB-INF classes directory. It had a servlet and another class called by the servlet. The servlet could be run okay, but when the servlet tried to use the other class, it was not found. Are you saying that if I leave the classes in the jar and put the jar in WEB-INF/

How do you pass data from a servlet to a jsp page?

2000-11-01 Thread Harding, David
is there some undocumented trick to this? i tried it and it does not work. i get Attribute does not have a value errors when i am sure that i called setAttribute in the servlet with a valid value. why am i getting this error? cheers, david j harding

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Leon Palermo
I agree that you should not put application specific jar files in the main $TOMCAT/lib directory because the jar files should reside with their application.  I was saying, as a last resort try putting the jars in the main TOMCAT lib.  Did you try it?   I always just unzip any zip files in the

Re: Security and Forward

2000-11-01 Thread Craig R. McClanahan
Matt Goss wrote: > Hi, > what if you use a redirect instead of forward? > Matt Goss > Because a redirect causes a second request from the browser, security constraints *will* be applied to the (new) request. Craig

Session of a bean

2000-11-01 Thread NINA.de Internet Service Agentur
Hi, how can i get the session object of a bean with scope="session" in all methods of the bean. To cache the session object in a member variable of a superclass of the beans has strange effects on Linux (on Win98 it is O.K.), some times it is an object of type "org.apache.tomcat.facade.HttpSessi

RE: APXS mod_jserv.so

2000-11-01 Thread David Molloy
Hi, Just for reference on the solving of the problem for archives etc. Use the documented command: apxs -c *.c -o mod_jserv.so This will compile all of the files into .o files. Get rid of the file autochange.so if it occurs. Then manually do the ld using: ld -G autochange.o mod_jse

Re: Helper script

2000-11-01 Thread David Knaack
From: "David Knaack" <[EMAIL PROTECTED]> > I wrote a script to make it easy for me to control tomcats > on my virtual hosts. D'oh! There was an obvious show-stopper bug in the script I posted, the fixed version can be downloaded from: http://www.genetech.net/~dknaack/tomcat.txt Sorry about t

Re: JDBC Servlet to ODBC Base

2000-11-01 Thread John Ellis
Mathew, You can try http://www.objectweb.org/RmiJdbc/RmiJdbcHomePage.htm This is a remote driver that would allow you to connect from you Linux machine to another (possibly native) driver running on your Win32 machine. I have not tried it, but the concept is simple and elegant. If you try it, l

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
Raghu,   I did misread your message.  My apologies.  I agree that putting the libs in the $TOMCAT/lib is probably not a good thing (in terms of a self contained web app).    I'm still curious about the lib ordering when they are picked up from the WEB-INF/lib directory though.  If I set my c

Problem with tomcat-apache

2000-11-01 Thread Abhiman Srikant
Hi, I am trying to set up a context on tomcat by name "ept" Here are my entries in tomcat.conf --- All jsp files will go to tomcat ApJServMount default /root AddType text/jsp .jsp AddHandler jserv-serv

RE: including files from JSPs

2000-11-01 Thread Morahg, Yoav
Title: including files from JSPs This is a Tomcat bug. A fix was posted recently, but I haven't tried it so you'll have to try it on your own.   It can be found at:   http://www.interobjective.com/tomcat/tomcatPatches.html   -Yoav   --- Yoav Morahg Software Engineer G

RE: APXS mod_jserv.so

2000-11-01 Thread David Molloy
Hi Udayini, Thanks - you highlighted what the problem was alright. The command as displayed in the user guide is unclear. It refers to apxs -c *.c -o mod_jserv.so whereas it should really be: apxs -c mod_jserv.c -o mod_jserv.so It's fairly obvious when I look back on it but it'll prob

RE: APXS mod_jserv.so

2000-11-01 Thread Joseph Carew
I had the same problem. I ended up running the ld command manually. Just get rid of the first -o, leave the one before mod_jserv.so. I think you will then have to run: APACHE_HOME/bin/apxs -i -a -n mod_jserv.so After the manual ld command to load the module into Apache. Beware though, I was

including files from JSPs

2000-11-01 Thread Juan Esteban
Title: including files from JSPs There all, I'm train to include same kind of error message in some place from JSP pages. This message is placed into another file named errormessage.jsp. I do not have any problem when I include this file once, using: <%@ include file="errormessage.jsp" %>

directory listings

2000-11-01 Thread 187
Hi, We are running Tomcat 3.1 with apache and the mod_jserv pass through thing. Question is that, when I make a request to a subdirectory in our app without specifying the file ( URL/directory/ ) we get back a directory listing that looks like its being served by Tomcat (at the bottom it says "To

Bug using HttpUtils.parsePostData ?

2000-11-01 Thread Phil_Hedley
Hi all, I call HttpUtils.parsePostData() in my servlet which works fine. When I have finished processing the data I forward the request to a jsp page using :- getServletConfig().getServletContext().getRequestDispatcher("/mypage.jsp").forward(request,response) At this point I get an internal s

Re: APXS mod_jserv.so

2000-11-01 Thread Udayini Pendyal
Hello David, I am not very familiar with make related things but it seems like your first -o flag has asked the output file to be called autochange.so. I see that this file is indeed being created. So, maybe you can rename the autochange.so to mod_jserv.so and use it. Alternative could be that t

RE: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Raghu Havaldar
I think u misread me a bit.   I would NOT recommend putting them under $TOMCAT/lib. However, their right place is (as the doc suggests) in $TOMCAT/webapps/APP/web-inf/lib.   I have not yet looked at load-balancing issues. But, they are another beast (for upgrades and such).   -raghu ---

JDBC Servlet to ODBC Base

2000-11-01 Thread Mathew Thomas
Hello, I'm running Tomcat 3.1 on SuSe Linux 6.4 (Apache 1.34) and I need to have my servlets connect to an ODBC database running on a Win32 platform. Does anyone have any advice on how to make JDBC-ODBC connection?? Of course, I'm always looking for the most elegant solution possible...

Re: PWS + Tomcat + JNI

2000-11-01 Thread Christian Wenz
if you do not rely on launching "on demand", try launching Tomcat by putting the appropriate link into the Autostart folder! Regards Christian Wenz Bill Nalen/Towers Perrin wrote: > My question is, can I server up servlet and jsp pages from personal web > server and win95 without manually loadi

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
Aside from the fact that it does not work in certain situations, why would you think it is not a good idea to put your app specific libs under the WEB-INF\lib directory.    The spec says to do it.  It allows for good application orginization.  What would be your arguments against it?   Actu

Unloading / destroying instances of java classes

2000-11-01 Thread NINA.de Internet Service Agentur
Hi, is there a free tool to visualize the loaded instances (class name and count) of a running JVM and force the unload of some of them. We want to unload / destroy only certain classes and not shutdown the hole application or Tomcat while development. The reload functionality of updated classe

PWS + Tomcat + JNI

2000-11-01 Thread Bill Nalen/Towers Perrin
I have downloaded Tomcat 3.2.6 and installed it per the howto directions. It works fine - meaning if I have personal web server running and then run startup from the tomcat/bin directory to start the tomcat server, I can get servlets and jsp pages to work from my browser. What I'd like to do now,

Re: Security and Forward

2000-11-01 Thread Matt Goss
cool, that's what I thought... thanks :) Matt Steve Goyette wrote: > redirect, I believe, sends the "Location:" header to your browser. Your > browser then in turn makes a new request. In this case the security > constraint WOULD apply. Also understand in a redirect you are dealing with > a n

RE: tomcat on IIS4/NT4.0 deployment error

2000-11-01 Thread Roger Campbell
We had a problem like this that turned out to be NT permissions on the tomcat home directory. The directory needs to allow the IIS user access (you can just set it to everyone). We would get this error: inetinfo.exe - Application Error The instruction at "0x1000210" referenced memory at "0x1000

APXS mod_jserv.so

2000-11-01 Thread David Molloy
Hi, I am attempting to install Tomcat together with Apache1.3.14 and I can get them working independently. My problem lies in obtaining the Jserv Module mod_jserv.so I've followed the instructions in the User Guide doing the: apxs -c *.c -o mod_jserv.so It goes off and does it's thing

Load balancing status test

2000-11-01 Thread Sean Dowd
I'm attempting to migrate from jserv to tomcat and everything appears to be working well, except for testing the status of the servers in my load balancing set. The status page appears (/jserv/status?module=xxx.domain) and I see the correct load balancing definitions. But if I poke the Test butt

Re: System.out/System.err!!!

2000-11-01 Thread Dave Smith
They go to the terminal that started the tomcat process. Dave - Original Message - From: "Jason Pell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 01, 2000 3:18 AM Subject: System.out/System.err!!! > Where do these two streams go when they are used in Tomcat?

RE: Please Help!!! Error loading tomcat

2000-11-01 Thread Kitching Simon
Well, the real fix is to upgrade your Java Virtual Machine. A segmentation violation can only be as a result of a bug in the jvm. If this jvm is the very latest release, then (a) you might want to consider *downgrading* to an earlier jvm version, and (b) I think the jvm developers (blackdown?)

RE: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Raghu Havaldar
The Context setup is for the web-app.   I do not think it is a good idea to put app-depedent libs under $TOMCAT/lib.   Just for experimentation, I tried placing the JARs under $TOMCAT/lib and $TOMCAT/webapps/web-inf/lib.  Does not work.   Tried with 3.1 and 3.2beta6 on WinNT 4.0.   -rag

Re: Security and Forward

2000-11-01 Thread Steve Goyette
redirect, I believe, sends the "Location:" header to your browser. Your browser then in turn makes a new request. In this case the security constraint WOULD apply. Also understand in a redirect you are dealing with a new request, so you must pass all the request parameters you want in the redir

RE: tomcat on IIS4/NT4.0 deployment Problem take 2 - anyone ??

2000-11-01 Thread java
hi, http://localhost:8080/examples/servlet/HelloWorldExample works :) But http://localhost/examples/servlet/HelloWorldExample Not :( In isapi.log I get .. [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/servlet/HelloWorldExample] is a servlet url - should redirect to ajp12 [jk_isa

Re: Security and Forward

2000-11-01 Thread Matt Goss
Hi, what if you use a redirect instead of forward? Matt Goss "Craig R. McClanahan" wrote: > Carole HEBRARD wrote: > > > Hi. > > > > I have the following behaviour in Tomcat 3.2b6 on Windows NT. > > I protect a page P using security-constraint in the deployment > > descriptor. So when I call this

RE: Please Help!!! Error loading tomcat

2000-11-01 Thread Charles Sabourdin
If you are usinf jdk1.3 from IBM, I had the same problem on long run, I switch to the sun version and this segmenttaion did not appera since. try to do the same ;) --- Renee Petris <[EMAIL PROTECTED]> wrote: > I've occasionally received segmentation faults when > I had code compiled > under one ve

ErrorDocument

2000-11-01 Thread Fredrik Stenberg
I am having problem with catching an Error 500 in my application. I am running Apache and Tomcat. I have tried to put the - ErrorDocument 500 "Server Error - statement at lots of different places in my httpd.conf but I'm still only getting tomcat's stack trace. Catching a Error 404 or others wo

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
Forgot to mention, I'm using Tomcat 3.2beta6. - Original Message - From: Bill Pfeiffer To: Tomcat Sent: Wednesday, November 01, 2000 8:13 AM Subject: Re: jar's still not picked up in WEB-INF/lib I am experiencing the same problem that others have report

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Leon Palermo
I would definitely set up a context in server.xml like this:    docBase="webapps/Oasis"  debug="0"  reloadable="true" >   That should solve you problem.  Otherwise, just put the .jar files in the D:\Java\jakarta-tomcat\lib directory.  Then the jars would be available for all applications ser

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
I am experiencing the same problem that others have reported on this topic.  I explicitly set my Tomcat classpath to be sure of no redundancies in the jars.  I have a Tomcat startup batch file with one line that adds in all the jars in my WEB-INF\lib to the classpath explicitly.  When I comm

Unloading / destroy instances of java classes

2000-11-01 Thread NINA.de Internet Service Agentur
Hi, is there a free tool to visualize the loaded instances (class name and count) of a running JVM and force the unload of some of them. We want to unload / destroy only certain classes and not shutdown the hole application or Tomcat while development. The reload functionality of updated classe

Re: Is there Tomcat on HP-UX?

2000-11-01 Thread Janet
Thanks very much for the help all of you offered! And I do study in a univsersity. Sorry for my wrong choice of the word "school". :-) Best regards: Janet - Original Message - Hi Janet, I'm running tomcat3.1 on HP9000, HP-UX11.0 and it works fine. For a learning tool, tomcat is perfec

tomcat on IIS4/NT4.0 deployment error

2000-11-01 Thread Alon Marom
hi, http://localhost:8080/examples/servlet/HelloWorldExample works :) But http://localhost/examples/servlet/HelloWorldExample Not :( In isapi.log I get .. [jk_isapi_plugin.c (439)]: HttpFilterProc [/examples/servlet/HelloWorldExample] is a servlet url - should redirect to ajp12 [jk_isap

Re: IIS, tomcat and java ...

2000-11-01 Thread Leon Palermo
You need to use JNI to access the methods in the .dll. If you have already done that from an application, create a jsp or servlet that uses the class and call the appropriate methods. Here is a quick example of a Java class that calls native .dll: public class DllTest{ //Two native method

RE: Tomcat and JDK 1.3.x

2000-11-01 Thread Everitt, Andrew
I am using Tomcat with JDK1.3 on NT 4 and Linux (RH6.2) and all seems to work fine. Andi. Andrew Everitt Xerox Mobile Solutions, Cambridge. UK -Original Message- From: Andreas Ljunggren [mailto:[EMAIL PROTECTED]] Sent: 01 November 2000 11:54 To: [EMAIL PROTECTED] S

Tomcat and JDK 1.3.x

2000-11-01 Thread Andreas Ljunggren
Hello folks, I am considering using Tomcat as a servlet engine, but what are the general community thinking about using Tomcat with JDK 1.3.x (for Linux), any experience would be mush appreciated. Regards Andreas * * * * * * * * * * * * * * * * * * * * * * * * * * *   __  * Andreas Lj

Re: Tomcat crashes when uploading files/data

2000-11-01 Thread Leon Palermo
Shravan, I am able to use the O'Reilly classes to upload files in Servlets/Tomcat/WinNT. I use a servlet to perform the upload rather than doing it directly in a JSP. Can you tell me more about you upload config (upload performed in servlet/JSP, where O'Reilly classes reside, etc.) Leon > Hi

Re: ApacheModuleJServ.dll

2000-11-01 Thread Christian Wenz
Hi, a) if possible please no return-receipt postings to this list! b) you can find the DLL (and other DLLs, as well) in this directory: http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/win32/i386/ btw, there is a new version of Apache available, Apache 1.3.14 Regard Christian Don Lee wr

Re: tomcat with Pws

2000-11-01 Thread Leon Palermo
Saleem, I had problems with the PWS/Tomcat configuration as well. I could not get tomcat 3.1 to run with it. Then I got they isapi_redirect.dll from the Tomcat 3.2.6 release and was able to run Tomcat with PWS. You also need to be sure to add the appropriate lines to the uriworkermap.propertie

tutorials wanted

2000-11-01 Thread Κώστας Γεωργακόπουλος
Hello all, First of all let me say that i am new to jsp & servlets technology. I recently installed apache+jserv , tomcat & ant with success. Now i am looking for some tutorials so i can write my first testing jsp's. Could somenone point me to some links on how to develop jsp's with tomcat and an

tomcat with Pws

2000-11-01 Thread Saleem Shah Khan
i configure all the required stuff for the comcat comfiguration but can not run the jsp file fully. it only shows the html contants but skips jsp tags, all i do with using "tomcat iis how to " document from jakarta site. i need help tell me what i do now . mail me to account [EMAIL PROTECTED]

RE: Debugging Tomcat 3.1

2000-11-01 Thread Walker, Chris
Download a free copy of VisualAge from IBM. See http://www7.software.ibm.com/vad.nsf/Data/Document2390?OpenDocument&p=1&BCT= 3&Footer=1 Chris Walker Brainbench MVP for ASP http://www.brainbench.com > -Original Message- > From: Mauricio Nuñez [mailto:[EMAIL PROTECTED]] > Sent: Tuesday,

Help, Possible fin_wait2 problem with Tomcat 3.1

2000-11-01 Thread John Gentilin
I am running a load test of my servlet running Tomcat 3.1, RedHat 6..2, Sun JDK 1.2.2, and Xerces 1.2.1. The client is a Java Application that is sending messages to the server using URLConnection. When the test is running for 10-20K iterations, the client will throw and occasional exception stati

RE: Is there Tomcat on HP-UX?

2000-11-01 Thread Kitching Simon
Hi Janet, I'm running tomcat3.1 on HP9000, HP-UX11.0 and it works fine. For a learning tool, tomcat is perfect (production is getting there). As other replies mentioned, tomcat contains a very simple http server (written in java), so it can be run all by itself, serving html, gif, etc. as well a