Hello everyone, I have a simple (probably) yet difficult problem that i cant seem to fix.
I installed apache (from source) and tomcat (from binary) and i compiled the jakarta connector as one should. If i issue http://localhost:8080/ i get the tomcat homepage if i issue http://localhost/ i get apache. I followed instructions from a website to set all this up you see. I even managed to compile a servlet and get it working if i issue http://localhost:8080/MyFirst/HelloWorld yet if i issue http://localhost/MyFirst/HelloWorld it is not visible, it says the resource is busy etc. I have noticed tho that the socket file that is specified to be created is infact not being created, ive tried changing the location of the socket file and even using touch to create it. Nothing seems to work. I expect this is some novice problem and im just missing something out. Can anyone help? Many many thanks (ive been trying for weeks to sort this out!) John A --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
