Re: [Resin-interest] Is there an easy way to do this? port

2007-02-02 Thread Daniel López
Jose Quinteiro escribió: Hi, As Jose, I would recommend having different instances for development and deployment. Even though Resin does a good job on separating contexts and detecting changes and restarting just the appropriate web app. You will still affect your deployment applications with

Re: [Resin-interest] Is there an easy way to do this? port

2007-02-02 Thread Scott Ferguson
On Feb 2, 2007, at 12:39 AM, Daniel López wrote: Jose Quinteiro escribió: Hi, As Jose, I would recommend having different instances for development and deployment. Even though Resin does a good job on separating contexts and detecting changes and restarting just the appropriate web app.

Re: [Resin-interest] resin problems with the jsp taglib

2007-02-02 Thread Kai Virkki
Use different taglib prefix in the included pages, that should do the trick. -Kai On 2/1/07, Murthy ch [EMAIL PROTECTED] wrote: I am new to resin websever.I am facing some problems when i try to use resin as webserver for a webapplication we developed. I am getting the following error when i

Re: [Resin-interest] Odd problem with JSP recompile

2007-02-02 Thread Scott Ferguson
On Feb 2, 2007, at 4:37 PM, Gerry Panganiban wrote: The dependency list looks correct. The tag files I am changing are listed there. Although I noticed that some of the values that are being passed into the lastModified attribute are actually negative (e.g.: -6419312961657006312L)

Re: [Resin-interest] Odd problem with JSP recompile

2007-02-02 Thread Gerry Panganiban
Our tags are just jsp-tag files (*.tag), which I believe do not explictly override the doStartTag() method (there is no such method in the compiled tag's .java file) --- [EMAIL PROTECTED] wrote: From: Scott Ferguson [EMAIL PROTECTED] To: General Discussion for the Resin application

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

2007-02-07 Thread Nam
Stargazer wrote: Just raising this in case it wasn't known: PHP 5.0.x is buggy on your 64-bit system; you must upgrade to PHP 5.1.x or higher. ABORTING. (http://bugs.php.net/bug.php?id=34879 for details) -1 MediaWiki 1.9.0, Resin 3.1.0 Er, any news on if this will be fixed in

Re: [Resin-interest] handling site updates / redeployments

2007-02-11 Thread Daniel López
Hi, It might not be a very helpful hint, but one thing we have done is avoiding war files altogether, at least for our internal apps. We just use the exploded form and then we can update all the non-critical content without even a restart, but even if a restart has to occur, it is usually not

Re: [Resin-interest] Error

2007-02-12 Thread Sam
500 Servlet Exception javax.servlet.ServletException: too many servlet includesI use tomcat and I like to change to resin.But the jsp return this mensseger. Debug logging will be very helpful here, you can enable it by adding the following line in resin.conf: logger name= level=fine/ A

[Resin-interest] passing debugger parameters to resin

2007-02-12 Thread Mike Pretti
I have successfully attached the java debugger via eclipse against Resin 2.1.17, but am running into some problems trying to do the same via 3.1 I believe the problem has something to do with the WatchDog process.. Has anybody run into this and solved it ? I'm trying to pass the following

Re: [Resin-interest] passing debugger parameters to resin

2007-02-13 Thread askxuefeng
Hi, Here is my parameter for debugging and it works fine in Eclipse: httpd -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=12345 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Pretti Sent: Tuesday, February 13, 2007 9:53

Re: [Resin-interest] Recommended ThreadStackSize for worker mpm/mod_caucho

2007-02-13 Thread Scott Ferguson
On Feb 12, 2007, at 4:01 PM, Caleb Richardson wrote: Are there any recommended values for this Apache2 directive when using Apache2 on Linux (worker mpm). The default is 8MB, and 1MB seems to work, but I'd like to set it as low as possible if mod_caucho guarantees to operate within a

[Resin-interest] xmlrpc on quercus

2007-02-13 Thread Lucas Pereira
Hi all, i've seen somewhere that XMLRPC its not implemented in Quercus. Any plans to implement that in future versions? Or, is it possible to just perform operations that require xmlrcp using some extra php lib such as http://phpxmlrpc.sourceforge.net/? ThanksFREE pop-up blocking with the new

Re: [Resin-interest] autodebloying war file in host

2007-02-17 Thread Sergio
Hello atomi, But is there a way to make it work without using public_html.war ? (may be a way to define expansion directory?) Sunday, February 11, 2007, 6:06:21 AM, you wrote: a Oh sorry. The a document-directory/home/mysite/public_html/document-directory isn't needed you can do: a    host

[Resin-interest] php and resin.

2007-02-17 Thread Steve Burrus
I tried/attempted a long time ago to get someone to respond to me concerning getting a php file viewed in my web browser with the resin server. I have put the php file into the main installation folder of resin, the httpdocs folder, but I still was not able to view it. PleaSE help me with this.

Re: [Resin-interest] php and resin.

2007-02-18 Thread Knut Forkalsrud
And Mattias Jiderhamn tried to help you: Your question is so general, it is easy to assume you have not read the documentation yet, or do not know the basic concepts about web/J2EE servers. (Re-)Read the documentation. Try the out-of-the-box settings. Try a static HTML page. If

Re: [Resin-interest] php and resin.

2007-02-18 Thread Steve Burrus
well however much this helps. my os platform is windows xp professional. and i just simply wanna know which of the folders in the whole resin server installation I should be putting the php file into to be able to then see it in my web browser. From: Knut Forkalsrud [EMAIL PROTECTED]

Re: [Resin-interest] php and resin.

2007-02-18 Thread Lucas Pereira
Hi just add a new folder into webapps folder... inside folder web-inf (created automaticaly in your new folder) place a xml file called web.xml with the following on it web-app xmlns="http://caucho.com/ns/resin" servlet-mapping url-pattern="*.php"

[Resin-interest] Fwd: [Hessian-interest] Hessian 3.0.20 and resin 3.0.19

2007-02-19 Thread Den Orlov
-- Forwarded message -- From: [EMAIL PROTECTED] Date: Feb 14, 2007 3:12 PM Subject: [Hessian-interest] Hessian 3.0.20 and resin 3.0.19 To: hessian-interest@caucho.com Hi all, I've downloaded Hessian 3.0.20 ( http://www.caucho.com/hessian/download/hessian-3.0.20.jar) and

[Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-19 Thread John Steel
test.jsp here http://www.caucho.com/resin-3.1/doc/xslt-filter.xtp shows you need to add this and the filter to the web-app in order for it to trigger resin to performing the transformation. I'm having an issue based on that example where basically I need to also control the contentType for

Re: [Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-19 Thread Anoop K Achuthan
Hi John, You can write a Response Filter which sets the Content type of your choise. The filter could be added as the last filter in the chain to make sure that no other filter is changing it's content type. -Anoop John Steel wrote: test.jsp here

Re: [Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-20 Thread John Steel
Anoop K Achuthan wrote: Hi John, You can write a Response Filter which sets the Content type of your choise. The filter could be added as the last filter in the chain to make sure that no other filter is changing it's content type. Thanks - I get it. However, it didn't do what

Re: [Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-20 Thread John Steel
Pablo Saavedra wrote: The filter order is defined by the filter-mapping element in the web.xml. Make sure that your filter-mapping is after the xslt filter's. Regards. Thanks - its like this, is this ok? filter filter-name='xslt' filter-class='com.caucho.filters.XsltFilter'/

Re: [Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-20 Thread Pablo Saavedra
Usually you define the filters first, and then the mappings, but I don't think you'll get any problem. That should work ok. Regards. On 20/02/07, John Steel [EMAIL PROTECTED] wrote: Pablo Saavedra wrote: The filter order is defined by the filter-mapping element in the web.xml. Make sure

Re: [Resin-interest] contentType='x-application/xslt' - meaning hijacked?

2007-02-20 Thread John Steel
try { System.out.println (Within ContentType filter ... ); chain.doFilter (request, response); ((HttpServletResponse) response).addHeader(ContentTypeFilter, PROCESSED); response.setContentType(text/html); } catch (Exception e) { e.printStackTrace();

Re: [Resin-interest] Resin and Spring 2.0

2007-02-21 Thread Mattias Jiderhamn
We are using Spring 2 with Resin 3.0 without those tags. Is there a particular part of Spring that cause problems? Or is it only with Resin 3.1? If it helps, the settings below can be added to web.xml instead of resin.conf. You could also create a startup script and add

Re: [Resin-interest] RESIN migration 3.022 from 2.1.17 issue - JSTL TAGS

2007-02-21 Thread Mattias Jiderhamn
It is a bit unclear to me what you have tried and why. You want to run Resin 3 but use the Apache/Jakarta JSTL implementation. Right? (Why does Resin 3's implementation not suite your needs?) Attachments do not reach the list, so please paste the error into the mail, so we can see it. I don't

Re: [Resin-interest] Resin and Spring 2.0

2007-02-21 Thread Matt Raible
On 2/21/07, Mattias Jiderhamn [EMAIL PROTECTED] wrote: We are using Spring 2 with Resin 3.0 without those tags. Is there a particular part of Spring that cause problems? The XSDs from the Spring context files seem to cause this issue: See the bottom of the following page for more information:

Re: [Resin-interest] Resin and Spring 2.0

2007-02-21 Thread Mattias Jiderhamn
Ursprungligt meddelande Ämne: Re:[Resin-interest] Resin and Spring 2.0 Från: Matt Raible [EMAIL PROTECTED] Till: General Discussion for the Resin application server resin-interest@caucho.com Datum: 2007-02-21 13:31 On 2/21/07, Mattias Jiderhamn [EMAIL PROTECTED] wrote: If

Re: [Resin-interest] Resin and Spring 2.0

2007-02-21 Thread Matt Raible
This worked - thanks Mattias. I ran into another issue with Struts 2, Spring and Resin. It seems to be caused by an issue in Spring 2.0.2 that will be fixed in 2.0.3. http://forum.springframework.org/showthread.php?t=33874 Matt On 2/21/07, Mattias Jiderhamn [EMAIL PROTECTED] wrote:

[Resin-interest] Problem with PhpBB2

2007-02-21 Thread Harry Christian
Hi ,... I'm using Resin 3.1.0 to running my java application and my java application need forum discussion so i using PhpBB2. I put it into RESIN_HOME/php and also put mysql driver to RESIN_HOME/lib Installation PhpBB2 success and i can running it, my only problem is search function in PhpBB

Re: [Resin-interest] Not able to use the application specific resin-conf.xml

2007-02-21 Thread Mattias Jiderhamn
Are you running Resin as a service or in a console? What does the console say? I was going to advice you to look into the file permissions of the log directory, but on Windows that seems less likely (although worth a check). I would start out with the default settings and then change it bit by

Re: [Resin-interest] How to start Resin with specified user?

2007-02-25 Thread David Campbell
askxuefeng wrote: Hi, I have configured resin successfully and start it using root without problem. However, user-nameresin/user-name group-nameresin/group-name are only available in resin professional. I try to start resin standard using sudo -u resin ./httpd.sh, but got error message:

[Resin-interest] Authenticator Tag in web.xml for Resin 3.0

2007-02-26 Thread Karthik_rcs
HellO Team, We have some issues while migrating from 2 to 3 of resin. login-config auth-methodform/auth-method form-login-config form-login-page=/jsp/logon.jsp form-error-page=/jsp/logonerror.jsp internal-forward=true form-uri-priority=false/ authenticator

Re: [Resin-interest] Authenticator Tag in web.xml for Resin 3.0

2007-02-26 Thread Scott Ferguson
On Feb 26, 2007, at 3:05 AM, Karthik_rcs wrote: HellO Team, We have some issues while migrating from 2 to 3 of resin. login-config auth-methodform/auth-method form-login-config form-login-page=/jsp/logon.jsp form-error-page=/jsp/logonerror.jsp internal-forward=true

Re: [Resin-interest] how to configure 2 https applications on the same front

2007-02-26 Thread Scott Ferguson
On Feb 22, 2007, at 3:14 AM, Riccardo Cohen wrote: Hi I have a front server that answers request for one HTTPS application. http port=443 openssl certificate-file.../crt/certificate-file certificate-key-file.../key/certificate-key-file

Re: [Resin-interest] How to start Resin with specified user?

2007-02-26 Thread David Campbell
Knut Forkalsrud wrote: Scott Ferguson wrote: On Feb 24, 2007, at 10:59 PM, askxuefeng wrote: How can I start resin not using root? Thanks! Also, on Linux you can use iptables which IMO is a better approach thant the user tag:

Re: [Resin-interest] How to start Resin with specified user?

2007-02-26 Thread Knut Forkalsrud
David Campbell wrote: You think using iptables is better than the server doing it itself? How can this possibly be true? Because this comes from the restriction that only root can bind to port numbers 1024, which I believe is not an eternal truth, I mentioned it before in

Re: [Resin-interest] How to start Resin with specified user?

2007-02-26 Thread David Campbell
Knut Forkalsrud wrote: David Campbell wrote: You think using iptables is better than the server doing it itself? How can this possibly be true? Because this comes from the restriction that only root can bind to port numbers 1024, which I believe is not an eternal truth, I mentioned

Re: [Resin-interest] Authenticator Tag in web.xml for Resin 3.0

2007-02-26 Thread Karthik_rcs
Hi, Thanks for your reply. The Class given in the class tag implements this com.caucho.http.security.ServletAuthenticator This functionality works perfectly in resin 2.x versions.While we try migrating to resin 3.0 we get instantiation exception while starting the resin. The Resin server is not

[Resin-interest] Resin 3.1 and AMFPHP1.9

2007-02-27 Thread Lucas Pereira
Hi. As anybody tried to run AMFPHP under Resin 3.1? Does it work? I can't figure out a way to make it work!!! All help is welcome :(Express yourself instantly with MSN Messenger! MSN Messenger Download today it's FREE! ___ resin-interest mailing

[Resin-interest] CMP 2.1 Relationship Not Closing Connections

2007-02-27 Thread Tim Riley
My name is Tim Riley and I currently upgrading from 2.1.17 to 3.0.23 and I use CMP 2.1 (EJB 2). I do not want to upgrade from EJB 2 to EJB 3 however I ran into this issue http://bugs.caucho.com/bug_view_page.php?bug_id=1286. Does anyone know if there is a work around to this issue or if it is

Re: [Resin-interest] CMP 2.1 Relationship Not Closing Connections

2007-02-27 Thread Gary Zhu
Most likely the other parts of your code are leaking the DB connections. CMP is not likely the source of leak. We use CMPs extensively, our site is stable, with an over $10 million worth of single day on-line transactions. We are currently running resin 3.0.22. -Original Message- From:

Re: [Resin-interest] CMP 2.1 Relationship Not Closing Connections

2007-02-27 Thread Gary Zhu
I don't see anything wrong with your configuration, except one comment: unless you are running distributed databases, you really don't need XADataSource, just DataSource is fine. That might save you some troubles, in case your JDBC driver has bugs in connection handling for 'multi-database'

[Resin-interest] EJB2/ear in Resin

2007-02-28 Thread Mark Price
We are trying to port an existing j2ee application (currently running on weblogic) to Resin. Aside from some very simple examples in the Resin docs, I can't find much information about deploying EARs, and the corresponding resin-specific config. Can anyone point me to some more detailed

Re: [Resin-interest] Strange interactions between IBM JDK 1.4.2 and Resin (3.0.21) XML parser with struts configuration files

2007-03-01 Thread Denis Haskin
Steve -- We've had problems with Resin the IBM JVM -- we're on Resin 3.0.19 and IBM J2RE 1.5.0 IBM J9 2.3 Linux amd64. Ours have generally been problems with classloading like below. Often a redeploy of the web app fixes it, sometimes not. We are actually about to move off of the IBM JVM

[Resin-interest] trouble with session cookie and multiple apps

2007-03-01 Thread luv2hike
I am trying to do a seemingly simple thing, but have run into issues. I have a single instance of Resin running 2 different web apps that have nothing to do with each other except for running on the same server. If a user logs into appA then opens a new browser window or tab and logs into appB,

[Resin-interest] Using XML escapes (e.g. copy;) in resin.conf

2007-03-05 Thread John Steel
Resin 3.21 - If I add something like this system-property site.footer.copyright='Copyright copy; 2001-2007 example.com.'/ I get the error expected local reference at 'copy;' - whats wrong please? -- -- http://www.phonewebcam.com [EMAIL PROTECTED]

Re: [Resin-interest] Using XML escapes (e.g. copy;) in resin.conf

2007-03-05 Thread Daniel López
Hi, resin.conf is an XML configuration file and copy; is not a valid XML reference, it is an HTML reference, so the error and the message are both correct. Instead of defining a local reference in XML etc. I would recommend simply using the alternative UTF-8 encoded syntax: #169; You can see

Re: [Resin-interest] trouble with session cookie and multiple apps

2007-03-06 Thread Scott Ferguson
On Mar 1, 2007, at 1:25 PM, luv2hike wrote: I am trying to do a seemingly simple thing, but have run into issues. I have a single instance of Resin running 2 different web apps that have nothing to do with each other except for running on the same server. If a user logs into appA

[Resin-interest] JSTL URI in the docs is wrong

2007-03-06 Thread Jose Quinteiro
This just caused me a couple of hours of frustration. The taglib URI on this page http://www.caucho.com/resin-3.1/doc/jstl.xtp will not work. This URI will: http://java.sun.com/jsp/jstl/core HTH, Jose. ___ resin-interest mailing list

[Resin-interest] ping-query not supported Resin 3.1

2007-03-07 Thread Jacobs, Andrew
This is documented as a feature, yet when used throws an error. ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] Resin plugin for Eclipse?

2007-03-07 Thread Bjørn Hanch Sollie
What is currently the best option for deploying projects to Resin from Eclipse? I've come across a couple of plugins out there, but they were both quite old solutions which didn't work satisfactory for me. Can anyone here provide me with a hint about their preferred solution?

Re: [Resin-interest] ping-query not supported Resin 3.1

2007-03-07 Thread Jose Quinteiro
Are you using Resin Professional? It's not a feature of Resin open-source. Jacobs, Andrew wrote: This is documented as a feature, yet when used throws an error. ___ resin-interest mailing list resin-interest@caucho.com

Re: [Resin-interest] ping-query not supported Resin 3.1

2007-03-07 Thread Jacobs, Andrew
Yes i am using Resin 3.1 pro. -Original Message- From: [EMAIL PROTECTED] on behalf of Jose Quinteiro Sent: Wed 3/7/2007 11:43 AM To: General Discussion for the Resin application server Subject: Re: [Resin-interest] ping-query not supported Resin 3.1 Are you using Resin Professional?

Re: [Resin-interest] ping-query not supported Resin 3.1

2007-03-07 Thread Jacobs, Andrew
Sorry hit send too quickly. We are using 3.1 Pro and I have confirmed that the license file is being picked up . Looking further into this the class com.caucho.sql.DBPool is being used to represent the connection pool. The error is that ping-query is not a property of DBPool. The code does

[Resin-interest] Bypassing required text field depending on the click

2007-03-07 Thread Arnick Hahn
Hi all, I have a text field (login) on my JSP, button and a link. I set the login text field to be required. However, when the user clicks on the link, I don't care whether the login text field is filled in or not. Only when the user clicks on the button, I want to test whether the

Re: [Resin-interest] Resin plugin for Eclipse?

2007-03-07 Thread Daniel López
Hi, Not the answer you are looking for, but I simply start Eclipse Resin separately :). IDE's are already heavy enough and given the simplicity of configuring a context in resin (one line in res.conf unless you need something special) and starting the container, I don't find it really a

[Resin-interest] Upload problem after installing RESIN as Window service

2007-03-08 Thread smartwave
I am using STRUTS to upload image file from this server machine (A) to anther server machine (B). The present way is: share a directory in server A which store the image. RESIN is running in machine A and maps a Z disc onto machine B, and the image is uploaded to Z disc. At development, I use

Re: [Resin-interest] Resin plugin for Eclipse?

2007-03-08 Thread Josh Rehman
On 3/7/07, Daniel López [EMAIL PROTECTED] wrote: We create the .project structure so it points to our build directories through virtual links (so the built artifacts do not end up in the source directory) and with that and calling Ant from inside Eclipse, it's enough for us. I'm not sure I

Re: [Resin-interest] Resin plugin for Eclipse?

2007-03-08 Thread Keith Fetterman
One option is to use MyEclipse: http://www.myeclipseide.com/ They provide support for many Servlet containers include Resin 2 3. Using it, I have launched resin from inside Eclipse. With the recent versions of resin 3.0.x, I have run into a problem launching resin straight out of the box.

Re: [Resin-interest] Problem with run-at / CronResource

2007-03-09 Thread Mirko Herzog
Hi Thanks for your answer. This sounds very logical and it's quite a shame we didn't figure that out ourselves. So one way to go could be writing a lockfile that gets checked by every JVM to see if it is allowed to run the job? Ore are there more elegant solutions? Thanks for every input

[Resin-interest] PHP and UTF-8

2007-03-10 Thread MexIQ
Hello everyone, I was always expecting to have JAVA and PHP together (I develop in both languages and I wanted a simple and fast way to run my applications in just one server and one port and taking advantage of my java codes). I wanted to give caucho a look and I tried to run a small system buy

[Resin-interest] PHP and UTF-8

2007-03-10 Thread MexIQ MexIQ
(Sorry to send it again, but I used other email account and I was not sure if it was received). Hello everyone, I was always expecting to have JAVA and PHP together (I develop in both languages and I wanted a simple and fast way to run my applications in just one server and one port and taking

[Resin-interest] Quercus script-encoding don't work with double char encoding like CJK

2007-03-10 Thread sun baoming
-- Forwarded message -- From: sun baoming [EMAIL PROTECTED] Date: 2007-3-10 上午11:06 Subject: Quercus script-encoding don't work with double char encoding like CJK To: resin-interest@caucho.com i try the config from Getting Started with Quercus like the following, when i use

Re: [Resin-interest] PHP and UTF-8

2007-03-10 Thread MexIQ MexIQ
Thank you Sun, I have in my WEB-INF/web.xml script-encodingISO-8859-1/script-encoding I will try to add it to resin-web.xml and see what happen... I will reply... On 3/11/07, sun baoming [EMAIL PROTECTED] wrote: official document says in your web.xml or resin-web.xml : web-app xmlns=

Re: [Resin-interest] PHP and UTF-8

2007-03-10 Thread MexIQ MexIQ
Maybe I'm doing something else wrong... I added at the default resin-web.xml: servlet-mapping url-pattern=*.php servlet-name=resin-php initscript-encodingISO-8859-1/script-encoding/init /servlet-mapping And I had the same results. My directory structure is: /WEB-INF/web.xml

[Resin-interest] Convert dir names to params (e.g. www.example.com/a/b/c - www.example.com?1=a2=b3=c)

2007-03-11 Thread John Steel
I know this was asked and answered on this list ages ago but am darned if I can find it! Resin 3.0.23. -- -- http://www.phonewebcam.com [EMAIL PROTECTED] ___ resin-interest mailing list resin-interest@caucho.com

[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

Re: [Resin-interest] Quercus is fantastic !

2007-03-12 Thread David Campbell
Ahmed Mohombe wrote: Sorry but this does not apply here. AFAIK Caucho is a company, not a one man show. How many engineers do you think Caucho have? Judging by your logic, all companies would do only one product at a time. Perhaps small companies should be fixing bugs rather than developing

[Resin-interest] When does Resin 3.1.1 release?

2007-03-12 Thread Liao Xuefeng
I'm expecting Rein 3.1.1 release. 3.1.0 has too many bugs. Yours sincerely. Liao Xuefeng Email: [EMAIL PROTECTED] Website: http://www.javaeedev.com ___ resin-interest mailing list resin-interest@caucho.com

[Resin-interest] Startup differences between 3.0.23 and 3.1.0

2007-03-12 Thread John Steel
As a longtime resin user we have built up some scripts to control running instances, some of which fail with 3.1.0. Specifically, in 3.0.23 - in httpd.sh the args= isn't picked up, we used args=-Xmn100M -Xms500M -Xmx500M -J-Duser.timezone=Europe/London - a startup script (restart-a.sh) just

[Resin-interest] How to start Resin at bootup time with non-root user

2007-03-13 Thread Michael Bachers
Hi, I'm running Resin 3.1.0 on Debian and would like to automate Resin startups after a reboot. I'm currently starting Resin as a non-root user on a non-root port, then using iptables to redirect traffic to port 80. I know how to start Resin as root at bootup but am not sure how to do

Re: [Resin-interest] How to start Resin at bootup time with non-rootuser

2007-03-13 Thread David Campbell
Kuntz, Tim wrote: Mike, You can only do this if you are running Resin Pro with a valid license. This also only works if you start Resin with watchdog as it changes the users. Are you saying that this is now fixed? Does it work when invoking resin via httpd.sh? Dave

Re: [Resin-interest] How to start Resin at bootup time with non-rootuser

2007-03-13 Thread Scott Ferguson
On Mar 13, 2007, at 9:09 AM, David Campbell wrote: Kuntz, Tim wrote: Mike, You can only do this if you are running Resin Pro with a valid license. This also only works if you start Resin with watchdog as it changes the users. Actually, you can also set

Re: [Resin-interest] How to start Resin at bootup timewith non-rootuser

2007-03-13 Thread Scott Ferguson
On Mar 13, 2007, at 10:10 AM, David Campbell wrote: Kuntz, Tim wrote: It works partly and you must invoke it using bin/httpd.sh start. The start is important because the watchdog manager won't start otherwise and that is what handles the user switching. Well it doesn't work for me on

Re: [Resin-interest] How to start Resin at bootup timewith non-rootuser

2007-03-13 Thread David Campbell
Scott Ferguson wrote: On Mar 13, 2007, at 10:10 AM, David Campbell wrote: Kuntz, Tim wrote: It works partly and you must invoke it using bin/httpd.sh start. The start is important because the watchdog manager won't start otherwise and that is what handles the user switching. Well it

Re: [Resin-interest] Too many open files

2007-03-13 Thread Jose Quinteiro
I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing ulimit -a. Here's an example from one of my systems: # ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited max nice

Re: [Resin-interest] How to start Resin at bootup time with non-rootuser

2007-03-13 Thread Sam
Is there a list of changers and er ... fixed bugs in 3.1 please? http://www.caucho.com/resin-3.1/changes/index.xtp -- Sam ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Quercus is fantastic !

2007-03-13 Thread Sam
Running apt-get install libapache-mod-php5 is a lot easier than running Resin for 99.99% of people in my experience. We are planning on creating a debian package after the 3.1.1 release. With the decision to package the Sun JDK as a debian package that should work fairly well. Why Caucho

[Resin-interest] Fwd: Quercus is fantastic !

2007-03-13 Thread Dan McGinn-Combs
OK - I wasn't going to say anything. I was gonna just be a silent lurker... I wanted to run Blojsom. It was a change from running Blosxom. I decided after much effort and consternation to run under Windows XP. I know... I know... evil empire and all that. But It was the only platform that would

Re: [Resin-interest] PHP and UTF-8

2007-03-13 Thread Anoop K Achuthan
Hi MexIQ , I'm not sure about this solution. But you can try setting LANG environment variable like , export LANG=ja_JP.utf8 and restarting resin. -Anoop MexIQ wrote: Thank you Markus, It is not matter of the file encoding because the problem also happened with my database results (using

Re: [Resin-interest] Too many open files

2007-03-14 Thread sksamuel
I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing ulimit -a. Here's an example from one of my systems: . Do a man bash and search for ulimit if you want more details. Thanks very much for your help Jose. Sam.

[Resin-interest] ssl on windows

2007-03-15 Thread Riccardo Cohen
Hi, I've been looking at all list archive 2007/2006 available and could not find any answer : I try to run resin 3.0.18 on windows xp sp2 with ssl. I created a crt/key with cygwin and put it in resin.conf and $RESIN_HOME/keys as docs says. I downloaded openssl from the win32 web site as docs

[Resin-interest] JDBC JNDI lookup fails in 3.1.0, always worked before

2007-03-15 Thread John Steel
Hi, more funnies moving old resin code to 3.1.0. This, in a servlet, works with 3.0.23 and has for literally years: private Context env; private DataSource pool; private DataSource authPool; private ServletContext sc; public void init(ServletConfig sfg) throws ServletException { sc

Re: [Resin-interest] ssl on windows

2007-03-16 Thread Jay Ballinger
Riccardo, We have been running 3.0.18Pro with openssl on windows successfully for a while now. We take our certificates - from the root cert, all the intermediate certs, down to our wildcard cert - and bundle them into a pkcs12 file (a .p12 file). You can review the openssl documentation to

Re: [Resin-interest] ssl on windows

2007-03-16 Thread Riccardo Cohen
Thank you very much, this works all right. Here is an url with useful information for making pkcs12 : http://jack.godau.googlepages.com/jbosscertificatesandopenssl Jay Ballinger wrote: Riccardo, We have been running 3.0.18Pro with openssl on windows successfully for a while now. We take

Re: [Resin-interest] JDBC JNDI lookup fails in 3.1.0, always worked before

2007-03-17 Thread John Steel
John Steel wrote: Please ignore this - it was a misconfig during the upgrade. Thanks - John -- -- http://www.phonewebcam.com [EMAIL PROTECTED] ___ resin-interest mailing list resin-interest@caucho.com

[Resin-interest] Manage Resin with the best JMX console

2007-03-20 Thread Gim
Try http://isty.org and save your time for managing Resin server ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] java.util.zip.ZipException: Too many open files. Resin 3.0.14

2007-03-20 Thread Scott Ferguson
On Mar 20, 2007, at 5:54 PM, Yogesh Gowdra wrote: Hi All, I had posted this in the past, but did not get any appropriate answer, hence posting it again. We have web application running on Caucho's resin server (3.0.14) on jdk 1.5.0_11 and Red hat Linux. We are noticing that java

Re: [Resin-interest] java.util.zip.ZipException: Too many openfiles. Resin 3.0.14

2007-03-20 Thread Yogesh Gowdra
We have polling service around POP3 a/c. So periodically we have a quartz job which kicks in and polls around pop3, checks for emails. But code seems fine from closing store and other resource clean up point of view. From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Resin-interest] java.util.zip.ZipException: Too many open files. Resin 3.0.14

2007-03-20 Thread Knut Forkalsrud
Scott Ferguson wrote: On Mar 20, 2007, at 5:54 PM, Yogesh Gowdra wrote: ... Also, can you make out any thing more from the description of file handles like, are they unclosed POP3 connections or URL connection to external sites? HTTP, POP and SMTP all use TCP, so those are likely not

[Resin-interest] C:foreach tag in Resin 2.x with jstl 1.0.2

2007-03-20 Thread Karthik_rcs
Hello Friends, We are having one issue in jstl tag in resin c:set var=x value=3/ c:forEach begin=${x} end=3 hi there /c:forEach THe c:foreach tag is not even executing once if begin equals end , how to overcome this. We have kept jstl1.0.2 in webapp library. still it is not working.. I tried

[Resin-interest] (no subject)

2007-03-21 Thread sksamuel
Noticed a couple of these in my logs on restart: [07:13:07.565] javax.servlet.ServletException: java.lang.NullPointerException [07:13:07.565] at com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:618) [07:13:07.565] at

[Resin-interest] Odd error when starting up container

2007-03-21 Thread Andrew Lombardi
I'm getting the following error starting up resin-3.0.19 and/or resin-3.0.23 and have yet to figure out what exactly is causing it: java.lang.NoSuchMethodError: com.caucho.jsp.QJspFactory.allocatePageContext(Ljavax/servlet/ Servlet;Lcom/caucho/server/webapp/Application;Ljavax/servlet/

Re: [Resin-interest] (no subject)

2007-03-21 Thread Daniel López
You should check the configFactory class, as it seems it's causing a NPE due to not initialising correctly a File path. D. sksamuel escribió: Noticed a couple of these in my logs on restart: ... [07:13:07.565] Caused by: java.lang.NullPointerException [07:13:07.565] at

[Resin-interest] Persistent store - issue with select query

2007-03-21 Thread Jaswinder Kaur
Does anyone has any suggestion ? Date: Mon, 19 Mar 2007 17:56:44 -0700 From: Jaswinder Kaur [EMAIL PROTECTED] Subject: Re: [Resin-interest] Persistent store - issue with select query To: resin-interest@caucho.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

Re: [Resin-interest] Odd error when starting up container

2007-03-21 Thread Sam
I'm getting the following error starting up resin-3.0.19 and/or resin-3.0.23 and have yet to figure out what exactly is causing it: java.lang.NoSuchMethodError: com.caucho.jsp.QJspFactory.allocatePageContext(Ljavax/servlet/ Servlet;Lcom/caucho/server/webapp/Application;Ljavax/servlet/

Re: [Resin-interest] Fwd: Quercus is fantastic !

2007-03-21 Thread Serge Knystautas
I am extremely sorry for the unprofessional email that was unintentionally sent to the list. -- Serge Knystautas Lokitech software . strategy . design http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] ___ resin-interest mailing list

Re: [Resin-interest] Persistent store - issue with select query

2007-03-21 Thread Scott Ferguson
On Mar 21, 2007, at 10:36 AM, Jaswinder Kaur wrote: Does anyone has any suggestion ? Date: Mon, 19 Mar 2007 17:56:44 -0700 From: Jaswinder Kaur [EMAIL PROTECTED] Subject: Re: [Resin-interest] Persistent store - issue with select query To: resin-interest@caucho.com Message-ID:

<    1   2   3   4   5   6   7   8   9   10   >