... Hi Will, I read the PGSimpleDataSource class docu. It doesn't support connection pooling. I'm using ComboPooledDataSource of c3p0 in my spring ...
Allan G. Ramirez
jetty-support@...
Nov 1, 2007 9:10 am
9862
Hi, I started a project about a year ago to provide a container independant CGI/FastCGI implementation and I currently use it to run PHP apps behind Jetty6. ...
Grant Gardner
jetty-support@...
Nov 1, 2007 9:37 am
9863
Is there any documentation explaining context path rules and how the choice of handlers is made? Thanks. Bill ... This SF.net email is sponsored by: Splunk...
Bill Harten
jetty-support@...
Nov 1, 2007 3:05 pm
9864
Электронная реклама - старт Вашего бизнеса! Качественно от профессионалов. Cамые...
em garner
jetty-support@...
Nov 1, 2007 3:09 pm
9865
ИСПОЛНИМ ЛЮБЫЕ КАПРИЗЫ ТОЛЬКО ДЛЯ ЗРЕЛЫХ МУЖЧИН! Вышлю пожелавшему самые откровенные...
barnett
jetty-support@...
Nov 2, 2007 12:10 am
9866
Thanks Allan, Its not about the jetty lancher. Here is a post http://dev.eclipse.org/mhonarc/lists/orbit-dev/msg00491.html that will explain the problem in...
vikas patil
jetty-support@...
Nov 2, 2007 7:04 am
9867
I want to run a webapp context with a completely different directory structure. 1) web.xml is in a custom location 2) classes is in a custom location 3) libs...
Henrik Vendelbo
jetty-support@...
Nov 2, 2007 3:12 pm
9868
HI, Can you please tell me where can i find documentation for setting up Jetty as a proxy server? And how can I return a local file in http response if the url...
ying lcs
jetty-support@...
Nov 2, 2007 10:28 pm
9869
accounting program for 35 Russians. As the economies of these countriesto his home, a virtual prisoner. 1994, it was virtually impossible to find copies of...
Beatrice E. Crabtree
jetty-support@...
Nov 3, 2007 9:54 am
9870
... Hi Henrik, I think what you want to do isn't possible. It has been a standard already that web.xml and classes folder which contains all .class files ...
Allan G. Ramirez
jetty-support@...
Nov 3, 2007 12:04 pm
9871
... Hi Vikas, Thanks for the quick reply... Oh my, I'm installing the wrong jetty plugin in eclipse. Jetty luncher actually is a product of os project in ...
Allan G. Ramirez
jetty-support@...
Nov 3, 2007 5:24 pm
9872
Электронная реклама - старт Вашего бизнеса! Мега качество от профессионалов. Cамые...
Rooker
jetty-support@...
Nov 4, 2007 2:52 pm
9873
Henrik, Take a look at the javadocs (http://jetty.mortbay.org/javadoc) and source xref (http://jetty.mortbay.org/xref) for the WebAppContext class. ... use...
Jan Bartel
jetty-support@...
Nov 4, 2007 11:31 pm
9874
Hi Allan, After a nice weekend I still stand at the place unable to use the jetty plugin provided by eclipse to start a server through our plugin. Any tips as...
vikas patil
jetty-support@...
Nov 5, 2007 7:10 am
9875
Vikas I am using jetty plug-in for eclipse and its working fine. Let me know what things you want? Thanks Sanjay ... From:...
Chandak, Sanjay
jetty-support@...
Nov 5, 2007 8:29 am
9876
Hi, I am trying to get the Eclipse plugin from http://www.webtide.com/eclipse/to deploy into the root context. The blog appears to suggest this is the correct...
Ben Gidley
jetty-support@...
Nov 5, 2007 9:05 am
9877
... Hi vikas, Just follow the link i gave you. Jan illustrated how to install jetty eclipse plugin. Give me a message if you have a hard time doing it. ...
Allan G. Ramirez
jetty-support@...
Nov 5, 2007 9:05 am
9878
... Hi vikas, Just follow the illustrative instruction of jan on the link i gave you. It should work fine for you as it worked fine in my linux box. Allan ... ...
Allan G. Ramirez
jetty-support@...
Nov 5, 2007 9:27 am
9879
Hello Alan, Sorry for this. But I don't see any links in your previous posts. Or may be the mailing list server has disposed the links off ;). Thanks and...
vikas patil
jetty-support@...
Nov 5, 2007 9:42 am
9880
... http://docs.codehaus.org/display/JETTY/Web+Tooling+Support ... This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find...
Allan G. Ramirez
jetty-support@...
Nov 5, 2007 10:02 am
9881
Hi Allan, Thanks for your concern. Well the server adapter comes into use only when you have a jetty installation. But I am talking about using the...
vikas patil
jetty-support@...
Nov 5, 2007 11:36 am
9882
Hello, I am trying to run jetty 6.1.5 in embedded mode, loading only a single war directory, the code is Server server = new Server(); WebAppContext wac = new...
Claudio Miranda
jetty-support@...
Nov 5, 2007 7:49 pm
9883
Hi Ben, You can use the jetty JIRA at: http://jira.codehaus.org/secure/BrowseProject.jspa?id=11160 There's a category for Eclipse issues. thanks, Jan ... -- ...
Jan Bartel
jetty-support@...
Nov 5, 2007 9:34 pm
9884
I am embedding Jetty in a server side process to provide an administrative interface for the process. I am having class loading woes. Specifically I am...
mjparme
jetty-support@...
Nov 5, 2007 10:25 pm
9885
... Hi vikas, Yah i've seen that jar before I installed the adapter. Don't have any idea yet how to use that one. I'll try to look for that in jira. I hope I...
Allan G. Ramirez
jetty-support@...
Nov 6, 2007 2:13 am
9886
Hello, I am currently trying to run jetty with jamvm (on a Debian embedded computer), which I've heard is possible, but it doesn't work for me. I have...
buffalau
jetty-support@...
Nov 6, 2007 4:43 am
9887
... Hi Claudio, You have to define a manifest file and include it in your jar file. Specify in your manifest file the main class which in your case, i guess ...
Allan G. Ramirez
jetty-support@...
Nov 6, 2007 8:58 am
9888
I I cannot use manifest classpath, because the web application is about to be specified as an argument, like this java -jar myapp.jar /var/opt/one_web_app That...
Claudio Miranda
jetty-support@...
Nov 6, 2007 11:24 am
9889
... Hi Claudio, How come not. Basically you just get the argument passed in the main method of Startup class of yours then do whatever you want to do with it. ...
Allan G. Ramirez
jetty-support@...
Nov 6, 2007 11:49 am
9890
At WEB-INF/web.xml there is a listener <context-param> <param-name>org.mule.config</param-name> <param-value>/WEB-INF/mule-config-main.xml</param-value> ...