• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Configuration problems

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all,
The appbase in my server.xml is set to my Eclipse workspace so tht i dont have to restart tomcat if i change the jsps and servlets.
I have a file upload module in my application. The problem is tht the files get uploaded to my Eclipse workspace and the application tries to locate these files in webapps.
This might sound silly but I havent been able to understand how to edit server.xml and the context.xml in catalina\localhost.
I dont understand clearly what each element in these files represent.
Is there a link where i can read all abt these settings.
I want to master configuring tomcat.

Thanks
pavan.
 
Ranch Hand
Posts: 62
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
first of all please paste the copy of Server.xml.
Also give the path where eclipse is installed.

Also this link can help u in learning of Tomcat related stuff
http://www.onjava.com/pub/ct/33

and the best would be to use tomcat docs present inside tomcat.

thanks
 
Pavan Tummala
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vilpesh,
I figured it out. I jus had to change the path in context to webapps from eclipse dir.
Thanks for those links. Got lots of info there.

Pavan
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pavantm Kumar:
Is there a link where i can read all abt these settings.



http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/index.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic