Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Unexpected issues with RC4

Okay, thanks for looking in to that. Glad I wasn't just doing something silly.

Jan Bartel wrote:
Hi Chad,

Looks like a bug to me. You should be able to specify just the
xml files you want on the command line and still use the OPTIONS
from start.ini.

For now, the workaround is to specify both the files you want AND the OPTIONS setting on the command line (copy & paste from start.ini):

eg

java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml OPTIONS=Server,plus,jta,jdbc,annotations,jsp

I've raised a bug for this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=287496

thanks,
Jan


Chad La Joie wrote:
Hey Jan,

I am using the Hightide RC4 distro. The command I used to start the server was:

java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml

using the standard start.ini, OPTIONS=Server,plus,jta,jdbc,annotations,jsp


Jan Bartel wrote:

Hi Chad,

I just downloaded RC4 and unzipped it, then ran it with:

java -jar start.jar

I don't see any errors. I also copied a .jsp file into the
test webapp war and re-ran and I still don't see any errors.

Can you report what startup line you were using, and any modifications you may have made to the setup from the
standard distro? Also your jvm version and platform too.



--
SWITCH
Serving Swiss Universities
--------------------------
Chad La Joie, Software Engineer, Net Services
Werdstrasse 2, P.O. Box, 8021 Zürich, Switzerland
phone +41 44 268 15 75, fax +41 44 268 15 68
chad.lajoie@xxxxxxxxx, http://www.switch.ch



Back to the top