RE: Malformed URL Exception: unknown protocol: c

2005-08-26 Thread Jay Burgess
lin Phan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 5:09 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c Jay, I did that just last night. I got: C:\Program Files\Apache Group\Tomcat 4.1\webapps\htmaint\WEB-INF\work_xml Franklin Phan Cygna Energy S

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 4:21 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c I assume becuase the url you pass it starts c:\ as that is the start of the XML_WORK_PATH. You need to prefix it with file:/// (or

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
TestData.xml". Can anyone explain why mine works and Franklin's fails? Maybe I'm missing something obvious. Jay | Jay Burgess [Vertical Technology Group] | "Essential Technology Links" | http://www.vtgroup.com/ -Original Message----- From: Mark Thomas [mailto:[E

RE: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Jay Burgess
[mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 4:52 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c To make things a bit more puzzling, I have a different app inside the same Tomcat 4.1.18 that uses the same XSL Transform class under its own web app

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
AIL PROTECTED] Sent: Thursday, August 25, 2005 4:21 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c I assume becuase the url you pass it starts c:\ as that is the start of the XML_WORK_PATH. You need to prefix it with file:/// (or however many slashes you need to g

RE: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Jay Burgess
.com/ -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 4:21 PM To: Tomcat Users List Subject: Re: Malformed URL Exception: unknown protocol: c I assume becuase the url you pass it starts c:\ as that is the start of the XML_WORK_PATH. You

Re: Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Mark Thomas
I assume becuase the url you pass it starts c:\ as that is the start of the XML_WORK_PATH. You need to prefix it with file:/// (or however many slashes you need to get this to work in windows). Mark Franklin Phan wrote: I use Windows XP Pro. My JAVA_HOME environment variable points to c:\j2sd

Malformed URL Exception: unknown protocol: c

2005-08-25 Thread Franklin Phan
I use Windows XP Pro. My JAVA_HOME environment variable points to c:\j2sdk1.4.2_05. The CLASSPATH is set to have as the first element "%JAVA_HOME%\bin". I've written an XSL Transform servlet that makes use of the package javax.xml.transform. Why do I get the following error: javax.servlet.Ser