Link to home
Start Free TrialLog in
Avatar of pillmill
pillmill

asked on

Source of JSP files ?

Hi:

I am trying to find the JSP files that manage a website and access a database.

In the web page source, is the URL statement:
url = (0059)http://10.0.0.99/rept/disp.jsp

The webserver appears to be "Resin".

I am having trouble finding the *.jsp files.

How would I find out where the webserver is locating these files ?

Thanks,
Phil Miller
Avatar of Sam Panwar
Sam Panwar
Flag of India image

Hi,

Are you have to access on server ???

If you are client then you can right click on the webpage and click on view source. You can get the path.

If your website on window then use

C:\domains\website\wwwroot
OR
c:\inetpub\wwroot\website\

Linux

\root\html_home\
Avatar of pillmill
pillmill

ASKER

Hi:

Yes, I have access to the server.

The webserver appears to be Resin.

There is no /root/html_home.

A find ./ *.jsp does not turn up any jsp files.

Any ideas where the source JSP files could be located ?

Thanks,
Phil Miller
Avatar of Shalom Carmel
Look inside jar, or war, or ear files.

ShalomC
Thanks.

I've found a *.war file.

How do I read it ?

Phil
>>I've found a *.war file. How do I read it ?

You can use software like Winzip to unzip a .war file! Good luck...
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial