Re: [Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Alex
Yep, it's currently down – hardware failure at our provider's. We had been promised a fix soon. Thanks, --Alex On 25-Jun-09, at 6:58 PM, Rick Mann wrote: > As of this writing, it seems to be. Connection refused. > > > > ___

Re: [Resin-interest] bugs.caucho.com down?

2009-06-25 Thread Alex
> Ah bummer. Thanks for the quick reply. > > Do bug reports on this list get noticed? The circumstances seem to call for it. If you use [bug] in subject I'll pick it up and enter into bugs.caucho.com > > On Jun 25, 2009, at 19:14:02, Alex wrote: > >> Yep, it's

Re: [Resin-interest] Tapestry on resin...

2009-08-13 Thread Alex
Fernando, It seems that tapestry expects a particular parser implementation. You can force one by supplying a system property javax.xml.stream.XMLInputFactory="org.codehaus.stax2.XMLInputFactory2"/> The tag could also go under , or tags. Regards, Alex org.c

Re: [Resin-interest] Tapestry on resin...

2009-08-14 Thread Alex
nce of Properties using System.setProperties(Properties). That isolates the apps/hosts/cluster from each other and they can have their own sets of properties. --Alex > >> The tag could also go under , or >> tags. > > And likewise this? Which may create problems

Re: [Resin-interest] Metrics

2009-08-20 Thread Alex
Hi Ronan, Luckily Emil has recently published a blog entry right on the topic: http://blog.caucho.com/?p=219 --Alex On 20-Aug-09, at 1:41 PM, Ronan Lucio wrote: > Hi, > > What metrics does Resin offer to measure system health? > > I'd like to store some data about system

Re: [Resin-interest] Cannot Start Resin on Vista

2009-09-02 Thread Alex
start resin again. For development purposes you can use console command java -jar lib/resin.jar console Thanks, Alex On 1-Sep-09, at 9:43 AM, Rom Sok wrote: Hi, I am new to it so apologize for the newbie question. I have Windows Vista. I installed JRE & JDK 6. I downloaded Resin. I am runn

Re: [Resin-interest] Inactivity connection timeout over HTTP

2009-10-26 Thread Alex
There is keepalive-timeout setting. It can go in the server or server- default. Default value for the parameter is 15s. 15s On 2009-10-26, at 1:44 PM, Caleb Richardson wrote: > It seems that there is a inactivity timeout being enforced at the > connection level by Resin (currently runnin

Re: [Resin-interest] Inactivity connection timeout over HTTP

2009-10-27 Thread Alex
ould be able to change that with Tm on a port 20m Regards, -- Alex > > Thanks, > > Caleb Richardson > > --- alex wrote: > > Date: Mon, 26 Oct 2009 13:57:11 -0700 > > There is keepalive-timeout setting. It can go in the server or server- > default. Default val

Re: [Resin-interest] Tabulation evil

2009-10-28 Thread Alex
According to the code convention we use a tab will expand to 8 spaces in IDE. That setting pretty much takes care of all the differences :) --Alex > I have been asking myself the same question... > > Jeff Schnitzer wrote (2009-10-28 00:41): >> This is really just a poi

Re: [Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-11-02 Thread Alex
> Running this today (Nov 1), the next start time is set to Nov 8. I Thanks, I've reported a bug: http://bugs.caucho.com/view.php?id=3736 --Alex > set > resin's debug level to finer, and all scheduled tasks now start a > week late. > > Although I have "*" in

Re: [Resin-interest] Adding node to a cluster on the fly

2009-11-02 Thread Alex
e cluster dynamically. The argument parameter value takes cluster to join, address and port for the new server. (more info available with resin.sh -help. You may find these two caucho blog entries of use: http://blog.caucho.com/?p=177 , http://blog.caucho.com/?p=220 Thanks, Alex &

Re: [Resin-interest] packaging EB3 application with Resin

2009-11-16 Thread Alex
y available in Resin 4. I don't believe there is a separate example, however there is a detailed draft of spec published on the blog: http://blog.caucho.com/?p=225 Thanks, Alex > Thank you. > > Regards > > -- > Vincent LAUGIER > > E

Re: [Resin-interest] packaging EB3 application with Resin

2009-11-16 Thread Alex
> Hello Alex, > > then we are waiting for the resin 4 stable release (we need to stick to > resin 3 for the moment because of problem with the persistence context > injection, see http://forum.caucho.com/showthread.php?t=1927). > > >> Resin supports the ear layout

Re: [Resin-interest] Large negative range in the HTTP request

2009-11-16 Thread Alex
Knut, Thanks for reporting this. I've filed a bug: http://bugs.caucho.com/view.php?id=3766 Alex On 2009-11-16, at 2:59 PM, Knut Forkalsrud wrote: > Dear Cognoscenti, > We have recently been getting a few requests with abnormal Range > request headers. For example: > &

Re: [Resin-interest] Resin 3.1.9 behind apache's ProxyPass problem

2009-11-23 Thread Alex
vlet It looks to me like the ProxyPass directive will override the Host header of the request causing getServerName() return "db" (not what was actually sent with the request) You should be able to control that behaviour with ProxyPreserveHost directive. http://httpd.apache.org/docs/

Re: [Resin-interest] Hibernate lazy loading with Quercus

2009-11-23 Thread Alex
lse); > var_dump($clients[0]->getOrders()); > [/code] Seems that the objects no longer have the association with valid session, so either the Session or PersistenceManager should be kept around to fill the objects in upon use. Forcing eager load could also be used I think. Alex. > > We

Re: [Resin-interest] Multi-Part request error when using HmuxRequest in Resin 4.0.2(GA)

2009-11-28 Thread Alex
> Multi-Part request error when using HmuxRequest. Thanks Wesley, I reported a bug: http://bugs.caucho.com/view.php?id=3790 Alex > > My resin 4.0.2 was behind an apache 2.1.x using CauchoRequest to forward all > request for a virtual host to resin. > > If I use 8080 p

Re: [Resin-interest] 4.0.2 schedule

2009-11-28 Thread Alex
gt; > Back to 4.0.1 > > Everytime new issues, I hate it! :-( Jan, I reported a bug: http://bugs.caucho.com/view.php?id=3791 Alex > > Regards, --- Jan. > > > > ___ > resin-interest mailing list > resin-interest@cau

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
> I have a situation where different servers should have different > jvm-args, but I would like to have a single resin.xml. You should be able to achieve this by using inside the -Dserver=A -Dserver=B Regards, Alex > > I tried doing a resin:import on a jvm.xml file t

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
>> You should be able to achieve this by using inside the >> >> >> -Dserver=A >> >> >> >> -Dserver=B >> >> >> Regards, >> Alex >> > Hmm, that's exactly what I tried first, as mentioned below.

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
work and it will allow you to have all the configuration in one file. >>> >>> -Dserver=A >>> >>> >>> >>> -Dserver=B >>> >> Thanks, Alex > >>> Can you >>> have jvm-arg inside a resin:im

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
t launches it? Yes. The variable needs to be exported !#/bin/bash export foo=foo-value bin/httpd.sh -server a start resin.conf file: -Dbar=${Var["foo"]} Alex > I wasn't sure, > so I was just going by the example resin.conf file that comes with Resin > 3.1.9. &g

Re: [Resin-interest] meaning of "/" in rewrite-dispatch

2009-11-30 Thread Alex
hange .html to .jsp http://www.caucho.com/resin/admin/rewrite.xtp Thanks, Alex > ... > > > Does the "/" have the same meaning as in servlet mappings, i.e. "default"? Or > does it only match requests for "/"? That is, does the above >

Re: [Resin-interest] Resin 3.1: resin:import of jvm-args

2009-11-30 Thread Alex
identical but serve two distinct purposes e.g. - development - testing - production where let's suppose 'testing' runs on a different set of servers and therefor needs different bindings and jvm arguments? Alex > > USER=username > HTTPD=/usr/local/resin/bin/httpd.sh >

Re: [Resin-interest] 3.1.9 - Database Session Clustering Problem

2009-11-30 Thread Alex
Hi Matt, Can you print what a typical row would look like for the 'erased' session. What database and driver do you use? Thanks, Alex On 2009-11-30, at 9:29 AM, Matt Garner wrote: > Hi everyone, > > I’m seeing some strange behavior on Resin 3.1.9 with database se

Re: [Resin-interest] meaning of "/" in rewrite-dispatch

2009-11-30 Thread Alex
> Thanks for the reply Alex. So how would I match only "/" and ".html"? > Something like this? > > That looks right, Ethan. The parenthesis are optional here but they do make regexp more readable. Alex > > Cheers, > Ethan > > - Origin

Re: [Resin-interest] quercus php include paths

2009-12-22 Thread Alex
NF/php"); include "inc.php"; // will look for inc.php in WEB-INF/php directory then --Alex > them if there was a convention. > > Michael > > > ___ > resin-interest mailing list > resin-interest@caucho.com &g

Re: [Resin-interest] java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser

2009-12-22 Thread Alex
able to reproduce this error on a clean setup. You should check the system properties and and services that may be affecting the choice of parser/xml driver. --Alex > > and running a "hello world" test app ... > > http://localhost:8100/openlaszlo-4.6.1/my-apps/copy

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
s lower, so you'll need to change levels to see the message. --Alex > > How to recall this feature now ? > > Thanks. > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/l

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
ill cannot grep any HotSwap keyword in > jvm-default.log The record should appear (once) when a class is loaded from WEB-INF/classes , so after first request to the page using it. Also, resin jni should be compiled. --Alex > > ___ > res

Re: [Resin-interest] resin class reloading not working (3.1.19)

2009-12-22 Thread Alex
owing line will appear [20:30:31.556] {http--8080-6$11446032} Reloading qa.Test The resin.conf and webapp are attached. --Alex resin.conf Description: Binary data x.war Description: Binary data > > log level is enabled : > > > > > -Xdebug is enabled too

Re: [Resin-interest] GzipFilter Overrides Cache-Control

2010-01-05 Thread Alex
Hi Tyson, What's version of resin is this on? thanks Alex > > Not sure this is a bug with GzipFilter or expected behavior, but found > something worth sharing and dropping in the forum record for others to find. > > We had a problem distributing content to a CDN and keepi

Re: [Resin-interest] Need help writing a JUnit test to lookup an EJB

2010-01-05 Thread Alex
es in. (try resin.sh -verbose for the list of args), write a servlet that'll do the actual test. The servlet will be need to be called from the test method. version 3.0 is not in maven repositories, so the dependencies will need to be specified using a different maven–valid way. Thanks, al

Re: [Resin-interest] Hessian Debug Exception in Production

2010-01-05 Thread Alex
This looks like a bug (checked 3.1.9). The code on the trunk looks valid – testing instanceof before casting. Thanks, Alex > We're seeing two possibly related issues with the Hessian Debug facilities in > our production environment. The first is the exception pasted below. The

Re: [Resin-interest] Hessian Debug Exception in Production

2010-01-05 Thread Alex
Tyson I've reported the bug against 3.1.9: http://bugs.caucho.com/view.php?id=3836 Thanks, Alex > This looks like a bug (checked 3.1.9). The code on the trunk looks valid – > testing instanceof before casting. > > Thanks, > Alex > > >> We're seeing

Re: [Resin-interest] GzipFilter Overrides Cache-Control

2010-01-05 Thread Alex
e cache-control is added by Resin Cache in this case(not gzip filter ) following the value set in resin.conf http://www.caucho.com/resin/doc/cluster-tags.xtp#rewrite-vary-as-private ) -Alex > > -tyson > > -- > View this messa

Re: [Resin-interest] Hessian Debug Exception in Production

2010-01-05 Thread Alex
is fixed as well (e.g. > 3.1.8 would run scheduled tasks immedately after start, 3.1.9 would > start running them a week after start - same app config). This is the one I believe – an open issue: http://bugs.caucho.com/view.php?id=3736 Thanks, Alex > > -tyson > > On Tue,

Re: [Resin-interest] Bean as HessianServices Breaks Injection

2010-01-19 Thread Alex
ew ResinBeanContainer(); * * cdi.addModule("test.jar"); * cdi.start(); * * RequestContext req = cxt.beginRequest(); * try { * MyMain main = cxt.getInstance(MyMain.class); * * main.main(args); * } finally { * req.close(); * } * } Thanks, --Alex > > I am wor

Re: [Resin-interest] [resin-interest] how to make isapi_srun.dll not to use chunked encoding?

2010-02-01 Thread Alex
> is there any way to disable the chunked encoding when using isapi_srun.dll? Not at the moment, I am afraid. I added a bug report: http://bugs.caucho.com/view.php?id=3871 Thanks, Alex > > Thanks. > ___ > resin-interest mailing list &

Re: [Resin-interest] Problem with c:out shorthand in Resin 4.x

2010-04-20 Thread Alex
dd j...@el-ignored="false" to resin-web.xml to make resin pick up on those e.g. http://caucho.com/ns/resin";> thanks, Alex > > With resin 4.x, this is being interpreted literally and rather then seeing a > value like we see on the rendered pages the literal >

Re: [Resin-interest] unplanned and upexpected downtime of resin

2010-04-20 Thread Alex
watchdog restarts resin server when it becomes unavailable for whatever reason. The watch dog is started automatically with bin/httpd.sh start Thanks, Alex > Thnx for ur fast replay > > All the Best, > Abdalmonem Tharwat Galila > System Engineer , > Technical Resources Depar

Re: [Resin-interest] Refreshing User Roles during a session

2010-04-20 Thread Alex
for your exact requirements, but you should be able to figure some things out by looking at the Authenticator code at http://www.caucho.com/download/resin-2.1.17-src.tar.gz Thank, Alex > > So far I seem to be able to get the principal and appear to update it, > but the updates do not stic

Re: [Resin-interest] Implementing server-side push (not HTTP)

2010-04-25 Thread Alex
ing port, and manage it > all myself in a separate thread? Or does Resin have a facility for supporting > this (some kind of persistent HTTP request that I can later tap into)? Have you looked at Servlet 3.0 async and WebSocket's way as an alternative. http://caucho.com

Re: [Resin-interest] Questions regarding resin 4.0.x and the watchdog

2010-06-14 Thread Alex
't run any apps, but the /resin-admin deployed on any node in the cluster will track every server in the cluster. > > 3) What is the gain of having only one watchdog? Needing fewer resources – each watchdog would be a separate JVM otherwise. Different physical machines will have s

Re: [Resin-interest] EJB3 Primary Key Generation

2010-06-14 Thread Alex
> Is the @GeneratedValue JPA annotation fully supported in > Resin 4? We suggest that a different JPA implementation is used with Resin at this time. Eclipse Link and Open JPA are good candidates. THanks, Alex > I have an entity which should > use a TableGeneration strategy again

Re: [Resin-interest] Anything change regarding mod_caucho from 4.0.5 to 4.0.6/4.0.7?

2010-06-21 Thread Alex
t; half being served by resin and half by apache stopped - the resin ones >> were fine, whereas the Apache ones gave 404's. Sargazer, Can you post your resin configuration, related file structure, your request and expected result. Thanks, Alex > > > __

Re: [Resin-interest] com.caucho.sql.UserConnection.createSQLXML throws UnsupportedOperationException

2010-06-29 Thread Alex
nnection object as a work around: InitialContext context = new InitialContext(); DataSource ds = (DataSource)context.lookup("java:comp/env/jdbc/mysql"); Connection conn = ds.getConnection(); out.println(((com.caucho.sql.UserConnection)conn).getDriverConnection()); Thanks

Re: [Resin-interest] Cookie lifetime

2010-08-19 Thread Alex
eset the timer on the > session object on the server, but we are not seeing the expiry date on the > cookie being updated. It's a session cookie, and as long as it expires on the server the contract established via the cookie becomes invalid as soon as the server 'thinks' cookie

Re: [Resin-interest] JSP error page -- javax.servlet.error.exception not accessible?

2010-08-19 Thread Alex
> Hello! I'm having trouble under resin 4.0.9, with something that was working > with 4.0.7 Marcin, We've done some work on el lately, possibly affecting your area. Can you send me the generated java source for the failing page? Thanks, Alex > > I have an error page

Re: [Resin-interest] resin.exe server root directory in 4.0.10

2010-08-31 Thread Alex
> Mattias Jiderhamn wrote: >> Trying to launch Resin 4.0.10 on Windows with the -server-root / >> -server_root / -root-directory / --root-directory but resin.exe seems to >> ignore all of them. Is there an undocumented change, or is there a bug >> in resin.exe in the 4.0.10 (pro) release? That'

Re: [Resin-interest] Resin 4.0 multipart request handling

2010-09-10 Thread Alex
false for 3.0 spec compliance. There is also new 3.0 API to deal with multipart/form-data encoded requests. http://blog.caucho.com/?p=237 Thanks, Alex > > On Sep 10, 2010, at 3:51 PM, Matthew Serrano wrote: > >> I have been using Resin 4.0.7 and I discovered that Resin is

Re: [Resin-interest] Install Liferay+Joomla in resin server

2010-10-01 Thread Alex
ucho.server.cluster.Server$ServerVar' Srikanth, try with just root ${server.root} thanks, Alex > > 31: > 32: > 33: > 34: > 35: > > Oct 1, 2010 10:36:28 AM com.caucho.boot.WatchdogChildProcess logStatus > WARNING: Watchdog detected close of Re

Re: [Resin-interest] JSTL c:import on Resin 4.0

2010-10-19 Thread Alex
submitted an bug http://bugs.caucho.com/view.php?id=4263 Thanks, Alex > > matt > > > <<<<< CODE >>>>> > >/common/termsAndConditions_en.jsp > > > > > <<<<>>>> > javax.servlet.jsp.JspException: un

Re: [Resin-interest] configure error on mac for 4.0.13

2010-11-13 Thread Alex
can't see and vote: http://alturl.com/7je6e https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa/12/wo/Z8gO7kmC3Cif9j23CAoM8M/5.83.28.0.9 Thanks, Alex > > Here is the error during ./configure : > > configure: error: > >*** Can't find JNI directo

Re: [Resin-interest] Resin Eclipse Plugin not stopping instances

2011-02-18 Thread Alex
JVM is stopped and Resin should shutdown. That happens immediately on Linux and Mac, but takes 2 minutes on Windows, that's something for us to investigate and fix. Resin 3.1 is started directly, so that explains the difference in behaviour. Alex - Original Message From: Daniel Lóp

Re: [Resin-interest] Visual JSF and Resin Snapshot

2008-01-23 Thread Alex
Andreas, Thanks for reporting this, I have filed it as a bug http://bugs.caucho.com/view.php?id=2364 . Regards, Alex Rojkov Software Engineer Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source --> Resin: application server --> Quercus:

Re: [Resin-interest] Visual JSF and Resin Snapshot

2008-01-23 Thread Alex
Andreas, Thanks for reporting this, I have filed it as a bug http://bugs.caucho.com/view.php?id=2364 . Regards, Alex Rojkov Software Engineer Caucho Technology, Inc. Tel. (858) 456-0300 mailto:[EMAIL PROTECTED] Caucho: Reliable Open Source --> Resin: application server --> Quercus:

[Resin-interest] Problems finding jar files in orbeon web application

2009-03-08 Thread Alex Sharaz
the statement if I've got version="2.4" argument. Silly question, how do in persuade orbeon that its jar files are in WEB-INF/lib etc? Alex * To view the terms under which this emai

Re: [Resin-interest] Problems finding jar files in orbeonweb application

2009-03-09 Thread Alex Sharaz
Thanks For this, I could have sworn that the app-default.xml was in there. Then again maybe it slipped out when i moved over to using a watchdog configuration supporting multiple VMS I'll check alex -Original Message- From: resin-interest-boun...@caucho.com [mailto:resin-interest

[Resin-interest] Corrupted session

2009-04-16 Thread Alex Krevenya
Hi, I start seeing this concurrency issue on save/load large session object. Did anybody had the same problem and found a solution to fix it? Below is a stack trace. Here is my configuration: resin 3.0.24, Linux, JDK 1.6 Thank you. [12:20:22.063] FileBacking.log: update cluster: te

[Resin-interest] Using JA-SIG's Central Authentication Service (CAS) with resin

2010-04-29 Thread Alex Sharaz
Hi, I'm looking to use CAS with resin 4.0.x. Anyone done this already? If so, some pointers to useful docn would be appreciated Rgs Alex smime.p7s Description: S/MIME cryptographic signature ___ resin-interest mailing list resin-interest@cauch

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-08 Thread Alex Rojkov
em.out.println() Riccardo, Can you produce a thread-dump of the server's JVM please and send that to us? Thanks, Alex > juste after is simply not called. > > While the server is in this "undefined" state, the rest of the > application may work. I tried to

Re: [Resin-interest] Clustering and load-on-startup

2011-11-08 Thread Alex Rojkov
> Hi > I have a problem with clustering in Resin 4.0.23 that I hope someone > can help me with. Mathias, Can you try adding true to server-default? true Thanks, Alex > > When I bring a cluster node back online after it has been shut down > the cluster recogn

Re: [Resin-interest] pb with find() in resin 4.0.13

2011-11-09 Thread Alex Rojkov
ication or entity class was reloaded (you can force a reload to check). The issue should be fixed in later versions. The test case that reproduces the webapp with persistent context reload issue was created after 4.0.13. Thanks, Alex > > You'll find joind the full exception and the threa

Re: [Resin-interest] getting response header in load balancer access logs

2012-02-27 Thread Alex Rojkov
Hi Chris, I could't reproduce this on version 4.0.25. What version are you running? Thanks, Alex On 2012-02-27, at 2:10 PM, Chris Hart wrote: > Hi, > > I'm having trouble getting the Set-Cookie response header into the access > logs on our load balancer. I've te

Re: [Resin-interest] getting response header in load balancer access logs

2012-02-27 Thread Alex Rojkov
> Hi Alex, > > Thanks for the reply. I'm using resin-pro-3.1.3. Again, it seems to work > when I hit a single instance of resin that directly serves the requests, but > when there's a load balancer involved, the load balancer doesn't log it. Did > you t

[Resin-interest] TcpSocketLink: OutofMemory

2012-03-05 Thread Alex Sharaz
(exit code=9) [2012/03/05 17:03:56.314] {watchdog-app-0} WatchdogChild[app-0] starting [2012/03/05 17:03:56.315] {watchdog-app-0} Watchdog starting Resin[app-0] What additional info would you require to suggest a solution Rgds Alex ** To view the

Re: [Resin-interest] cannot ./configure resin - says java not installed, - it is installed and JAVA_HOME is set correctly..

2012-04-13 Thread Alex Rojkov
> help? > I have java installed in a custom folder due to distriubtion reasons; Hi Tom, Can you add /opt/jdk/bin to the PATH and try again. ./configure in 4.0.27 does 'which java' to find java executable. I added a fallback to JAVA_HOME/bin/java for 4.0.28 and up. Thanks

[Resin-interest] Debian install still broken in 4.0.30

2012-08-24 Thread Alex Sharaz
And installing 4.0.30 over previous release still barfs at the fact that the resin user already exists. Rgds Alex - sip:924110...@sip.callwithus.com ** To view the terms under which this email is distributed, please go to

Re: [Resin-interest] GWT - replacing Jetty with Resin in Eclipse

2012-10-18 Thread Alex Rojkov
seLink, so > there're no Google App Engine needed. I think the issue is that the project ins't nominated to become a Web Application. Please open project properties and add "Dynamic Web Module" in "Project Facets" node. Alex > >

Re: [Resin-interest] Order of web-fragment.xml vs .tld

2014-02-17 Thread Alex Rojkov
s what the specs > has to say about this? > Is Resin at fault, or could MessAdmin be relying on something that simply is > not defined by specs? Hi Mattias, I am filing a bug for this: http://bugs.caucho.com/view.php?id=5659 , thanks for reporting! Can you try redefining the listener

Re: [Resin-interest] @WebServlet and Hessian

2014-03-10 Thread Alex Rojkov
ot;]"); return sb.toString(); } } Have you tried with the finer the logging level? Alex > -- > Rick > > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/lis

Re: [Resin-interest] Registering my CanDI producer with InjectionManager?

2014-03-10 Thread Alex Rojkov
s, how many LoggerFactory instances > can I expect? Is it a singleton? Can I use its constructor or static init to > initialize Log4J? With an @ApplicaitonScoped producer there should be one instance for a Proxy class and one for an actual Producer. Thanks, Alex > > Thanks! > > -

Re: [Resin-interest] Any way to set jsp page-encoding with Servlet 3.0 Java-only configuration?

2014-03-11 Thread Alex Rojkov
In Resin you should be able to specify that with character-encoding tag at web-app | host | cluster | resin level. http://www.caucho.com/resin-4.0/reference.xtp#characterencoding Thanks, Alex > I apologize, since this isn't strictly a Resin issue, but: > > I used to have this

Re: [Resin-interest] Any way to tell resin to put WEB-INF/tmp somewhere else?

2014-03-12 Thread Alex Rojkov
http://www.caucho.com/resin-4.0/reference.xtp#tempdir Alex > > > -- > Rick > > > > ___ > resin-interest mailing list > resin-interest@caucho.com > http://maillist.caucho.com/mailman/listinfo/resin-interest __

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-12 Thread Alex Rojkov
Did you remove resin:import for app-default.xml by any chance ? Alex On Mar 12, 2014, at 8:12 PM, Rick Mann wrote: > Well, that's not exactly true, but I'm baffled. > > I have my webapp running just fine locally, and just find on a 4.0.37/Java > 1.6/Ubuntu 10.10 serve

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
> > On Mar 12, 2014, at 20:23 , Alex Rojkov wrote: > >> Did you remove resin:import for app-default.xml by any chance ? > > Why do you ask? app-default.xml has all the required imports to for web.xml, resin-web.xml, etc. Without the imports application won’t be

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
> So, any other suggestions for getting more logging out of the system to see > where things are falling down? Are your servlets in WB-INF/classes? Try adding a compiling-loader (or a simple-loader if classes are compiled already) to your . > >> I've little by little gone through the vario

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
On Mar 13, 2014, at 2:26 PM, Rick Mann wrote: > > On Mar 13, 2014, at 14:13 , Alex Rojkov wrote: > >> Are your servlets in WB-INF/classes? > > Yes. > >> Try adding a compiling-loader (or a simple-loader if classes are compiled >> already) to your . &

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
Hm… In the referenced resin.xml the classloader is in the host section. Can you move it into the web-app section and try accessing one of your mapped servlets? Alex > > >> And can you move the class-loader registration inside the web-app please? >> If that doesn’t work p

Re: [Resin-interest] Fresh resin install won't run my app or log

2014-03-13 Thread Alex Rojkov
ration is in the , but the driver configuration is removed from the posted resin.xml ( so I can’t comment on that ) Are you seeing a ClassNotFoundException for the driver class and the driver class is in WEB-INF/lib? What does the exception look like in the context of web-app begin loaded? Alex

Re: [Resin-interest] Can't find symbol error when deploying a webapp on Resin 4 using JMS

2014-04-15 Thread Alex Rojkov
Sorry, that’s a code-gen bug. It should have generated ‘.’ for ‘$’ in class name. http://bugs.caucho.com/view.php?id=5715 To work around the issue please make your exception a normal public class. Alex > [14-04-15 09:38:48.729] {main} > /opt/resin-4.0.39/webapps/multichannel/WEB-INF/wo

Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Alex Rojkov
dev time. I'm sure there must be a smarter way ;-) Hi Carl, I just tested with a symbolic link named ROOT pointing to the deploy foo directory and that worked for me. So you should remove webapps/ROOT and make a link with ln -s foo ROOT Alex > > __

Re: [Resin-interest] How to set up Eclipse for Web app at root?

2016-01-02 Thread Alex Rojkov
>>> In Eclipse, if I create a dynamic web app project called "foo", then a > > Hi Carl, > > I just tested with a symbolic link named ROOT pointing to the deploy foo > directory and that worked for me. > > So you should remove webapps/ROOT and make

[Resin-interest] problem with quercus,resin3.0.22 and mediawiki

2006-11-13 Thread Alex Sharaz
xists and has valid access rights set up for the machine/userid I’m trying to run the wiki on Alex   * To view the terms under which this email is distributed, please go to http://www.hul

[Resin-interest] problems with quercus and mediawiki on resin-3.0.22

2006-11-15 Thread Alex Sharaz
id access rights set up for the machine/userid I'm trying to run the wiki on Alex * To view the terms under which this email is distributed, please go to http://www.hull.ac.uk

Re: [Resin-interest] problems with quercus and mediawiki onresin-3.0.22

2006-11-16 Thread Alex Sharaz
erest] problems with quercus and mediawiki onresin-3.0.22 On Nov 15, 2006, at 9:18 AM, Alex Sharaz wrote: > Just tried to install mediawiki on a 3.0.22 system Thanks, I've just filed it as a bug report. Though, Quercus development and fixes are going into the 3.1.x tree (3.1.0 should be in 2

[Resin-interest] Quercus example apps that work

2006-12-18 Thread Alex Sharaz
info" page to work but nothing else really. Alex * To view the terms under which this email is distributed, please go to http://www.hul

Re: [Resin-interest] Resin 3.1.0 release

2006-12-26 Thread Alex Sharaz
he list or [EMAIL PROTECTED] All the best for the new year Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson Sent: 26 December 2006 17:56 To: General Discussion for the Resin application server; [EMAIL PROTECTED] Subject: [Resin-interest] R

Re: [Resin-interest] MediaWiki under Quercus on 64 bit CPU

2007-01-24 Thread Alex Sharaz
Just downloaded mediawiki 1.9.1 and added it into my webapp directory under resin-3.1.0 Get the same message below. Am running 32 bit RHEL 4 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stargazer Sent: Wednesday, January 24, 2007 8:23 AM To: resin-inte

Re: [Resin-interest] MediaWiki under Quercus on 64 bit CPU

2007-01-24 Thread Alex Sharaz
Just looked at wiki.caucho.com and under quercus is says software running on Quercus (Resin 3.1.1) Quercus: DokuWiki 2006-11-06 Quercus: Gallery2 2.1.2 Quercus: Joomla 1.0.11 Quercus: Mediawiki 1.9.0 So, is resin-3.1.1 available then? Alex -Original Message- From: [EMAIL

Re: [Resin-interest] MediaWiki under Quercus on 64 bit CPU

2007-02-08 Thread Alex Sharaz
Just a small thing, the web page still gives the date of the snapshot as 2006/12/18 Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson Sent: 08 February 2007 02:07 To: General Discussion for the Resin application server Subject: Re

Re: [Resin-interest] MediaWiki under Quercus on 64 bit CPU

2007-02-08 Thread Alex Sharaz
Many thanks for that. Got media wiki 1.9.1 up and working under the current snapshot 3.1.s070207 Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson Sent: 08 February 2007 02:07 To: General Discussion for the Resin application server

[Resin-interest] Cant connect to quercus.caucho.com

2007-03-12 Thread Alex Sharaz
Get 500 Servlet Exception java.lang.OutOfMemoryError: PermGen space * To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html

[Resin-interest] o.k. can get to quercus.caucho.com but now its wiki.caucho.com

2007-03-12 Thread Alex Sharaz
Get the following 500 Servlet Exception java.lang.NoClassDefFoundError at sun.reflect.GeneratedMethodAccessor635.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor Impl.java:25) at java.lang.reflect.Method.invoke(Method.jav

Re: [Resin-interest] 304 status

2007-05-18 Thread Alex Sharaz
P/1.1" 304 - "-" "Windows-Update-Agent" 150.237.47.251 - - [18/May/2007:12:56:23 +0100] "GET /wpad.dat HTTP/1.0" 200 247 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Win32)" 150.237.47.251 - - [18/May/2007:12:56:23 +0100] "GET /wpad.dat HTT

[Resin-interest] Quercus and gallery 2.1

2007-05-21 Thread Alex Sharaz
: Warning: Assertion "!empty($key)" failed usr/web/databases/webapps/gallery2/modules/core/classes/Gallery.class:60 7: Warning: Assertion "!empty($key)" failed usr/web/databases/webapps/gallery2/modules/core/classes/Gallery.class:60 7: Warning: Assertion "!empty

[Resin-interest] Quercus and media wiki - image upload

2007-05-21 Thread Alex Sharaz
x.php/WEB-INF/upload ... Alex java.io.IOException: '/usr/web/commswiki/webapps/wiki/index.php/WEB-INF/upload/php877240297tm p' parent directory does not exist at com.caucho.vfs.JniFilePathImpl.nativeOpenWrite(Native Method) at com.caucho.vfs.JniFilePathImpl.openWrit

Re: [Resin-interest] Quercus and gallery 2.1

2007-05-22 Thread Alex Sharaz
Hi, Well, it doesn't work with the latest bersion of gallery either. Anything i can do to help track it down let me know Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Sent: 21 May 2007 18:22 To: General Discussion for the Resin applic

Re: [Resin-interest] 304 status

2007-05-22 Thread Alex Sharaz
Sorry didn't phrase that properly. If a client makes a request for wpad.dat, is there any way of always returning a copy of the file instead of an http status 304 message? Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ferguson Sent: 2

  1   2   >