Tomcat 8.5.5 with Oracle Apex 8.5.5 and Oracle ORDS 3.0.5.124.10.54 - Error While Connecting to Virtual Host - Message " null’s server IP address could not be found."

2019-08-14 Thread הרי טייב - harry taieb
ork with Virtual Servers ? How to implement it ? Regards, Harry [cid:image001.jpg@01D552C0.F4B6B230]<http://www.bezeqint.net/> [cid:image002.jpg@01D552C0.F4B6B230] [cid:image003.jpg@01D552C0.F4B6B230]<http://www.facebook.com/home.php?#/BezeqBenleumi> [cid:image004.jpg@01D552C0.F4B6B

Re: Keeping tomcat up-to-date on linux

2010-05-19 Thread Harry Metske
at the disto is facilitating * better open source support But the distro packaged version could be very usable for the masses and non-pro use. my two cents regards, Harry 2010/5/20 Dale Ogilvie > Hi, > > The current release is 6.0.26, March 2010. > > RHEL5.x is running with T

Re: Classpath for JSP

2010-04-26 Thread Harry Metske
nd an assignment to prove it: DB_Connection dbCon; dbCon = new DB_Connection(); Also, do you get this error only if you declare the DB_Connection() in a JSP, or also if you declare it in another Java class ? (the JSP compiler uses a slightly different classpath than the webapp classloader) regard

Re: Multiple catalina bases and monitoring each instance

2010-04-23 Thread Harry Metske
It depends on what you mean with "monitor". We use nagios (http://www.nagios.org) to monitor multiple Tomcat instances. You can do a plain check for an open socket, or call Tomcat's jmx proxy over http(s) to query Tomcat's mbeans. regards, Harry 2010/4/23 Ziggy > Hi guys

Re: memory problems / time outs

2010-04-19 Thread Harry Metske
if you specify java options in JAVA_OPTS it is both valid for startup and shutdown, if you specify java options in CATALINA_OPTS it is only valid for startup. So my guess is that CATALINA_OPTS is the right place in your situation. regards, Harry 2010/4/19 Woude, Alexander van der > Thanks

Re: memory problems / time outs

2010-04-19 Thread Harry Metske
2010/4/19 Woude, Alexander van der > Sorry a small correction. The client times out, because the tomcat gives a > Heap Space memory error. > > config in startup.sh : > > export JAVA_OPTS="-Xms128m -Xmx512m" > export CATALINA_OPTS="-Xms512m -XX:MaxPermSize=512m" > > My apps are 7 war, that each c

Re: Oracle Universal connection pooling type cast problem while configuring in server.xml

2010-04-19 Thread Harry Metske
this is an exact cut/paste from an earlier post, it won't help you repeating the same questions. regards, Harry 2010/4/19 Thangavelu.V > Hi Friends, > I am using universal connection pooling for connecting database , > while configuring manually i able to connect t

Re: Universal connection pooling Type Casting problem

2010-04-18 Thread Harry Metske
2010/4/19 SivaKumarl > > Hi Friends, > I am using universal connection pooling for connecting database , > while configuring manually i able to connect to database,but while > configuring in server.xml i am unable to cast the datasource i am getting > the class cast exception, please fin

Re: loading properties file from WEB-INF instead of WEB-INF/classes

2010-04-18 Thread Harry Metske
a.lang.String" > value="/WEB-INF/app.properties" /> > > > > however, I'm not able to get the environment, I just get a null value. > > can you be a bit more specific where you get a null value (show some lines of code)... although the above wo

Re: common/endorsed - Tomcat 6.0

2010-04-18 Thread Harry Metske
2010/4/18 Christoph Kukulies > Harry Metske schrieb: > > 2010/4/18 Christoph Kukulies >> >> >> >>> I'm experimenting with a wsdl enabled service deplyed to tomcat. >>> The build.xml file has >>> this section in it: >>> &

Re: common/endorsed - Tomcat 6.0

2010-04-18 Thread Harry Metske
2010/4/18 Christoph Kukulies > I'm experimenting with a wsdl enabled service deplyed to tomcat. > The build.xml file has > this section in it: > >else="${as.home} > /lib"> > > > >value="${catalina.home}/common/endorsed"> > > > > > > >

Re: Tomcat Shutdown suddenly / random

2010-04-16 Thread Harry Metske
Peter, could it be that something is sending your tomcat process a TERM signal, logfiles in /var/log might tell something ? or one of your applications issues a System.exit() under certain circumstances ? regards, Harry 2010/4/16 Peter Borkowski > Hi folks, > > we are facing a seriou

Re: Tomcat on AIX 5.3

2010-04-14 Thread Harry Metske
, maybe you can have a look with IBM's nmon tool, contact your AIX support colleagues. And if your application has logging (maybe you can increase loglevels), that is the first spot to look at, that should give you a clue where the delays are. regards, Harry 2010/4/14 János Löbb > Filip, &g

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
, you should contact the vendor, they should do the recompile . regards, Harry 2010/4/9 Amit Agarwal > Hi Harry, > Thanks for the tip. Here is the full stack trace. > > I am not sure what did you mean by compile with embedding package. Could > you > put som

Re: Tomcat startup error

2010-04-09 Thread Harry Metske
ion 467222 (24-10-2006) It should be recompiled with the current version. regards, Harry 2010/4/9 Amit Agarwal > After upgrading to the latest 6.0.26 ver from 6.0.13, I see the following > error while starting embedded Tomcat. > Any ideas how to get around this? > > WrapperSimpleA

Re: Fwd: How to install tomcat 6.0.X in IBM P series box running with RHEL 5

2010-03-30 Thread Harry Metske
Chuck, a bit off-topic, but since we might have to choose the next few months which JVM to use on Intel/Linux, I am interested in why you think the OpenJDK is "pretty awful" ? regards, Harry 2010/3/30 Caldarale, Charles R > > From: André Warnier [mailto:a...@ice-sa.com] >

Re: access to localhost:8080 fails

2010-03-28 Thread Harry Metske
he case. If you are allowed to give the netstat command, try the suggestion from Charles (netstat -ano), if you see status SYN_SENT, it's for sure a firewall issue. regards, Harry 2010/3/28 Krishanu Biswas > Chuck: > > To verify the network issue, I installed Tomcat on my personal l

Re: BASIC Authentication : Not working

2010-03-28 Thread Harry Metske
I would think your url-pattern is not valid : /*corejspbean*/StringBean.jsp I don't know the exact rules for the pattern, but could you try first with /* and see if that works, and then tweak the url-pattern further to your needs ? regards, Harry 2010/3/28 Binu Kuttikkattu Idicula &

Re: read context.xml Resource attributes

2008-11-04 Thread Harry Levinson
Found a solution that uses the Connection object: String dataSource = "jdbc/whatever"; DatabaseMetaData dbMetaData; Connection conn = connections.get(dataSource); dbMetaData = conn.getMetaData(); String url = dbMetaData.getURL(); Thanks for your help Juha.

read context.xml Resource attributes

2008-10-23 Thread Harry Levinson
quot;); DataSource ds = (DataSource)envContext.lookup("jdbc/MYDB"); ... I googled but can't find a solution. thanks, Harry

getting more detailed logging in tomcat

2007-07-30 Thread Duin, Harry
Hi, I have set up Tomcat 6.0.10 and got my first servlet app working with windows and Eclipse. I am looking at the files in the logs directory, but see NO logging of the HTTP messages (including the servlet calls) In short, I want to know more of what is going on at the HTTP protocol level. I h

Re: Application Path

2006-11-09 Thread Harry
27;re using the same build, then have a runtime variable that you can set, which you tag library references. I've used this method, and I recommend it. It's simple, and portable. Harry Mantheakis > Thanks for all your information. > > I was thinking of a application configur

Re: Application Path

2006-11-07 Thread Harry
library, or whatever. Notice that the BASE reference has a trailing slash, whilst your relative paths must start without a leading slash. Harry Mantheakis > Is there any reason you can't just have the paths composed dynamically?: > > > > For the ROOT webapp, the expressi

mod_jk, deployment, and auto-conf

2005-10-27 Thread Harry Hartley
on (mod_jk.conf) without rebooting my servers. Harry

RE: Forwarding *all* webapps with mod_jk

2005-10-27 Thread Harry Hartley
Ditto, Please let me know if you find a solution. Harry > -Original Message- > From: Simon MARTIN [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 29, 2004 5:25 AM > To: tomcat-user@jakarta.apache.org > Subject: Forwarding *all* webapps with mod_jk > > Hi,