Re: [OT] SCM stories (war? horror?)

2005-09-16 Thread Jesus M. Rodriguez
I would avoid VSS at all costs, its merge capabilities are less than stellar, which makes it hard for two developers to change the same file. Perforce works well. I like the changelist concept and it integrates well with bug tools like TeamTrack, etc. Its biggest con is cost. CVS while very

Re: Redirecting to outside the webapp

2005-01-25 Thread Jesus M. Rodriguez
] wrote: From: Jesus M. Rodriguez [EMAIL PROTECTED] I want to be sent to http://hostname/index.pxt after the LoginSubmit action has been executed. But we always get sent to http://hostname/webappname/index.pxt which causes a 404. IIRC, from execute you can either create your own ActionForward

Redirecting to outside the webapp

2005-01-24 Thread Jesus M. Rodriguez
Hello All, Long time lurker, first time poster. I'm trying integrate our Java Struts webapplication with an existing web app. After logging into the Java site, I want to redirect to outside the webapp, but struts keeps prepending the webapp name. For example. in my struts-config.xml I have the