Re: Maybe a stupid (Windows related) question

2022-03-22 Thread Christopher Schultz
All, On 3/22/22 15:12, Christopher Schultz wrote: Rony, On 3/22/22 13:21, Rony G. Flatscher (Apache) wrote: For debugging purposes I downloaded the zip-version of Tomcat 10.0.18 and start it up using %CATALINA_HOME%\bin\startup.bat. This will create by default a separate process (terminal, c

Re: Maybe a stupid (Windows related) question

2022-03-22 Thread Christopher Schultz
Rony, On 3/22/22 13:21, Rony G. Flatscher (Apache) wrote: For debugging purposes I downloaded the zip-version of Tomcat 10.0.18 and start it up using %CATALINA_HOME%\bin\startup.bat. This will create by default a separate process (terminal, commandline window) in which Tomcat runs and dispatc

RE: Maybe a stupid (Windows related) question

2022-03-22 Thread jonmcalexander
> -Original Message- > From: Rony G. Flatscher (Apache) > Sent: Tuesday, March 22, 2022 12:21 PM > To: users@tomcat.apache.org > Subject: Maybe a stupid (Windows related) question > > For debugging purposes I downloaded the zip-version of Tomcat 10.0.18 and > start it up using %CATALINA_H

Re: Maybe a stupid (Windows related) question

2022-03-22 Thread Noelette Stout
maybe redirect stderr to stdout then redirect to the log: startup.bat 2>&1 1>yourFile.log I believe that kind of redirection works in Windows as well as Linux (but it's been a while since I had to do that sort of thing in Windows, so I may be mistaken) On Tue, Mar 22, 2022 at 11:26 AM Rob Sargent

Re: Maybe a stupid (Windows related) question

2022-03-22 Thread Rob Sargent
On 3/22/22 11:21, Rony G. Flatscher (Apache) wrote: For debugging purposes I downloaded the zip-version of Tomcat 10.0.18 and start it up using %CATALINA_HOME%\bin\startup.bat. This will create by default a separate process (terminal, commandline window) in which Tomcat runs and dispatches

Maybe a stupid (Windows related) question

2022-03-22 Thread Rony G. Flatscher (Apache)
For debugging purposes I downloaded the zip-version of Tomcat 10.0.18 and start it up using %CATALINA_HOME%\bin\startup.bat. This will create by default a separate process (terminal, commandline window) in which Tomcat runs and dispatches all output including stdout and stderr output into that w

Re: Fwd: tomcat 9.50 - rewrite rule question

2022-03-22 Thread Christopher Schultz
All, On 3/21/22 10:19, Felix Schumacher wrote: Am 21.03.22 um 06:39 schrieb rupali singh: Hi Felix, location of context.xml file is cat context.xml| grep RewriteValve pwd /opt/tomcat/apache-tomcat-9.0.54/instance/conf That context.xml is thought to be a default template for all ins

Re: tomcat 9.50 - rewrite rule question

2022-03-22 Thread Christopher Schultz
Ripali, On 3/20/22 14:13, rupali singh wrote: i have tried below but its not working RewriteRule ^/apex/f?p=1001 /apex/myapp [R,L] What is the context-path of your web application? -chris On Sat, 19 Mar 2022 at 10:19, Jason Wee wrote: have you try? RewriteRule ^/apex/f?p=1001 /apex/m

Re: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-22 Thread Christopher Schultz
Tim, On 3/22/22 05:33, Scott,Tim wrote: Hi Chris and Mark, Thank you both for your input. I arrived at an sru.xml file in conf\Catalina\localhost, containing: This means that private IPs (just those stating with 10.) can connect on port 8443; any IP on port 8080. It’s there as a rem

[ANN] Apache Tomcat Native 1.2.32 released

2022-03-22 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat Native 1.2.32 stable. The key features of this release are: - Windows binaries built using OpenSSL 1.1.1n Please refer to the change log for the complete list of changes: http://tomcat.apache.org/native-doc/miscellaneou

RE: [External] Re: RemoteAddrFilter (org.apache.catalina.filters)

2022-03-22 Thread Scott,Tim
Hi Chris and Mark, Thank you both for your input. I arrived at an sru.xml file in conf\Catalina\localhost, containing: This means that private IPs (just those stating with 10.) can connect on port 8443; any IP on port 8080. It’s there as a reminder that this can be done – my first tes