Re: Tomcat 4.1.12: access log corrupted

2002-09-28 Thread Craig Longman
On Thu, 2002-09-26 at 07:37, [EMAIL PROTECTED] wrote: Now with 4.1.12 have a look to a sample of what i see into it. (Sorry for the weird looking but it's full of control characters that when imbedded into the mail do strange things) I think i should open a bug. Do i? 6a href= - -

Re: SSL Broken in 4.1.12?

2002-09-28 Thread Bill Barker
If you are not using client-cert auth, this is just a useless waste of log-space (e.g. debugging statements that weren't removed). If you can waste the space, then you can safely ignore the warnings. Replacing tomcat-util.jar from the nightly (This is a pretty stable package, so not much risk)

Forward into a Bean

2002-09-28 Thread Gonzalo Rodríguez Doménech
Helo, making a web service using Tomcat 4.0.2, I have found a problem. When I try to make a forward into a Bean It's produce an exception that the server encounter. In fact, I don't know if the problem it's in the jsp file or in the Bean. With Tomcat 3.2 I didn't have problems so I thought that

Default encoding Problems

2002-09-28 Thread Apirak Pantkool
I need to display Thai language (TIS-620) on Browser. But I can't set this encoding to default when user open my web page. user must select IE-menu--View--Encoding--Thai(Windows)) every time. My environment is Redhat 7.3 + Tomcat 4.1 + struts 1.1 My jsp code is %@ page import=messages.* % %@

Start Apache/Jakarta-Tomcat as Non-root user

2002-09-28 Thread Lars Nielsen Lind
Hi. Are the some easy ways to start Apache / Jakarta-Tomcat as Non-root user - for instance with a user created for the purpose? Are the any security risks (for instance access to root) to be aware of? Best regards, Lars Nielsen Lind -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Re: Upgrade to Tomcat 4.1.12 - WARNING: Exception getting SSL attributes

2002-09-28 Thread Remy Maucherat
Francisco Queiros Pinto wrote: Hi, I've just upgraded Tomcat 4.1.10 to 4.1.12. When trying a secure connection, the browser asks me to accept the server certificate and seems to achieve it. However, contrary to the previous version, now the server generates the following error:

Re: Changes to jakarta-tomcat-4.1.12-LE-jdk14 from older binaries?

2002-09-28 Thread Remy Maucherat
Tom Mikelson wrote: I have tried numerous tutorials on the web for installing my own apps on jakarta-tomcat-4.1.12-LE-jdk14. My servlet will work if I place it in the examples/WEB-INF/classes directory but when I try to set it up anywhere else the .jsp files work but the servlets come back

Re: How many people are using 4.1.12 successfully?

2002-09-28 Thread Remy Maucherat
Glenn Nielsen wrote: The discussion regarding Tomcat 4.1.12 was not related to its stability. I have been using Tomcat 4.1.x in production for over 6 months (but still with Jasper1), and recently upgraded to Jasper 2. IMHO, Tomcat 4.1.x is a much better container for production than 4.0.x.

Re: Start Apache/Jakarta-Tomcat as Non-root user

2002-09-28 Thread Jim Coble
I accomplished this yesterday on Solaris 8 using the following script called at system startup (linked to S40tomcat in rc3.d) ... Replace tomcat after the two su commands with the user you want Tomcat to run as and, of course, change the paths as appropriate for your system. You'll also

RE: HOW TO: How do I allocate memory in JVM for extra virtual hosts

2002-09-28 Thread Takaoglu, Uzay
Check out perc 3.3 at http://www.newmonics.com/info/gc.shtml, it has a pretty decent GC performing much better than Sun's. Also IBM's JVM is pretty good too. -Original Message- From: Brad Plies To: Tomcat Users List Sent: 9/27/02 12:18 PM Subject: Re: HOW TO: How do I allocate memory in

Alias Name

2002-09-28 Thread Vijayaraaghavan S
Hi, How to configure tomcat server to provide an alias name for a web page, please provide help with an example. I have the web page in tomcat-root/webapps/vijay folder. Regards, Vijay This communication

Deploy or install .war

2002-09-28 Thread Marty Hagenston
Greetings, I am very new at this. I have tomcat running and I can view the index.jsp in my browser set to localhost: 8080 Now I want to deploy or install (not sure which one) a .war I put the .war in webapps and tried to use the manager command of both deploy and install by giving it the

Re: Deploy or install .war

2002-09-28 Thread Ben Walding
Once the war file is in the webapps directory it will auto-deploy when you restart TomCat. I realise this doesn't truly answer your question, but it should fix your problem. I'm presuming you are using a 4.1.x version (4.0.x is pretty much the same, but not quite as nice). Marty Hagenston

Error Compiling JSP under 4.1.12

2002-09-28 Thread Sexton, George
I am getting these errors when I try to compile a JSP page under 4.1.12 /usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/caldev/index_jsp. java:7: '.' expected import WebApp; ^ /usr/local/jakarta-tomcat-4.1.12/work/Standalone/localhost/caldev/index_jsp. java:8: '.'

Warp connections

2002-09-28 Thread Sigurur Bjarnason
Hi all.. I want to use the mod_webapp module for apache to connect it to tomcat.. I have one question about this The thing is.. i want apache to serve all static content.. like html and let tomcat handle the jsp and servlets. Now when i use the apj1.2 connector with mod_jk.so i use line

Re: Warp connections

2002-09-28 Thread Jim Coble
Someone with more experience may have a better answer but it is my understanding that mod_webapp does not permit you to distinguish between static and dynamic content. When you use mod_webapp, Tomcat services all requests; i.e., you can't do what you want to do--serve html with Apache and

filter to change jsessionid cookie almost done, but need little help

2002-09-28 Thread Phillip Rhodes
I am writing a package that will facilitate sso between java based applications that will be released open source and free. Part of the problem is that the tomcat cookie name is NOT at all configurable. When jsessionid is set, the host of the domain is present, the scope is set to the webapp,

Logs files no longer appearing

2002-09-28 Thread Bill Blackmon
The log files on my hosts machine are no longer visible in SmartFTP. I haven't changed anything in their settings in server.xml . Any ideas? I'm flying blind -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Logs files no longer appearing

2002-09-28 Thread Bill Blackmon
nevermind - logged in as a different user and they're back... - Original Message - From: Bill Blackmon [EMAIL PROTECTED] To: TOMCAT USERS GROUP [EMAIL PROTECTED] Sent: Saturday, September 28, 2002 2:36 PM Subject: Logs files no longer appearing The log files on my hosts machine are no

Correctly configuring server.xml?

2002-09-28 Thread David Wynter
I have now reinstalled Tomcat 4.1.12 a second time and it seem to be fine, I could see the standard index.jsp on localhost before chaning my server.xml to show my website to the world. I have setup a redirect in the Apache index.html.en page to point to my web application. But I change

Anyone know of an active newsgroup for Jboss like this group?

2002-09-28 Thread jdeveloper
Does anyone know of an active newsgroup to subscribe to for installing/configuring Jboss like this group? Thanks in advance! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Anyone know of an active newsgroup for Jboss like this group?

2002-09-28 Thread micael
The JBoss forums at www.jboss.org. At 06:39 PM 9/28/2002 -0400, you wrote: Does anyone know of an active newsgroup to subscribe to for installing/configuring Jboss like this group? Thanks in advance! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: Anyone know of an active newsgroup for Jboss like this group?

2002-09-28 Thread micael
You also can view their free documentation or buy a copy of their book at the local bookstore. Their documentation has become surprisingly good. You have to watch the versions, of course. There is a great book on 3.0 for sale for only about $10 in a pdf file. At 06:39 PM 9/28/2002 -0400,

MBean XML Descriptor

2002-09-28 Thread Randy Secrist
Is there a way to append to the information kept in the MBean descriptor without having to modify the file in catalina.jar? i.e. - is there a way to dynamically add MBeans so that TC knows about them at run time? Randy Secrist

Re: Warp connections

2002-09-28 Thread John Walstra
In my virtual host I have .. -- RewriteEngine on RewriteLogLevel 0 RewriteRule (.*jsp)$ /jsp$1 [PT] WebAppConnection myConnection warp localhost:8008 WebAppDeploy myWebapp myConnection /jsp/ -- It will rewrite all jsp requests to use the jsp directory in the htdocs directory. It then

Re: Deploy or install .war

2002-09-28 Thread Nani Jon
Marty: Make sure that you add the context for your WAR file in the server.xml file. There are examples of a working and deployed application in Tomcat (e.g. /examples applicaton). You can also set the flag in the server.xml file to keep the WAR file as is or un-pack it. Hope this will help.