Re: /examples/servlet

2001-04-09 Thread Kenneth Westelinck
Hi, If you're trying to make the examples work with apache just include the tomcat-apache.conf file in httpd.conf . This always works for me. Hope this helps. regards, Kenneth Westelinck >From: Kamesh J <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PRO

RE: servlet start-up

2001-04-09 Thread Warren Crossing
the load-on-startup child element of servlet in web.xml is documented and specified in the j2ee servlet stuff things.. -Original Message- From: Pradeep Kumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 10 April 2001 5:08 PM To: [EMAIL PROTECTED] Subject: servlet start-up Hello group, I am

RE: /examples/servlet

2001-04-09 Thread Chuang,William
Title: RE: /examples/servlet The file "tomcat-apache.conf" generated by tomcat is not always correct You must modify it manually and save it as another file then include the correct file in httpd.conf That's all William J. -Original Message- From: Kamesh J [mailto:[EMAIL PROTECTE

servlet start-up

2001-04-09 Thread Pradeep Kumar
Hello group, I am using tomcat 3.2.1 on win2k box. My requirement is that I need to instantiate my servlet when I start the tomcat server and not when the first request is hit. If anyone knows how to do this please reply to this email ASAP. Your help is highly appreciated. Thanks in advance, Pra

/examples/servlet

2001-04-09 Thread Kamesh J
when the request is coming for URL http://localhost:8080/examples/servlet/HelloWorldExample,Tomcat responds without any problem. But when the request is coming for URL http://localhost/examples/servlet/HelloWorldExample apache is taking charge and gives file not found error. I have ApJservMount /e

Can AJP13 & mod_jk do a multi-machine configuration??

2001-04-09 Thread Hasan Bramwell
Hi. Can AJP13 & mod_jk do a multi-machine configuration, or do I have to use mod_jserv?? I can't get a working configuration of Apache with mod_jk to talk ajp13 to TomCat on a different physical server. Is this supposed to be possible? Could someone please post a working set of config files th

stderr.log

2001-04-09 Thread Michael Klimkin
Hi all! How can I get rid from the stderr.log that appears each time tomcat starts as a service? Thank you

How To Installing tomcat on Windows NT as a service and as mod_jk for Apache

2001-04-09 Thread Hummy
This is the first time I subscribe to this mailing list, so I don't know if this is the right way. I welcome any comment :) I have already sent this message when I subscribe, but I think that I have to send it again now, if you have receive duplicated of this message please just ignore the other o

Re: Am I crazy???

2001-04-09 Thread Hasan Bramwell
Felix No yr not crazy, just a littl masochistic maybe :-) (either that or I've missed the point) instead of ... >public void service(HttpServletRequest Req, HttpServletResponse Res) > throws ServletException, IOException >{ why don't you try ... public void doGet(HttpServl

Reloading configuration?

2001-04-09 Thread Mike McDonald
Is there a way to let Tomcat reload its configuration (server.xml and web.xml files) and perform a 'soft restart' (i.e. sessions are preserved; servlets are restarted; connections are not broken)? Apache JServ has the ability to do this, but I haven't found an equivalent option in Tomcat yet. --

Re: Urgent help

2001-04-09 Thread Kenneth Westelinck
Hi, I don't think you can use Apache as a real FTP server. You can, of course, download and upload stuff to your server via HTTP. If you want to us a real FTP server it depends on your OS which server to use. If you're using a UNIX like operating system the best choice (I think) is to use wu-

RE: Modifying encodeURL()

2001-04-09 Thread Mark Johnson
Don't you have an HttpSession? Store your info in the session, then retrieve it from the next HttpRequest.

suggestions for tomcat

2001-04-09 Thread Donald Ball
hey. i just went about installing tomcat-3.2.1 + apache-1.3.19 on a server for the first time - until now i've been relying on jserv and catalina in standalone mode. here are a few suggestions to make life easier for tomcat users: 1. the binary linux mod_jk.so on the web site doesn't work with bl

Can't find bundle for base name LocalStrings, locale en

2001-04-09 Thread Brian Elliott
I get the following error when trying to request a servlet: java.util.MissingResourceException: Can't find bundle for base name LocalStrings, locale en I checked the archives and the only answer seemed to be to set the JAVA_HOME & TOMCAT_HOME variables before running the ./startup.sh script. I a

Having tomcat (3.2.1) log just like a regular web server

2001-04-09 Thread Douglas Fields
Hello all, After RTM, the FAQ, and doing several searches on this mailing list's archive... I can't seem to figure out how to get Tomcat (3.2.1) to do logging as if it were a regular web server (Apache, what have you). I do not run it in conjunction with another web server, as I do not see th

Urgent help

2001-04-09 Thread Suresh Krishna M (RBIN/DBA-JOT)
hello all, my application uses the apache server and tomcat.my need is that i should be able to use the FTP server on the apache server. please guide me through if apache can support(or act as both FTP and HTTP server).please give the relavant info if u have. thanx in advance

Re: static reference to a method

2001-04-09 Thread Felix A. Milovanov
> > Hi there > I was wondering if anybody could help me out with > something? > > I have a JSP that is trying to access a method in a > java class that I have defined. However, when I try > and run the pgae, it gives the 500 error message and > says > > "Can't make static reference to method >

RE: static reference to a method

2001-04-09 Thread CPC Livelink Admin
The problem is that you have not declared the method as static. So you need to either do this : (new dynamicContent.dynamicContent()).getSelected("A", "B"); or declare the function as static String getSelected(string a, String b) and call dynamicContent.dynamicContent.getSelected("A", "B");

static reference to a method

2001-04-09 Thread teh j
Hi there I was wondering if anybody could help me out with something? I have a JSP that is trying to access a method in a java class that I have defined. However, when I try and run the pgae, it gives the 500 error message and says "Can't make static reference to method java.lang.String getSelec

Remove me please!

2001-04-09 Thread nickm
Please remove me from the list. Thanks, S

Am I crazy???

2001-04-09 Thread Felix A. Milovanov
Hello all, now I start using Tomcat and servlet/JSP programming. I was need to make some activity BEFORE invoking any servlet/JSP. I've created a very simple class : import java.io.*; import java.sql.*; import java.lang.*; import java.util.*; import javax.servlet.*; import javax.servlet.http

Re: Need Help on Tomcat V4.0b

2001-04-09 Thread Noone Anil Kumar
Hello , Thanks for your prompt reply. I have done the same but i was able to see apache server up because when i run "/bin/startup.bat" file tomcat console is comingUp and going down like a flash The configuration part what i did was 1. /tomcat/conf/server.xml -- added my servlet context

RE: mod_jk.so witn -DEAPI?

2001-04-09 Thread Arne Borkowski \(borko.net\)
Hi, I am using Apache 1.3.12 under RedHat 6.1 ... I tried to give -DEAPI with the apxs command that build mod_jk.so but that didn't help. Any clue? Regards, Arne > -Original Message- > From: Pae Choi [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 1:26 AM > To: [EMAIL PROT

Re: Need Help on Tomcat V4.0b

2001-04-09 Thread Felix A. Milovanov
> > Hi , > > I am trying to configure Tomcat V4.0b3 on Win NT 4.0 with Apache 1.3.12 > but found it is different form Tomcat V3.2.1 in configuration part. As > in Tomcat V 3.2.1 > there is "tomcat/conf/tomcat.conf" file to include in apache > "apache/conf/httpd.conf" but i have n't find the sa

ERROR WITH mod_jk.so module

2001-04-09 Thread RUBEN DOMENE LOPEZ
I have Red Hat 6.2 with Apache 1.3.14 and Tomcat 3.2.1. In the httpd.conf file i add the follow line: "Include /usr/programas/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto". When i execute "apachectl start" and then show me the next message: "Syntax error on line 9 of /usr/programas/jakarta-tomcat-3

Need Help on Tomcat V4.0b

2001-04-09 Thread Noone Anil Kumar
Hi , I am trying to configure Tomcat V4.0b3 on Win NT 4.0 with Apache 1.3.12 but found it is different form Tomcat V3.2.1 in configuration part. As in Tomcat V 3.2.1 there is "tomcat/conf/tomcat.conf" file to include in apache "apache/conf/httpd.conf" but i have n't find the same in Tomcat V4.0

Re: mod_jk.so witn -DEAPI?

2001-04-09 Thread Pae Choi
Which version of Apache/HTTPD server are you using? Pae -Original Message- From: Arne Borkowski (borko.net) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, April 09, 2001 3:35 PM Subject: mod_jk.so witn -DEAPI? >Hi, > >I tried to compile Jakarta mod_jk.so

RE: NetDynamics and Tomcat

2001-04-09 Thread Warren Crossing
Title: NetDynamics and Tomcat can you increase the number of workers for the ejb service through the nd control panel? i mean it may not be performance issue with load and or requests but tuning the service may lead to discover the issue? -Original Message-From: Zhao, Zhipeng [

Restarting Tomcat w/o restarting Apache (with ajp13) works halfway

2001-04-09 Thread Scott Tatum
It is my understanding that, with ajp13, restarting Tomcat requires restarting Apache. With ajp12, restarting Tomcat did not require restarting Apache. I assume that this stems from the fact that, with ajp12, a connection was made for each request, while with ajp13 the connection between Tomcat an

RE: ERROR WITH mod_jk.so module

2001-04-09 Thread Kyle Tippetts
Even though they've got a mod_jk.so for linux, more often than not it doesn't work, giving the error you reported. So, you need to build mod_jk.so for your linux installation: 1. Download the jakarta-tomcat source from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/src/ 2. Uncompr

Re: ERROR WITH mod_jk.so module

2001-04-09 Thread jae H. Roh
I got the same error message, simply trying to load the linux binary mod_jk.so from the jakarta.apache.org site. I'm not sure what version of linux that was compiled for, but it didn't work for me either. What worked for me is to recompile the mod_jk using the source distribution jakarta-tomcat-

Can I distribute just class files?

2001-04-09 Thread Jay Nitikman
I'm using Tomcat 3.2.1 quite successfully. We want to configure Tomcat so I can precompile the JSP files into Java files and then compile those Java files into class files and then just deliver the class files. I can get jspc to generate the Java files and I can compile them into class files, bu

Re: mysql jdbc driver

2001-04-09 Thread Scott Tatum
The best place depends on how you are going to be using it. There are three main options: 1. in JAVA_HOME/jre/lib/ext 2. in TOMCAT_HOME/lib 3. in WEB-INF/lib of a given application I tend to put driver jars like this in 1, since putting it there automatically makes it available to everything usi

mysql jdbc driver

2001-04-09 Thread Shun-Luoi Daniel Fong
I know this isn't necessarily tomcat related but... I just downloaded the mysql jdbc driver, mm.mysql-2.0.4-src.jar, from http://mmmysql.sourceforge.net/ My question is, do I need to just put the jar file in my classpath, or do I need to extract the files from the jar file and put them somewhere

mod_jk.so witn -DEAPI?

2001-04-09 Thread Arne Borkowski \(borko.net\)
Hi, I tried to compile Jakarta mod_jk.so for Apache with EAPI support, but failed. Does any of you know where I have to place the -DEAPI option to compile it? Regards, Arne Borkowski Hamburg/Germany

Tomcat and Apache share the same root! Is that hazardous?

2001-04-09 Thread Arne Borkowski \(borko.net\)
Hi out there! I am running the following configuration: Apache/1.3.12 (Unix) mod_jk PHP/4.0.2 mod_ssl/2.6.5 OpenSSL/0.9.4 on a RedHat 6.1 box with Tomcat 3.2.1 and Sun's JDK 1.3.0_02 and Cocoon 1.8.2. And I wonder whether the following causes any of you to bang his/her head against the wall:

ERROR WITH mod_jk.so module

2001-04-09 Thread Ruben Domene
I have Red Hat 6.2 with Apache 1.3.14 and Tomcat 3.2.1. In the httpd.conf file i add the follow line: "Include /usr/programas/jakarta-tomcat-3.2.1/conf/mod_jk.conf-auto". When i execute "apachectl start" and then show me the next message: "Syntax error on line 9 of /usr/programas/jakarta-tomcat-3.

unsubscribe me please

2001-04-09 Thread Gottwald, Oliver
Hello, Please unsubscribe me from the tomcat user mailing list. Thanks, Oliver

Multiple protected areas

2001-04-09 Thread Jill Stephenson
Hi, I am trying to implement the following scenario without success and would like to hear of anyones experience with this ... I am using Tomcat 3.2.1. In its simplest form I have 2 pages, each protected by their own role which has one user, ie., Page1.html requires role1 which user1 has Page2.

Possibly OT: Struts questions

2001-04-09 Thread Larry Meadors
I know, I know, I know! Please no flames! This is the tomcat-user list, but I figured this would be a good place to start. Are people using struts now? How stable is it? Is it nearly complete? Within 3 months? 6 months? 12 months? How does struts relate to Cocoon? Competing or complimentary

tomcat start error

2001-04-09 Thread Georges Boutros
hi everyone, when i shutdown tomcat i get this error message ./tomcat.sh: line 164: 770 Segmentation fault (core dumped) $JAVACMD $TOMCAT_OPTS -Dtomcat.home=${TOMCAT_HOME} org.apache.tomcat.startup.Tomcat -stop "$@" does anyone know why??? thanks Georges

RE: Modifying encodeURL()

2001-04-09 Thread Grewal, Gary
Title: RE: Modifying encodeURL() You could use a hidden form field to do this  and read the the parameter . === Gary Grewal -Original Message- From: David M. Rosner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Modifying encodeURL()

RE: servlet mapping question

2001-04-09 Thread Randy Layman
I appears that your context name is bill and I would assume that its url is something like localhost/bill. Therefore, your servlet needs to be referenced as /bill.faqtool. All of this can/should be done in the AppName/WEB-INF/web.xml file and not in the /conf/web.xml file. Also

servlet mapping question

2001-04-09 Thread William Blackmon
Title: servlet mapping question I'm trying to map the /faqtool url listed below     so that it references the class com.taglib.wdjsp.faqtool.FaqAdministrationServlet I've tried the following in webapps/bill/web.xml and in tomcat\conf\web.xml and I continually get a Tomcat error msg. :

Re: linux classpath problem?

2001-04-09 Thread stan chang
Hi - I tried downloading the jaf-1.0.1 library and I copied the activation.jar file to the /lib directory. However, now when I try to view my page I get the following error: org.apache.jasper.compiler.ParseException: Cannot read file: /login.jsp Could there be conflicting parsers? Thanks. st

Modifying encodeURL()

2001-04-09 Thread David M. Rosner
Hi All, Is there a way to add a tag to a url along with the session id? For example, when cookies are disabled Tomcat includes the jspsessionid value in the URL to identify the session: http://mydomain.com/SomeScript.jsp;jspsession=ASDF1234?form=x&form=y What I need to do is add a paramter t

Re: sendRedirect problem on IE

2001-04-09 Thread David M. Rosner
Hi, I had reports from a small percentage of people (all IE users) that they were hitting our JSP pages and seeing the text of the JSP file instead of the compiled and executed results of the page. We upgraded to the last version (3.2.2 i think) and the problem went away. hopefully this will sol

session cookies across contexts

2001-04-09 Thread Dave Weis
Is it possible to configure Tomcat to use a single session cookie for all web contexts? Right now I only have a single context in a subdirectory and it is sending the session cookie with that subdirectory at the front. I would also like the session data shared. I see that the cookie is being sen

JDBCRealm Error?

2001-04-09 Thread Danny Uy
What does the following mean? I'm trying to implement a postgresql database with servlets and have modified servlet.xml accordingly. This message comes up when I try to run the jsp example, snoop. $ $ 2001-04-09 12:24:02 - ContextManager: JDBCRealm: Authentication unsuccessful for user null Th

sendRedirect problem on IE

2001-04-09 Thread Melissa Matthews
Title: sendRedirect problem on IE I've seen this posted before, but none of the proposed solutions has worked for me. I am using a sendRedirect if a user is not logged in.  When I use IE, it displays output from the original file (after where the re-direct would have taken place) and from th

build error

2001-04-09 Thread Deidra Powell
I'm trying to create a new context. When I run the build script I get the following error: Buildfile: build.xml Project base dir set to: /local/apps/tomcat,v3.1.1/jakarta-tomcat/webapps/devJSP BUILD CONFIG ERROR: Could not create task of type: copy because I can't find it in the list of task cla

Sessions

2001-04-09 Thread Martin Mauri
Hi! Does anyone know how to manage JSP and Servlets security using session objects? any idea will be appreciated! Lic. Martin O. Mauri Profesion + Auge A.F.J.P Parana 666 - Cap. Federal TE: (011) 4373-7786/7 int: 422 [EMAIL PROTECTED] www.profesi.com.ar

Re: Tomcat3.2+Redhat 7.0+glibc-2.x.x+jdk1.x == stable??

2001-04-09 Thread Steve Ruby
I've had no problem with IBM JDK 1.3.0 on redhat 6.1 with glibc 2.1.3 kernel 2.2.12 I posted some tests a while back with multi threaded (multi machine) load testing, I had some problems with tomcat 4 at the time but I 3.2 was fine. I'm currently setting up a redhat 7 machine glibc 2.2 IBM 1.3.0

needed: mod_jk.so for HP-UX

2001-04-09 Thread Xavier Quesada
Hi... Does anybody have a working mod_jk.so or mod_jserv.so for (Series 800) HP-UX 11.00 64 bit? It would be greatly appreciated. Thanks. -- Xavier Quesada [EMAIL PROTECTED]

Re: apache vhost->mod_jk->servlet container

2001-04-09 Thread Brian Elliott
Brendon, I am having problems establishing the same configuration that you are trying to do: /home/domain1.com/servlet /home/domain2.com/servlet And accessing the jsps for each domain from the document root or below. This way all the servlets and jsps are under the domain's doc root. Being pret

RE: Tomcat3.2+Redhat 7.0+glibc-2.x.x+jdk1.x == stable??

2001-04-09 Thread Bill Graham
I've been doing a lot of similar tests in search of the best jdk to work with linux and tomcat and have been seeing the same lack of stability as Chris. I was running the IBM JDK 1.3.0 bld cx130-20010207 with glibc-2.1.3-15 and kernel 2.2.16-21.7.1 running with both SMP and UP. The VM would just h

Apache 2.0 mod_webapp?

2001-04-09 Thread T. Park
Hello, what's the concensus on Apache 2.0? Is there a mod_webapp for Apache 2.0 as well as Apache 1.3 and if so what's the recommended route (ie. 1.3 vs. 2.0 Apache)? -Thom Bo Xu wrote: > [EMAIL PROTECTED] wrote: > > > what is the equivalent to session.setAttribute("aName", anObject) but whi

Re: put an object in the application

2001-04-09 Thread Bo Xu
[EMAIL PROTECTED] wrote: > what is the equivalent to session.setAttribute("aName", anObject) but whith > an application scope > > thanks Hi :-) I am not sure, I suggest the following: in the following three kinds of "setAttribute/getAttribute": -0 ServletContext.setAttribute/getAttribute -1 Ht

Re: put an object in the application

2001-04-09 Thread Leon Palermo
application.setAttribute("aName", anObject) > what is the equivalent to session.setAttribute("aName", anObject) but whith > an application scope > > thanks

Re: linux classpath problem?

2001-04-09 Thread Dries Watteyne
Hello, the java mail api isn't enough (javax.activation.DataSource isn't included in that api). You have to add the j2ee library or the jaf-1.0.1 library (see java.sun.com). Dries Aanhalen stan chang <[EMAIL PROTECTED]>: > Greetings - > > I'm trying to add a library for my application, howe

RE: Windows 2000 Professional Isapi Redirection Problem

2001-04-09 Thread Rao Bhethanabotla
I am having j_security_check problem with Tomcat3.2.1/Win2K/IIS. Have you tried any pages with method Post and action "j_security_check"? When I try this login page, after login, I get j_security_check error. I appreciate any help in this regard. -Rao -Original Message- From: Everitt, A

ssl with apache

2001-04-09 Thread Dave Weis
I've got Tomcat 3.2.1 working fine with apache via http, but can't get it to do ssl properly. Is there a minimum version of mod_ssl that needs to be used? The signature of my server is Apache/1.3.9 Ben-SSL/1.37 Server. Adding the line "SSLOptions +StdEnvVars +ExportCertData" from the howto at h

RE: put an object in the application

2001-04-09 Thread Michael Wentzel
> what is the equivalent to session.setAttribute("aName", > anObject) but whith > an application scope there's context.set|getAttribute(String, Object); for webapp context scope attribs. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

linux classpath problem?

2001-04-09 Thread stan chang
Greetings - I'm trying to add a library for my application, however I can't get tomcat to find it in the classpath. I've added the directory of the classes to the tomcat shell script (where I declared a CLASSPATH variable and exported it). My setup is an RPM install on a Linux kernal 2.2.14 box

put an object in the application

2001-04-09 Thread Patrick . Pierra
what is the equivalent to session.setAttribute("aName", anObject) but whith an application scope thanks

RE: Tomcat + win 98

2001-04-09 Thread Mike Campbell
Title: RE: Tomcat + win 98 > Have you tried with the full protocol (ie. http://127.0.0.1:8080)? Of course not, since that would be the logical thing, wouldn't it?  =) I'll give that a shot tonight; thanks.

RE: problem with response.sendRedirect()

2001-04-09 Thread Michael Wentzel
> I try to redirect users who try to access page on my site and > who have not > enter username + passord. > I have a litle jsp : > > <% > User tUser = (User)session.getAttribute("user"); > > if ( tUser == null) { > response.sendRedirect("http://localhost:8080/"); > } > %>

Re: run servlet and get "page not found"

2001-04-09 Thread Patrick . Pierra
You have to update the web.xml file Patrick PIERRA "Jack Li"

run servlet and get "page not found"

2001-04-09 Thread Jack Li
Hello, I tried to run a simple servlet and get error message "page not found". I put the servlet in WEB-INF/classes/ directory. The system is IIS 5 with tomcat 3.2.1, any idea? Thanks Jack Li

problem with response.sendRedirect()

2001-04-09 Thread Patrick . Pierra
Hi, I try to redirect users who try to access page on my site and who have not enter username + passord. I have a litle jsp : <% User tUser = (User)session.getAttribute("user"); if ( tUser == null) { response.sendRedirect("http://localhost:8080/"); } %> which call confirmL

RE: Tomcat + win 98

2001-04-09 Thread Danny Angus
it does run on win98, i have it on my laptop, but I only had problems with startup.bat, once I cured them it was OK. you have to put http:// infront of addresses with port numbers, is that it? try http://127.0.0.1:8080/ I hope it is ! -Original Message- From: Mike Campbell [mailto:[EM

NetDynamics and Tomcat

2001-04-09 Thread Zhao, Zhipeng
Title: NetDynamics and Tomcat Hi, Recently, I added Tomcat 3.1 to a NT Server 4.0 which already hosts NetDynamics 4.2.  Tomcat is running as a standalone Web server and NetDynamics is integrated with IIS 4.0.  The problem is that Tomcat locked a dozen of NetDynamics processes, eventually NetDy

Re: Tomcat + win 98

2001-04-09 Thread Jim Cheesman
At 05:56 PM 4/9/2001, you wrote: >I take it from various other posts here that tomcat does indeed work with >Windows '98. Are there any special things outside the normal stuff >mentioned in the docs to get it working? > >I've gotten Tomcat working fine on NT, but at home on my '98 box, it seem

Tomcat + win 98

2001-04-09 Thread Mike Campbell
Title: Tomcat + win 98 I take it from various other posts here that tomcat does indeed work with Windows '98.  Are there any special things outside the normal stuff mentioned in the docs to get it working? I've gotten Tomcat working fine on NT, but at home on my '98 box, it seems to not be w

RE: database access problem

2001-04-09 Thread Bryant, William
Oracle does support table and column aliasing using the 'AS' keyword. I'm pretty sure this is part of the SQL-92 standard. ... Mike -Original Message- From: Adam Fowler [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 08, 2001 5:35 PM To: [EMAIL PROTECTED] Subject: RE: database access

RE: Windows 2000 Professional Isapi Redirection Problrm

2001-04-09 Thread Everitt, Andrew
Hi Brian, Check your uriworkermap.properties file. You need to have an entry for each URI that you want to be trapped by isapi_redirect and forwarded to Tomcat. I have Tomcat/Win2K/IIS combination working here so it is possible! Andi. > -Original Message- > From: Brian Rook [mailto:[EM

Using session id for load balancing

2001-04-09 Thread David M. Rosner
Hi All, We use a Foundry Server Iron switch to load balance our Tomcat application servers. I recently discovered that it uses IP addresses to determine which server to send the user back to. Problem is many networks may use different IP addresses for a single client for different requests. T

Re: Help With System.out.println

2001-04-09 Thread Gunnar Eilers
Would you mind using plain text postings to this mailing list. Thanx Gunnar At 15:12 09.04.2001 +, you wrote: >image001.jpg > >Hi, > > > >I have recently switch from Jrun 3.0 to tomcat 3.2.1 and everything >appears fine except the where does the text from System.out.println go to, >I would

Windows 2000 Professional Isapi Redirection Problrm

2001-04-09 Thread Brian Rook
I have been having trouble getting the isapi_redirect.dll filter to operate properly on windows 2000 professional PWS. I have verified that jakarta is properly installed (http://localhost:8080 comes up fine) Additionally, I have followed the install docs quite thoroughly. I can generate an i

Re: IIS and Apache side by side

2001-04-09 Thread Anuj Agrawal
Have them listening on different ports. You can change the port for IIS via the MMC (Microsoft Management Console). And you can change the port for Apache in the httpd.conf file in the conf directory. Anuj. Joar Vatnaland wrote: > I installed Apache on my Win2000 machine, which also > has Int

Tomcat redirects ignore my virtual hosting (eg test.com -> main.com:8003)

2001-04-09 Thread Tim Darling
And this is a fatal error when using HTTPS (which is listening on :8443) Is there a configuration option in WEB.XML to fix this? What should I do? (I'm running Tomcat 3.1+Aolserver). Thanks!

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
Benoit, Thank you. That worked. I appreciate the help! D Benoit Jacquemont wrote: > The reason why you can'a shutdown your tomcat is because you remove the > ajp12 connector description in your server.xml file. > Ajp12 is used to connect to tomcat and to shutdown it. Additionnaly, it also >

RE: Hide an URL

2001-04-09 Thread Danny Angus
but the URL will be available if you right click the frame and choose properties. this is not a good thing to need, better to configure the server so that the URL you need to hit isn't a security risk. try using proxying if you need to "hide" machines or POST and ssl if you need to secure paramete

RE: prob with shutdown script

2001-04-09 Thread Benoit Jacquemont
The reason why you can'a shutdown your tomcat is because you remove the ajp12 connector description in your server.xml file. Ajp12 is used to connect to tomcat and to shutdown it. Additionnaly, it also used to connect to Apache, but even if you don't use Apache you have to have an ajp12 connector

RE: Hide an URL

2001-04-09 Thread Gaël Oberson
You can create an HTML Frame, wich has only ons column and one line. So the browser's url will be permanently your site's url, and the content of the frame will change, following your links. -Message d'origine- De : Martin Mauri [mailto:[EMAIL PROTECTED]] Envoyé : lundi, 9. avril 2001 1

RE: Did you get any answers?

2001-04-09 Thread Brett Knights
I had a similar error recently when I compiled a servlet with the jsdk2.0 classes on my classpath. Recompiling with the current servlet classes fixed it. > >Hi, I try to run Servlet from TOMCAT, but it has error. > Please give me > some help! The Servlet is to access Oracle DB. V8i. from the

Re: problems with wml pages

2001-04-09 Thread Bo Xu
[EMAIL PROTECTED] wrote: > HI. > I am trying to open a simple wml file. But I get the content-type error: > > " Content-Type Error > ...found Content-type: text / plain. > No translator for Content-type: text/plain." > > I believe there is nothing wrong with my wml file since I can run it through

RE: tomcat installation problems

2001-04-09 Thread William Kaufman
> i'm having trouble installing jakarta tomcat on my computer. > i have set my > ms-dos prompt to 4096 for initial environment. when i run > 'startup.bat' in > c:\tomcat\bin, it will open a new dos window titled 'java' > but it always > hangs when it reaches the following message: > > 2001-04-

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
I'm sure it is probably a newbie problem! Your help is appreciated though! I looked it up in the archive but didn't see a clear answer. thanks again - d beg file --

RE: Hide an URL

2001-04-09 Thread Alistair Hopkins
set index.html to be a frameset with a single frame which loads your previous index.html as the default. But then you can't mess with the title. Alistair -Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 3:22 PM To: [EMAIL PROTECTED] Subject:

Hide an URL

2001-04-09 Thread Martin Mauri
Hi users! Is there anyway to hide the URLs in the browser for security reasons? any help will be appreciated! Lic. Martin O. Mauri Profesion + Auge A.F.J.P Parana 666 - Cap. Federal TE: (011) 4373-7786/7 int: 422 [EMAIL PROTECTED] www.profesi.com.ar

RV: Help With System.out.println

2001-04-09 Thread Antonio Vazquez
-Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 09 de abril de 2001 16:14 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: RE: Help With System.out.println Hi Rob, Have you configured tomcat as a service?.In this case all the messages that y

Re: Help With System.out.println

2001-04-09 Thread Martin Mauri
Rob, it will be useful if you tell us if you're using Tomcat as standalone or with Apache.   regards. Hi,   I have recently switch from Jrun 3.0 to tomcat 3.2.1 and everything appears fine except the where does the text from System.out.println go to, I would have thought that

RE: Help With System.out.println

2001-04-09 Thread Antonio Vazquez
Hi Rob, Have you configured tomcat as a service?.In this case all the messages that you write with System.out.println,are written in jvm.stdout file, in /logs.And the errors in jvm.stderr file.   Regards and good luck. -Mensaje original-De: Rob Shorney [mailto:[EMAIL PROTECTED

Did you get any answers?

2001-04-09 Thread Jani Toro
Hello Lin Gan In January you wrote a question to a mailing list: >Hi, I try to run Servlet from TOMCAT, but it has error. Please give me some help! The Servlet is to access Oracle DB. V8i. from the Travel DB that I download >from Oracle site. I use Jdeveloper 3.1.1.2 to create this project.

Apache error when executing jsp's

2001-04-09 Thread Brandon Cruz
Is anyone familiar with this error? I am using a module from another person's machine, and I think that might be the problem. I don't want to have to go back and reinstall the source of Tomcat to build my own module unless I am sure that is necessary though. Here is what I am getting in the apa

RE: prob with shutdown script

2001-04-09 Thread Benoit Jacquemont
Hi, Send us your server.xml file to check up. The more information you can give, the sooner you're problem will be solved. For the moment, it looks like a missing ajp12 listener. Benoit > I'm just starting with tomcat install and config. I sent > this on Friday. > Would greatly appreciate any

Help With System.out.println

2001-04-09 Thread Rob Shorney
Hi,   I have recently switch from Jrun 3.0 to tomcat 3.2.1 and everything appears fine except the where does the text from System.out.println go to, I would have thought that in would go in log in the /logs directory but nothing appears here.   Could somebody please give me instruction

Re: prob with shutdown script

2001-04-09 Thread Deidra Powell
I'm just starting with tomcat install and config. I sent this on Friday. Would greatly appreciate any help for those that have gotten past this. I'm on Solaris 2.6, tomcat 3.1.1. thanks! Deidra Powell wrote: > I was trying to get tomcat going and I too am having trouble with the > stop script.

Security Reasons

2001-04-09 Thread Martin Mauri
Hi gurus! Just for security reasons, I would need to have a servlet in a context so that when a user points to that context, the servlet takes the request, and then, due to some security code, the servlet sends back the appropiate URL and the browser shows it. I have an applet that connects by m

  1   2   >