struts1.0 source distribution

2002-03-08 Thread Ivan Siviero
hi everyone. I'm using struts1.0 in my web app. I now need to obtain the source distribution of it but only the struts1.0.2 is present on the jakarta website. Is there any place where i can find the struts1.0 source distribution ? Thanks Ivan.

big problem with SunOS 5.8

2002-03-06 Thread Ivan Siviero
i just want to ask to the struts developer if they know something about problems with xerces.jar on SunOS 5.8. I'm deploying a struts application on that enviroment and i'm having big problems when accessing the struts-config.xml. With xerces.jar i get this kind of exception: javax.servlet.Ser

struts - weblogic51sp9 - SunOS 5.8

2002-03-05 Thread Ivan Siviero
sorry for cross posting but i don't know what i have to do with this. I'm deploying a struts application on weblogic51sp9 on SunOS 5.8 but i get the following exception when trying to start the weblogic server. I have added the xerces.jar file to the weblogic classpath .The struts-config.xml seem

Re: Struts - Weblogic - SunOS 5.8

2002-02-14 Thread Ivan Siviero
> well it could very well be your ssh client giving you those weird > characters... > > dont know much about weblogic... > > Are you adding it to the 'pre' class path??? is your path correct??? > > mikkel Yes i'm adding to the 'pre' class path which already contains an enviroment variable. i use

Re: Struts - Weblogic - SunOS 5.8

2002-02-14 Thread Ivan Siviero
> woot!?!? > > do you really have all those change characters in your output??? > > Yes i really have them !! but i don't know if it all depends on my ssh client. i'm using an ssh connection to access the server. Well. considering i got a reply here i will not post my message to the user list too

Re: Struts - Weblogic - SunOS 5.8

2002-02-14 Thread Ivan Siviero
Sorry i posted this on the wrong mailing list, i wanted to post id in the struts-user mailing list but i selected the wrong name in my address book! :) :) Hope this will not cause any problem !! i'm going to post it on struts-user mailing list. Ivan. - Original Message - From:

Struts - Weblogic - SunOS 5.8

2002-02-14 Thread Ivan Siviero
i'm trying to deploy a struts-based web application on Weblogic 5.1sp9 - SunOS 5.8 I'm trying to prepend the xerces.jar to the weblogic classpath but i get these strange messages when starting Weblogic: iI have also tried to copy the xerces.jar out the WEB/INF directory but nothing seems to wor

Re: Adapting the O'Reilly servlet classes for Struts upload

2002-02-01 Thread Ivan Siviero
> >I found a post to struts-dev where Mike wishes he had the time to replace > >the existing upload code with O'Reilly's implementation -- or at least this > >is my understanding, correct me if I'm wrong. > > Is this a recent post? (Can you send the URL?) > I'm also interested in the upload bug f

mod_webapp binaries

2002-01-31 Thread Ivan Siviero
can some one tell me where i can download the binary version of mod_webapp for Linux 7.2 kernel 2.4.7-10 ? I'd like to download the version who fixed the upload problem in the WarpConnector.java Thanks Ivan. -- To unsubscribe, e-mail: For additional commands, e-mail

Re: file upload.

2002-01-28 Thread Ivan Siviero
> > What do you mean by "accessing it through the port number"? > I mean that while accessing the application by typing http://myserver:8080//MyApplication/ ... the upload works fine, while typing http://myserver/MyApplication/ ... it doesn't work at all. Ivan. -- To unsubscri

file upload.

2002-01-25 Thread Ivan Siviero
hi everyone. I'm a little bit puzzled as i can't figure out why i get NullPointerException in MultiPartIterator class when uploading files. This only happens when accessing the application through the web server while it all works fine by accessing it through the port number. I have updated from