RSD Support How To on Wiki

2005-12-13 Thread Sean Gilligan
Hello, A few weeks ago, I asked about RSD support on the list. Anil responded and asked if I meant RSS discovery and I responded *incorrectly* saying yes. The RSD support I was asking about is here: http://media-cyber.law.harvard.edu/blogs/gems/tech/rsd.html It is used for clients like

Re: Building a war?

2005-12-13 Thread Matt Raible
Here's how I create a WAR and deploy it to my site: ant all cd build/roller mkdir META-INF cp ../../personal/roller.xml META-INF/context.xml jar cvf roller.war * scp roller.war [EMAIL PROTECTED]:~/home/webapps/. This is all from memory, so hopefully it's accurate. ;-) Matt On 12/13/05, Sean