Pair programming review meeting

2001-07-16 Thread Kevin Kucks
Hi All, You are invited to a meeting at 3:00 PM on Friday 20th July to discuss how the pair programming facilities are being used, problems encountered, practices employed, etc. and to explore how the pair programming practices can be enhanced, tightened, etc, and to explore any need to

Internationalisation problems in Tomcat 3.3?

2001-07-16 Thread Ben Kelley
Hi. I've seen a couple of posts about problems with i18n and Tomcat. I am having trouble with this, and at this point I'm suspecting a bug somewhere. The same test servlet works fine with Apache JServ 1.0, but displays ??? in Tomcat 3.3m4. Consider the test servlet below. If you call

RE: java.lang.SecurityException: sealing violation?

2001-07-16 Thread Dan - Blue Lotus Software
I had the same problem...with the nightly build. The milestone build was fine, however. No changes in code. I'd recommend going with m5 until this is fixed (Craig?). -dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] e.org]On Behalf Of [EMAIL PROTECTED] Sent:

Re: please help please help

2001-07-16 Thread HGhoreishi
In a message dated 7/15/01 12:54:12 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I did downloaded jsdk2.1 again installed it now it works thanks. hossein. Hi I did install tomcat3.2.2 jsdk2.1 on win98 os after startup shutdown got these massages . I have no idea what this

Help on Thread Pool Exception

2001-07-16 Thread Manjunath BHat
Hi, I have encountered following exception while running tomcat. ** 2001-07-14 09:30:18 - ThreadPool: Unexpected exception - sjava.lang.InterruptedEx ception at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:420) at

connector

2001-07-16 Thread Jeff Hoare
Hi, I've compiled a static version of mod_webapp.so so I can integrate tomcat (version 4 beta 5) with my apache server (1.3.14). Problem is when I test the config it says the module can't be loaded because of an undefined symbol (pthread_sigmask). Has anyone encountered this problem, and/or

404 page

2001-07-16 Thread mwhitman
How do you set up a 404 error page for tomcat? I can't seem to find it.

Virtual directory mapping

2001-07-16 Thread Mark Florence
I can't seem to figure how to set up a virtual directory mapping for my Web application. I want to map (say) the context-relative path: /usr To a directory on my server outside the webapps directory: c:\usr Many thanks for any help.

Re: Can use ASP pages in Tomcat

2001-07-16 Thread Alberto Torna Jr.
Though I have not tried this yet, there is a Pearl Interpretation of ASP for Apache. http://www.nodeworks.com/asp/ That is assuming you've integrated Apache Web Server. From: "Bakhtawar Singh Gill" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Can use ASP

Re: Virtual directory mapping

2001-07-16 Thread Manjunath BHat
hi, In server.xml add following lines, Context path=/usr docBase=C:/usr debug=0 reloadable=true /Context To Check whether this change has been implemented 1) In Tomcat startup console see for /usr context 2) Look into work folder I assume ur platform is Win NT Good luck From: Mark

Mod_jk error

2001-07-16 Thread Lakshminarayanan Ramakrishnan
Title: Mod_jk error Hi This is what is available in mod_kk error log when i start Apache with tomcat every time [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1 What does this mean? Pls

RE: Tomcat Frames

2001-07-16 Thread Cory Powers
I'm not opening any resources on these frame pages, I am only using a couple of application scope beans that always remain open. I did notice that it works when I reduce the number of frames to 3. -Original Message- From: RV Tobin [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 14, 2001

RE: Ordering of parameters in HTTPRequest Object

2001-07-16 Thread Michael Wentzel
Hello all, I am new to this mailing list, and Tomcat, so please pe patient... I am using Servlets to recieve html form submissions. Problem is that the form fields are in a particular order on the form, but when I get the Parameters from the request object this field order is

Report generation

2001-07-16 Thread Uri Cohen
Title: Report generation I have a report which is written as jsp file, and processed at runtime. The jsp generates a report about objects in memory, using their attributes (The object is a JavaBean). The problem now is that I want to save the reports for future use, even when the object has

Tomcat JSPs with custom tags SLOW

2001-07-16 Thread Jerome Jacobsen
I develop using Oracle's Web-to-Go servlet container (comes with JDeveloper 3.2.3 IDE). My production environment is Tomcat 3.2. The production environment always seemed just as quick or quicker than my development environment concerning JSPs, until now. I recently started to replace the use

multiple sites on jakarta apache platform

2001-07-16 Thread mwhitman
i want to host 4 websites on a single machine using apache/tomcat. (We have a seperate Oracle server.) Reading through the documentation it looks to me like you need a seperate instance of tomcat for each virtual server. Is this the correct? Would 4 different instances of tomcat bog down a

RE: Tomcat Frames

2001-07-16 Thread Cory Powers
UPDATE: I changed the name of the frame in the frameset and it started working. The problem did come back once I updated the page again but, I changed the name and it started working again. There is obviously a bug somewhere in the code causing this I have filed a bug report(#2605) and I am

jdbc

2001-07-16 Thread Andrea Mari
Hi, how can I escape automatically the query strinng when it contains invalid character as ' or \ ? I know that in php there is a directive that do it. Can you help me? Andrea

Cross-Site Scripting Vulnerability

2001-07-16 Thread Stefan . Raschke
Hi all this has probably been discussed long ago, but I couldn't find any hints. Is this fixed in tomcat 3.2.2? thanks a lot gruss stefan Multiple Vendor Java Servlet Container Cross-Site Scripting Vulnerability =

RE: Tomcat JSPs with custom tags SLOW

2001-07-16 Thread Michael Wentzel
I recently started to replace the use of scriptlets with custom tags in my JSPs. Web-to-Go is much faster than Tomcat for the JSPs containing custom tags. My app still has many JSPs that do not contain custom tags and Tomcat is still as fast or faster than Web-to-Go for those

RE: jdbc

2001-07-16 Thread William Kaufman
(You know, this has nothing at all to do with Tomcat, or even servlets,...) Use a PreparedStatement, and call setString(). -- Bill K. -Original Message- From: Andrea Mari [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 6:58 AM To:

RE: Report generation

2001-07-16 Thread Deacon Marcus
Hi, Yes, partially. You can define custom tag implementing BodyTag, such tags get everything inside of them and can do anything with it, including buffering, saving to a file as html, and much more. Greetings, deacon Marcus -Original Message- From: Uri Cohen [mailto:[EMAIL

RE: Ordering of parameters in HTTPRequest Object

2001-07-16 Thread Deacon Marcus
Hi, -Original Message- From: Michael Wentzel [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 2:39 PM To: '[EMAIL PROTECTED]' Subject: RE: Ordering of parameters in HTTPRequest Object Hello all, I am new to this mailing list, and Tomcat, so please pe patient... I am

RE: Report generation

2001-07-16 Thread Michael Wentzel
I have a report which is written as jsp file, and processed at runtime. The jsp generates a report about objects in memory, using their attributes (The object is a JavaBean). The problem now is that I want to save the reports for future use, even when the object has been removed from the

JasperException / classpath(?) problem

2001-07-16 Thread howard fraser
I wonder if anyone can shed any light on the following - I have looked through the archived messages, but to no avail. I have tomcat 3.2.2 installed on Windows 2000 SP2 with jdk1.3.1. I do not have a CLASSPATH environment variable set. When I start tomcat it first says Using CLASSPATH:

RE: jdbc

2001-07-16 Thread Randy Layman
You can also use the connection's meta data - there is a method to get the escape character (and I believe another method to get the list of characters that need escaping). Randy -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Monday, July

Re: Need workaround for Tomcat security.

2001-07-16 Thread Andrew Robson
Hi, No workaround I'm afraid. I can confirm that the problem affects form - based JDBCRealm as well. Tried putting */admin/* into url pattern and broke security completely. I wonder whether a JkMount directive with approriately placed wildcards might work but haven't had time to try. I'd be

Integrating tomcat with a notes server

2001-07-16 Thread Brandon Cruz
Does anyone have any experience integrating tomcat with a lotus notes server. I am looking to do this for and intranet application and wanted to see if anyone has experience with this... Brandon Cruz Norvax Inc. www.norvax.com

Re: Integrating tomcat with a notes server

2001-07-16 Thread hische
There seems to be a connector for it: http://free.tagish.net/domino-tomcat/index.jsp Haven't tried it myself though. Regards, Wilko Hische Please respond to [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         (bcc: Wilko Hische/HADV/NL) Subject:        Integrating tomcat with a

Re: relative path to real one

2001-07-16 Thread Aditya Anand
Use ServletContext.getRealPath(xyz); to do this. This assumes that xyz is a resource in your context root --- Jaume Pausas [EMAIL PROTECTED] wrote: Hi! Is it possible to translate a relative path to its absolute one in the web pages under Tomcat 4.0b5? So if I have a context named

read-only initial context

2001-07-16 Thread Aditya Anand
Hi i'm trying to bind an object to java:comp/env using initial context and i get the attached exception message. I am using tomcat-4.0-b5, Clearly the message says the context is read-only, how do i change this. The same code executes fine over resin and jrun. TIA Aditya --- The Exception

Problems with install

2001-07-16 Thread Mike Sanders
Problem with Linux Install: I have reinstalled RedHat 6.2 without Apache. I then installed JDK 1.2.2 and set the paths in the .bashrc. When I attempt to install I do not get an error but it just sits on the line that says: Pool TcpConnector: Starting Ajp12connectionhandler on 8007 If I hit

FW: Connector Pools and Downloads?

2001-07-16 Thread Brett Rizk
-Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 5:08 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Connector Pools and Downloads? Michael Rimov [[EMAIL PROTECTED]] wrote : A while back I created a download manager so that I

RE: Problems with install

2001-07-16 Thread Cory Powers
It should be loaded and running at that point. run this to make sure it is. ps ax | grep tomcat you should get a list of about 15 or so processes. Cory -Original Message- From: Mike Sanders [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:06 PM To: [EMAIL PROTECTED] Subject:

Re: Problems with install

2001-07-16 Thread Mike Sanders
I only got a list of 2. The first was the path statement and the second was the grep... I thought that jserv was causing this problem before but now it is not installed and the same error is appearing! - Original Message - From: Cory Powers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: When to start a new JVM?

2001-07-16 Thread Eoin Woods
I mean, when do you know that current jvm is fully used and that you should start a new one and balance the load on two? Interesting question. Generally, I'd suggest that you do a load test. You increase the load against the Tomcat instance until the CPU that Tomcat is using isn't

RE: Ordering of parameters in HTTPRequest Object

2001-07-16 Thread Sean Tiley
Thank you all for your input / suggestions on my form field ordering problem. I will have to think about a solution (though the hidden field idea is pretty good) Sean Tiley From: Deacon Marcus [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Ordering of

RE: Ordering of parameters in HTTPRequest Object

2001-07-16 Thread Greg Trasuk
I agree with Michael, it's not a great idea to depend on the order of the request parameters. It makes the code more fragile and less resilient to maintenance. For example, you might want to change the layout of the form to improve usability or change the aesthetics, which would change

RE: Problems with install

2001-07-16 Thread Cory Powers
Which build of Tomcat? Is the server responding on port 8080? -Original Message- From: Mike Sanders [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:28 PM To: [EMAIL PROTECTED] Subject: Re: Problems with install I only got a list of 2. The first was the path statement and the

RE: Report generation

2001-07-16 Thread Greg Trasuk
If you're trying to do this without altering the source code for the JSP, you could try opening the page through a java.net.URLConnection object and saving the content that gets returned in a file. Greg Trasuk, President StratusCom Manufacturing Systems Inc. - We use information technology to

Way to require 128-bit SSL encryption with Tomcat 3.2.2?

2001-07-16 Thread Jonathan Eric Miller
Does anyone know if there is a way to require 128-bit SSL encryption using Tomcat 3.2.2? I found that if nothing else you can query the javax.servlet.request.key_size attribute using Tomcat 4.0. However, I would like to be able to do this with the current release version of Tomcat and this

Communication between Tomcat and Apache

2001-07-16 Thread Fabozzi Mauro
Title: Communication between Tomcat and Apache I' like to know if is possible to communicate between Apache and Tomcat when they are on two different machine. Is it sufficient to have the mod_jk module and the workers.properties file on the Apache machine, without any Tomcat installation, and

Re: Problems with install

2001-07-16 Thread Mike Sanders
Thanks for your help! The Tomcat build is 3.2 and no the server is not responding to port 80 requests. Thanks in advance, Mike - Original Message - From: Cory Powers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 12:40 PM Subject: RE: Problems with install Which

ajp13 dies unexpectately

2001-07-16 Thread maarten hartsuijker
we have been running tomcat 3.2.2 with apache, mod_jk and ajp13 support for about 3 weeks now. In those weeks it has died 2 times unexpectately and the only thing the mod_jk.og is showing me is a jk_ajp13_worker.c (586)]: Error connecting to the Tomcat process. With a netstat I can see that

Re: ajp13 dies unexpectately

2001-07-16 Thread Michael Lai
Just curious, what version of apache are you using? I am trying to get tomcat 3.2 to work with apache 2.0 but I couldn't compile mod_jk. It says something like it couldn't find http_global_conf.h. Regards, Michael. maarten hartsuijker wrote: we have been running tomcat 3.2.2 with apache,

how to reloads classes with out restart

2001-07-16 Thread Reynir Hübner
hi tomcat users, I´m thinking if anyone has a servlet or something in that way that reloads classes with out restarting tomcat. I´m using a servlet chaining mechanism that I wrote my self. the basic functionality is it has a starter servlet (that always gets reloaded) that reads an xml document

RE: Ordering of parameters in HTTPRequest Object

2001-07-16 Thread Sean Tiley
Thanks very much... I will look into the getInputStream(). It seems reasonable, but then wont I have to pass this around with the request object? Sean From: Greg Trasuk [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Ordering of parameters in HTTPRequest

Security

2001-07-16 Thread Frank Lawlor
I'm starting to look at how to manage security and am wondering what people's experiences are with various security managers. For example, NT-security, Win2k Active directory/LDAP, IBM/Tivoli SecureWay, RYO, etc. In my environment there may be multiple applications on a single server/host.

URL vs. cookies

2001-07-16 Thread Georges Boutros
hi, i'd like to know where can i set tomcat to send the JSESSIONID on the URL instead of using the cookies? thanks Georges

RE: URL vs. cookies

2001-07-16 Thread Filip Hanik
server.xml RequestInterceptor className=org.apache.tomcat.request.SessionInterceptor noCookies=false / set noCookie to true Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original

Re: URL vs. cookies

2001-07-16 Thread Bo Xu
Georges Boutros wrote: hi, i'd like to know where can i set tomcat to send the JSESSIONID on the URL instead of using the cookies? thanks Georges Hi :-) good email for you //haha :-) * n Sun, 20 May 2001, Robert Nicholson wrote:

RE: JasperException / classpath(?) problem

2001-07-16 Thread Jann VanOver
Where did you put NumberGuessBean.class ?? It must go into WEB-INF/classes/num/ (because it is in package named num) -Original Message- From: howard fraser [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 7:29 AM To: [EMAIL PROTECTED] Subject: JasperException / classpath(?)

Need help with tomcat.policy and javamail

2001-07-16 Thread jack . chu
Hi, I have a java servlet sending a email via smtp using JavaMail. The servlet sends out the email fine when executed through telnet session. When I run the servlet thru Tomcat, I get a java.security.AccessControlException: access denied (java.net.SocketPermission stage.icarian.com resolve)

Re: JasperException / classpath(?) problem

2001-07-16 Thread howard fraser
Yes, that's where it is, as per the defualt file structure when you unpack tomcat. It's a completely clean install, I'm just trying to get the examples working. Any other thoughts? - Original Message - From: Jann VanOver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 16,

Re: relative path to real one

2001-07-16 Thread Jaume Pausas
Hi! Use ServletContext.getRealPath(xyz); to do this. This assumes that xyz is a resource in your context root Is it possible to translate a relative path to its absolute one in the web pages under Tomcat 4.0b5? hmm but I talking about static resources, calling from a web page

configuring user logs for tomcat

2001-07-16 Thread Esther Kim
Hi, I'm using tomcat for both web server and app server for a web page/application (if i'm getting the terminology right) and need to have it create logs of users that access the application (ISPN and date/time). Can you please refer me to directions on how to configure this for tomcat?

NSAPI for tomcat 3.3 with NES 3.6

2001-07-16 Thread Nagesh yencharla
HI, Could nebody tell me where i can find the NSAPI for tomcat 3.3 to use with NES 3.6. Thank you, ~Nagesh __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

Re: Need workaround for Tomcat security.

2001-07-16 Thread Jeff Kilbride
Andrew, What version of Tomcat did this affect Form-based authentication on? I tried the URL patterns mentioned on my Form-based Realm, and the Realm worked correctly -- no security problems. I'm using TC 3.2.2 on Linux. Thanks, --jeff - Original Message - From: Andrew Robson [EMAIL

Can I connect to an Access database?

2001-07-16 Thread Brandon Cruz
Does anyone know of a free driver that I can use to connect via jdbc from Tomcat to a Microsoft Access database? I have looked in the database on java.sun.com, but there are 15 different choices. Just looking for some help on which direction to go. Is this simple, or should I stay away from

Re: ajp13 dies unexpectately

2001-07-16 Thread Jeff Kilbride
How many threads have you specified as max_threads in your PoolTCPConnector for ajp13 in your server.xml file? If you haven't done this, and you're running a reasonably high load, you should take a look at the minimal TC user's guide here:

Re: Tomcat + Apache on NT

2001-07-16 Thread Gary Dale
1) Tomcat won't start as a service if the configuration is invalid. However, you don't need to worry too much about the start order if the configuration doesn't change between restarts. 2) You don't need to include it if you have a custom config that includes the relevant information. Some

Re: Need workaround for Tomcat security.

2001-07-16 Thread Andrew Robson
Jeff, TC 3.2.1 on linux. Apache and mod_jk It seems to me (without having had a chance to check) that this must be a misconfig at the apache and apache/tomcat end of things rather than a tomcat bug as such. Any thoughts? It would be a pretty big hole if it was a genuine bug. andrew

Re: Need workaround for Tomcat security.

2001-07-16 Thread Jeff Kilbride
Hi Andrew, I know that there were some security-related problems with 3.2.1 and certain URLs. I think a bug was found and fixed right around the time of 3.2.2 beta 5. I would suggest upgrading to 3.2.2. It's very painless -- all config files stay the same, just copy your old ones into your 3.2.2

Re: Need workaround for Tomcat security.

2001-07-16 Thread Nils O. Selåsdal
On Monday 16 July 2001 21:39, you wrote: Jeff, TC 3.2.1 on linux. Apache and mod_jk It seems to me (without having had a chance to check) that this must be a misconfig at the apache and apache/tomcat end of things rather than a tomcat bug as such. Any thoughts? It would be a pretty

Re: Problems with install

2001-07-16 Thread Dmitri Colebatch
What output do you get when you start tomcat, and in the logs? cheers dim On Mon, 16 Jul 2001, Mike Sanders wrote: Thanks for your help! The Tomcat build is 3.2 and no the server is not responding to port 80 requests. Thanks in advance, Mike - Original Message - From: Cory

how to set virtual host for stand-alone Tomcat?

2001-07-16 Thread Jerry QU
Hi All, how to set virtual hosts for stand-alone Tomcat? does it have to be cooperate with Apache to use virtual hosts? TIA Jerry

Re: Pair programming review meeting

2001-07-16 Thread Richard Draucker
Are you sure there'll be enough room for everyone on this list? Will there be free food??? On Mon, 16 Jul 2001, you wrote: Hi All, You are invited to a meeting at 3:00 PM on Friday 20th July to discuss how the pair programming facilities are being used, problems encountered, practices

grand prix rules

2001-07-16 Thread Gus Tenrreiro
Hi Tracy, I got a question for you. In the grand prix rules under rule 11 it says Scores will be tabulated based upon that competitor's best 5 event scores Does that mean that no matter how many grand prix events you go to only 5 will be taken into account ?? Thanks Gustavo E Tenrreiro

accessing manager

2001-07-16 Thread John Riker
Using Tomcat 4.0b5 on Solaris as stand alone. WHen I enter the url/manager it asks for a password. Using any of the default ones in tomcat-users.xml let me in, however on IE just gives me an error 403 Forbidden. Any ideas what I need to do to fix this? Figured it was a permission thing,

Re: Can I connect to an Access database?

2001-07-16 Thread guru
The standard JDBC-ODBC bridge works fine (as far as it goes). - A On Mon, Jul 16, 2001 at 03:31:28PM -0500, Brandon Cruz wrote: Does anyone know of a free driver that I can use to connect via jdbc from Tomcat to a Microsoft Access database? I have looked in the database on java.sun.com,

How to change the IP address

2001-07-16 Thread Neelu Shah
Hi All, could someone tell me how to change the default IP address for tomcat (no apache used) from localhost to another IP address. im running tomcat on Windows NT. thanks N

Re: Need workaround for Tomcat security.

2001-07-16 Thread Craig R. McClanahan
On Sun, 15 Jul 2001, Nils O. Selåsdal wrote: Ok, i needed to put some security constraints to a dircetory, so I added this to my web.xml: security-constraint display-nameUQoS Amin Area/display-name web-resource-collection web-resource-nameUQoS Amin

Re: how to set virtual host for stand-alone Tomcat?

2001-07-16 Thread Dmitri Colebatch
Set them up the same as if you were using Apache. Use the host wrapper around your context. From memory there's a simple example of syntax in the default server.xml. cheers dim On Tue, 17 Jul 2001, Jerry QU wrote: Hi All, how to set virtual hosts for stand-alone Tomcat? does it have

Re: grand prix rules

2001-07-16 Thread Adam Fowler
WTF? :- Adam. On Monday 16 July 2001 22:31, you wrote: Hi Tracy, I got a question for you. In the grand prix rules under rule 11 it says Scores will be tabulated based upon that competitor's best 5 event scores Does that mean that no matter how many grand prix events you go to only 5 will

Re: How to change the IP address

2001-07-16 Thread Dmitri Colebatch
What do you m ean by change the IP address. Does the machine have multiple IP addresses? You should be able to determine IP info on a windows box using winipcfg - I think that's right for NT, can never remember. Whatever IP address the box listens on tomcat will respond to. Is this what you

ServletException in 4.0b5

2001-07-16 Thread Vernon Wu
I move one our small JSP application from 3.x to 4.0b5 for the reason of using servlet 2.3 specification: ServletContextListener, HttpSessionListener be more specific. I get the exception under the 4.0b5 with the following messages: Exception Report:javax.servlet.ServletException: Class

Applet-Servlet communication using Tomcat-Apache cooperation

2001-07-16 Thread Nancy Crisostomo Martinez
Hi everybody!! I'm new using Tomcat, instead I'm new developing web applications, so I need help and patient... I'm trying to make a applet-servlet communication thru Apache-Tomcat cooperation. Before I tried it with a Blazix web server, but it was just for tests, because the web server was

RE: How to change the IP address

2001-07-16 Thread Filip Hanik
I think he means how you set the IP address the server should listen to on a multi-homed host. if this is the case I'm not sure you can do it in Tomcat 3.2.1 if it is possible it would look something like this Connector className=org.apache.tomcat.service.PoolTcpConnector

jsp changes not reflected/ work dir ?

2001-07-16 Thread Bryan Murtha
Hello, OK, so I have a jsp page that has several jsp includes. I was having a problem with the changes being made in one of the includes being reflected in what I saw when I viewed the page through a browser. I tried touching all the files and restarting the server. I then deleted all of

[FAQ] jGuru FAQ Update

2001-07-16 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] .

Re: How to change the IP address

2001-07-16 Thread Tim O'Neil
At 04:57 PM 7/16/2001, you wrote: What do you m ean by change the IP address. Does the machine have multiple IP addresses? You should be able to determine IP info on a windows box using winipcfg - I think that's right for NT, can never remember. Whatever IP address the box listens on tomcat

Not finding static files (Tomcat 3.2.2. on RH7)

2001-07-16 Thread Irv Thomae
My servlet cannot seem to find static text files, no matter where I put them. This feels like a pretty trivial problem - and I feel pretty dumb asking - but that's my only option, after ten hours of fruitless experiments, alternating with archive-searches of this list, comp.java.lang.*, Sun's

Question about copyright

2001-07-16 Thread zhang heng chong
Hello! I am sorry for interrupted you. I have a question about software copyright. I downloaded tomcat,apache from jakarta.apache.org,and I read licence. I am puzzled whether those softwares can be used by a profit-making company website . best regards,

web.xml upgrading 3.1 - 3.2.2

2001-07-16 Thread John Gentilin
I am trying to upgrade my 3.1 install to 3.2 and I am using the web.xml file in the conf directory for some special mappings so Tomcat works in my development enviorment. After installing the new version, it does not seem that Tomcat picks up my servlet mappings. The classes are part of the

Re: Internationalisation problems in Tomcat 3.3?

2001-07-16 Thread Gregor Kovaè
Hi! I had the same problems using a database. I don't know if this applies to your case, but nevertheless: I created a database in Cp1250 or Latin2 encoding. Then I have put %@page contentType = text/html; charset=windows-1250 % on top of my JSP page and things work now. Best regards,

Who to starting jboss tomcat at service on RH7 Linux

2001-07-16 Thread
Title: Who to starting jboss tomcat at service on RH7 Linux I'm a new jboss tomcat user. I have a question. How to config, starting jboss tomcat at service on RH7 Linux. Thanks, ÉϺ£ÐÅͶ»¥ÁªÍøÓ¦Óü¼ÊõÓÐÏÞ¹«Ë¾ ÑîÖÓÀÚ bill.yang Tel: